All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master/wrynose][PATCH 0/2] Fix NFS boot on K3 platforms with bsp-next kernel
@ 2026-06-02 10:48 Moteen Shah
  2026-06-02 10:48 ` [meta-ti][master/wrynose][PATCH 1/2] k3.inc: Add CPSW modules to initramfs for bsp-next NFS boot Moteen Shah
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Moteen Shah @ 2026-06-02 10:48 UTC (permalink / raw)
  To: meta-ti
  Cc: reatmon, nm, u-kumar1, s-vadapalli, a-limaye, m-shah,
	gehariprasath, denys

AM65_CPSW_NUSS and its dependencies changed from built-in (=y) to
loadable modules (=m) in linux-next. This breaks NFS boot because the
Ethernet driver is no longer available before the NFS root mount.

Patch 1 adds the CPSW module set to TI_CORE_INITRAMFS_KERNEL_MODULES
for bsp-next so udev can load them during early boot.

Patch 2 adds an initramfs-framework module (83-netsetup) that waits
for the Ethernet interface to appear after udev loads the modules and
then configures it via DHCP before the nfsrootfs module runs.

Bootlogs: https://gist.github.com/Jamm02/4b631f90f282030d367561c08503c9e1
Moteen Shah (2):
  k3.inc: Add CPSW modules to initramfs for bsp-next NFS boot
  initramfs: Add netsetup module for DHCP network configuration

 meta-ti-bsp/conf/machine/include/k3.inc       |  6 +++
 .../initramfs-framework/83-netsetup           | 54 +++++++++++++++++++
 .../initramfs-framework_%.bbappend            | 15 ++++++
 .../packagegroup-ti-core-initramfs.bb         |  2 +
 4 files changed, 77 insertions(+)
 create mode 100644 meta-ti-bsp/recipes-core/initramfs-scripts/initramfs-framework/83-netsetup
 create mode 100644 meta-ti-bsp/recipes-core/initramfs-scripts/initramfs-framework_%.bbappend

-- 
2.34.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-06-02 17:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-02 10:48 [meta-ti][master/wrynose][PATCH 0/2] Fix NFS boot on K3 platforms with bsp-next kernel Moteen Shah
2026-06-02 10:48 ` [meta-ti][master/wrynose][PATCH 1/2] k3.inc: Add CPSW modules to initramfs for bsp-next NFS boot Moteen Shah
2026-06-02 10:48 ` [meta-ti][master/wrynose][PATCH 2/2] initramfs: Add netsetup module for DHCP network configuration Moteen Shah
2026-06-02 13:47   ` Denys Dmytriyenko
2026-06-02 14:59     ` Ryan Eatmon
2026-06-02 17:34       ` Denys Dmytriyenko
2026-06-02 10:50 ` [meta-ti][master/wrynose][PATCH 0/2] Fix NFS boot on K3 platforms with bsp-next kernel PRC Automation

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.