From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A715C3126BB for ; Thu, 23 Oct 2025 15:28:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=80.241.56.151 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761233284; cv=none; b=OqLgAqcKAFbHoVwOd2qVtt6yaqf1OqWH8dkCACluPh0VcouiVAjT/wrBw+/2aGK0kVkRvC5YeRjXgPXZZ0DoYu7unVcPBZlteO3KQnX8HcdMvZdfFroYndUh2Qt7RjDWO+rNlhQsM6kumo4SAQg1T8qJxcScq3Ob8Sa2OstQsmI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761233284; c=relaxed/simple; bh=pZu1ShAn0nVANuV4TK7/J6fNkyMWyOE6PrFX2appC/Q=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=kUB0z/u3Cq2/y07cslNcXOKQ+xf2jdmc/RzArCHjKhn/Mv7MVXqtMPnlCBtuYlnweUOZ9anKvYHW5Oa/TxKhTeb751WvygmLBzmZitGJo2FvBS9zXKh/Z2qp4GrcWmcHAxip6UgMWXUwHjIAOtZImk0xxhQfBX3fJgwRbwU8JcI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=mailbox.org; spf=pass smtp.mailfrom=mailbox.org; dkim=pass (2048-bit key) header.d=mailbox.org header.i=@mailbox.org header.b=Ftyvr8Pd; arc=none smtp.client-ip=80.241.56.151 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=mailbox.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mailbox.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=mailbox.org header.i=@mailbox.org header.b="Ftyvr8Pd" Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4csqfk5fYHz9smZ; Thu, 23 Oct 2025 17:27:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1761233279; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jaTVtJ4OrJzYKggTYWIJ1AL/0/t292AjyM4TtlZT+cM=; b=Ftyvr8PdNZPcW37381mPmDju2UQ0q/6HFsKMzF0ry/wHjLtBkTq5T7DYF9AhnxRW4UCHM7 R6MAC+w/0U33kwfH9embjLBMJY+l9DOAj0cDIkx6OVnXi1p+ehvg+bPsEpZVm7BfDCx09+ 3IAgnZi+ZncU7457fm9WS03PX1uML51xpIeYS7KJZvRIQ9DvIODkho7spdjCghkL8TotNv 27fJbVWl8ey95DHMQEQRWzHDvOgm6qmVKvtW+FjjTK6QjF4/h82/RZyNyP0x7uNEtqWeOo lEt3feRl7aDA2uTF+wAkQHurbWDLxDwzmUyLj7B1jCgQm/9+TuiGOaErxrYu/Q== Message-ID: <5d042f21-274e-4b69-849a-3342d77942eb@mailbox.org> Date: Thu, 23 Oct 2025 17:27:55 +0200 Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v1] arm64: defconfig: Enable i.MX95 configs for booting and Ethernet To: Krzysztof Kozlowski , Alexander Stein , Catalin Marinas , Will Deacon , Shawn Guo , Fabio Estevam , Marek Vasut , Peng Fan , linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org, imx@lists.linux.dev, =?UTF-8?Q?Jo=C3=A3o_Paulo_Gon=C3=A7alves?= , =?UTF-8?Q?Jo=C3=A3o_Paulo_Gon=C3=A7alves?= References: <20251023-upstream-imx95-smarc-defconfig-v1-1-62c6e6f5b315@toradex.com> <3381308.aeNJFYEL58@steina-w> Content-Language: en-US From: Marek Vasut In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-MBO-RS-META: fcjaid5riwda4hyq9u9xigyobbg4aqdu X-MBO-RS-ID: 0cdc8df6d33fff8a636 On 10/23/25 5:22 PM, Krzysztof Kozlowski wrote: > On 23/10/2025 16:03, Alexander Stein wrote: >> Hi, >> >> Am Donnerstag, 23. Oktober 2025, 14:19:15 CEST schrieb João Paulo Gonçalves: >>> From: João Paulo Gonçalves >>> >>> Enable the necessary missing configs for the i.MX95 to boot and also >>> have Ethernet working: >>> >>> * CONFIG_NXP_ENETC4 for the network controller driver >>> * CONFIG_NXP_NETC_BLK_CTRL for the NETC hardware domain controller >>> * CONFIG_PINCTRL_IMX_SCMI for the pinctrl driver >>> * CONFIG_CLK_IMX95_BLK_CTL for the shared hardware domain controller >>> >>> Signed-off-by: João Paulo Gonçalves >>> --- >>> arch/arm64/configs/defconfig | 4 ++++ >>> 1 file changed, 4 insertions(+) >>> >>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig >>> index e3a2d37bd10423b028f59dc40d6e8ee1c610d6b8..787d3ae3f5afeac486a905e0943e7b0e1dcee3a9 100644 >>> --- a/arch/arm64/configs/defconfig >>> +++ b/arch/arm64/configs/defconfig >>> @@ -354,8 +354,10 @@ CONFIG_FSL_FMAN=y >>> CONFIG_FSL_DPAA_ETH=y >>> CONFIG_FSL_DPAA2_ETH=y >>> CONFIG_FSL_ENETC=y >>> +CONFIG_NXP_ENETC4=m >>> CONFIG_FSL_ENETC_VF=y >>> CONFIG_FSL_ENETC_QOS=y >>> +CONFIG_NXP_NETC_BLK_CTRL=m >> >> Are you sure this should be module? Shouldn't NFS boot be supported by >> default? I might be wring here though. > > > NFS root is supported already with this being module. Yes, it must be a > module, cannot be built in. It seems I am using it as built-in on MX95 Verdin (patch is posted on the ML), and yes, I do boot from NFS root without any initrd/initramfs. It has to be built-in for that use case to work.