All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] j784s4: move TI_CORE_INITRAMFS_KERNEL_MODULES to j784s4-evm.conf
@ 2026-02-14  0:56 Vitor Soares
  2026-02-14  1:07 ` PRC Automation
  0 siblings, 1 reply; 2+ messages in thread
From: Vitor Soares @ 2026-02-14  0:56 UTC (permalink / raw)
  To: meta-ti; +Cc: Vitor Soares, Ryan Eatmon, Denys Dmytriyenko

From: Vitor Soares <vitor.soares@toradex.com>

TI_CORE_INITRAMFS_KERNEL_MODULES is set in j784s4.inc, causing all
machines based on the J784S4 SoC to unconditionally build and deploy
an initramfs. The cdns-pltfrm and ti-j721e-ufs modules are required
by the EVM to access UFS storage and are not a SoC-level requirement.

Moving it to j784s4-evm.conf scopes initramfs creation to the board
that needs it, allowing other integrators to rely on the empty default
without explicit overrides.

Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
---
Tested on Toradex Aquila AM69 with bsp-mainline. EVM not tested.

 meta-ti-bsp/conf/machine/include/j784s4.inc | 3 ---
 meta-ti-bsp/conf/machine/j784s4-evm.conf    | 4 ++++
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta-ti-bsp/conf/machine/include/j784s4.inc b/meta-ti-bsp/conf/machine/include/j784s4.inc
index 4dc3a71b4444..f29cd69bf9f5 100644
--- a/meta-ti-bsp/conf/machine/include/j784s4.inc
+++ b/meta-ti-bsp/conf/machine/include/j784s4.inc
@@ -14,6 +14,3 @@ OPTEEMACHINE = "k3-j784s4"
 
 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw ti-eth-fw-j784s4"
 
-TI_CORE_INITRAMFS_KERNEL_MODULES = "kernel-module-cdns-pltfrm kernel-module-ti-j721e-ufs"
-TI_CORE_INITRAMFS_KERNEL_MODULES:bsp-ti-6_6 = ""
-TI_CORE_INITRAMFS_KERNEL_MODULES:bsp-ti-6_12 = ""
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm.conf b/meta-ti-bsp/conf/machine/j784s4-evm.conf
index bf53b07c33f4..333bd24d938a 100644
--- a/meta-ti-bsp/conf/machine/j784s4-evm.conf
+++ b/meta-ti-bsp/conf/machine/j784s4-evm.conf
@@ -27,3 +27,7 @@ KERNEL_DEVICETREE = " \
 "
 
 UBOOT_MACHINE = "j784s4_evm_a72_defconfig"
+
+TI_CORE_INITRAMFS_KERNEL_MODULES = "kernel-module-cdns-pltfrm kernel-module-ti-j721e-ufs"
+TI_CORE_INITRAMFS_KERNEL_MODULES:bsp-ti-6_6 = ""
+TI_CORE_INITRAMFS_KERNEL_MODULES:bsp-ti-6_12 = ""
-- 
2.52.0



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

* Re: [PATCH] j784s4: move TI_CORE_INITRAMFS_KERNEL_MODULES to j784s4-evm.conf
  2026-02-14  0:56 [PATCH] j784s4: move TI_CORE_INITRAMFS_KERNEL_MODULES to j784s4-evm.conf Vitor Soares
@ 2026-02-14  1:07 ` PRC Automation
  0 siblings, 0 replies; 2+ messages in thread
From: PRC Automation @ 2026-02-14  1:07 UTC (permalink / raw)
  To: Vitor Soares; +Cc: meta-ti, Vitor Soares, Ryan Eatmon, Denys Dmytriyenko

meta-ti / na / 20260214005652.626783-1-ivitro

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [PATCH] j784s4: move TI_CORE_INITRAMFS_KERNEL_MODULES to j784s4-evm.conf
    WARN: Missing branches specifier [master/scarthgap/XXXXX]. (META-2)
        patch:59
            Subject: [PATCH] j784s4: move TI_CORE_INITRAMFS_KERNEL_MODULES to j784s4-evm.conf
    
    For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [PATCH] j784s4: move TI_CORE_INITRAMFS_KERNEL_MODULES to j784s4-evm.conf
- Submitter: From: Vitor Soares <ivitro@gmail.com>
From: Vitor Soares <vitor.soares@toradex.com>
- Date: Date: Sat, 14 Feb 2026 00:56:51 +0000
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 79df5364d74f07e29fa9aa83cd24e2b1da11666e

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: conf: Add falcon support natively
- Commit SHA: e9a0af0f3815c30ebcca6d098cfb935cffbe2311

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



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed





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

end of thread, other threads:[~2026-02-14  1:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-14  0:56 [PATCH] j784s4: move TI_CORE_INITRAMFS_KERNEL_MODULES to j784s4-evm.conf Vitor Soares
2026-02-14  1:07 ` 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.