mbox series

[meta-ti,master/wrynose,0/2] Fix NFS boot on K3 platforms with bsp-next kernel

Message ID 20260602104810.1068959-1-m-shah@ti.com
Headers show
Series Fix NFS boot on K3 platforms with bsp-next kernel | expand

Message

Moteen Shah June 2, 2026, 10:48 a.m. UTC
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

Comments

PRC Automation June 2, 2026, 10:50 a.m. UTC | #1
meta-ti / na / 20260602104810.1068959-1-m-shah

PRC Results: FAIL

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master/wrynose][PATCH 0/2] Fix NFS boot on K3 platforms with bsp-next kernel
- Submitter: From: Moteen Shah <m-shah@ti.com>
- Date: Date: Tue, 2 Jun 2026 16:18:08 +0530
- Num Patches: 2
- Mailing List (public inbox) Commit SHA: 1742f2f1f00ab0f1eeac41115904bf1cb8a4f3a3

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master.202605272200
- Commit SHA: efd871d4eb504ec366027fdf6d1f934d2844a04a

Patches
----------------------------------------
All patches applied

wrynose
=====================
Summary:
- Patch Series: [meta-ti][master/wrynose][PATCH 0/2] Fix NFS boot on K3 platforms with bsp-next kernel
- Submitter: From: Moteen Shah <m-shah@ti.com>
- Date: Date: Tue, 2 Jun 2026 16:18:08 +0530
- Num Patches: 2
- Mailing List (public inbox) Commit SHA: 1742f2f1f00ab0f1eeac41115904bf1cb8a4f3a3

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: wrynose-wip
- Commit Author: Suhaas Joshi <s-joshi@ti.com>
- Commit Subject: meta-ti: optee: Update to 4.10.0 tag
- Commit SHA: 42558bf1f1b1ec3224a957e6ac51c7e7ec83b427

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: FAIL
=========================================================
master
=====================
FAIL
    WARN: .bbappend files might need a guard to make them check-layer compliant. (GUARD-1)
        meta-ti-bsp/recipes-core/initramfs-scripts/initramfs-framework_%.bbappend
    
    For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887

wrynose
=====================
FAIL
    WARN: .bbappend files might need a guard to make them check-layer compliant. (GUARD-1)
        meta-ti-bsp/recipes-core/initramfs-scripts/initramfs-framework_%.bbappend
    
    For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887