diff options
| author | Moteen Shah <m-shah@ti.com> | 2025-10-15 17:30:29 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-10-21 18:43:29 -0500 |
| commit | d9a2eb289ba4d6b0d33ace0c8e3d29607fa5b6f6 (patch) | |
| tree | 2c7a8e9388e95175b9f7ffde1c7879c8d75ee7e1 /meta-ti-bsp/conf/machine | |
| parent | 79836f10b9b3a08905a13a8f09cd045191f03c8b (diff) | |
| download | meta-ti-d9a2eb289ba4d6b0d33ace0c8e3d29607fa5b6f6.tar.gz | |
meta-ti-bsp: conf: machine: include: Add common module variable for TI Initramfs image
Add a new variable in ti-soc.inc which would be populated by individual
platforms with the required modules which would later be packaged inside
the initramfs image.
Signed-off-by: Moteen Shah <m-shah@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/am62axx.inc | 3 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/j721e.inc | 3 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/j784s4.inc | 3 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-soc.inc | 2 |
4 files changed, 11 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62axx.inc b/meta-ti-bsp/conf/machine/include/am62axx.inc index 964be0ad..bacee3a6 100644 --- a/meta-ti-bsp/conf/machine/include/am62axx.inc +++ b/meta-ti-bsp/conf/machine/include/am62axx.inc | |||
| @@ -11,3 +11,6 @@ TFA_BOARD = "lite" | |||
| 11 | OPTEEMACHINE = "k3-am62x" | 11 | OPTEEMACHINE = "k3-am62x" |
| 12 | 12 | ||
| 13 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw" | 13 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw" |
| 14 | |||
| 15 | TI_INITRAMFS_KERNEL_MODULES:append:bsp-mainline = "kernel-module-tps6594-i2c" | ||
| 16 | TI_INITRAMFS_KERNEL_MODULES:append:bsp-next = "kernel-module-tps6594-i2c" | ||
diff --git a/meta-ti-bsp/conf/machine/include/j721e.inc b/meta-ti-bsp/conf/machine/include/j721e.inc index a74fbfee..5ec43049 100644 --- a/meta-ti-bsp/conf/machine/include/j721e.inc +++ b/meta-ti-bsp/conf/machine/include/j721e.inc | |||
| @@ -19,3 +19,6 @@ TI_VXE_VXD_DRIVER = "ti-vxe-vxd-driver" | |||
| 19 | TI_VXE_VXD_DRIVER:bsp-ti-6_6 = "" | 19 | TI_VXE_VXD_DRIVER:bsp-ti-6_6 = "" |
| 20 | 20 | ||
| 21 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw vxd-dec-fw ti-eth-fw-j721e ${TI_VXE_VXD_DRIVER}" | 21 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw vxd-dec-fw ti-eth-fw-j721e ${TI_VXE_VXD_DRIVER}" |
| 22 | |||
| 23 | TI_INITRAMFS_KERNEL_MODULES:append:bsp-mainline = " kernel-module-cdns-pltfrm kernel-module-ti-j721e-ufs" | ||
| 24 | TI_INITRAMFS_KERNEL_MODULES:append:bsp-next = " kernel-module-cdns-pltfrm kernel-module-ti-j721e-ufs" | ||
diff --git a/meta-ti-bsp/conf/machine/include/j784s4.inc b/meta-ti-bsp/conf/machine/include/j784s4.inc index 7956e355..6ba427cb 100644 --- a/meta-ti-bsp/conf/machine/include/j784s4.inc +++ b/meta-ti-bsp/conf/machine/include/j784s4.inc | |||
| @@ -13,3 +13,6 @@ TFA_BOARD = "j784s4" | |||
| 13 | OPTEEMACHINE = "k3-j784s4" | 13 | OPTEEMACHINE = "k3-j784s4" |
| 14 | 14 | ||
| 15 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw ti-eth-fw-j784s4" | 15 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw ti-eth-fw-j784s4" |
| 16 | |||
| 17 | TI_INITRAMFS_KERNEL_MODULES:append:bsp-mainline = " kernel-module-cdns-pltfrm kernel-module-ti-j721e-ufs" | ||
| 18 | TI_INITRAMFS_KERNEL_MODULES:append:bsp-next = " kernel-module-cdns-pltfrm kernel-module-ti-j721e-ufs" | ||
diff --git a/meta-ti-bsp/conf/machine/include/ti-soc.inc b/meta-ti-bsp/conf/machine/include/ti-soc.inc index 438dd6ab..0d0ae055 100644 --- a/meta-ti-bsp/conf/machine/include/ti-soc.inc +++ b/meta-ti-bsp/conf/machine/include/ti-soc.inc | |||
| @@ -28,3 +28,5 @@ CLASS_DEVICETREE_PREFIX = "${@ 'ti-devicetree-prefix' if d.getVar('KERNEL_DEVICE | |||
| 28 | 28 | ||
| 29 | KERNEL_CLASSES += "${CLASS_DEVICETREE_PREFIX}" | 29 | KERNEL_CLASSES += "${CLASS_DEVICETREE_PREFIX}" |
| 30 | IMAGE_CLASSES += "${CLASS_DEVICETREE_PREFIX}" | 30 | IMAGE_CLASSES += "${CLASS_DEVICETREE_PREFIX}" |
| 31 | |||
| 32 | TI_INITRAMFS_KERNEL_MODULES ?= "" \ No newline at end of file | ||
