diff options
| author | Andrew Davis <afd@ti.com> | 2025-05-02 16:25:07 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-05-13 11:07:36 -0500 |
| commit | a09453eef7275379caa3416e34e63439b7c2ea3b (patch) | |
| tree | 134841cf995726d9cffc43907e8561719e4d005d /meta-ti-bsp/conf/machine/include | |
| parent | b42e4dd5f44f3c70ed4465b2b391153e3bcbb51e (diff) | |
| download | meta-ti-a09453eef7275379caa3416e34e63439b7c2ea3b.tar.gz | |
ti-linux-fw: Split firmware in to machine packages
Firmware, like kernel modules, may be only relevant to a small subset of
hardware. Shipping all firmware for all hardware can waste space. For
this reason modules are split out into packages, and the same should
be done for firmware.
What we do currently is change the content of the package itself based
on what device we are building for. Having a package change content for
each machine means we cannot generate one image that supports multiple
machines, nor host a common machine agnostic package repo.
Instead we can generate different packages for the different firmwares
and only include the firmware packages needed for each machine.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/am69.inc | 2 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/j7200.inc | 2 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/j721e.inc | 2 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/j784s4.inc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am69.inc b/meta-ti-bsp/conf/machine/include/am69.inc index da8a5a8b..1a19410a 100644 --- a/meta-ti-bsp/conf/machine/include/am69.inc +++ b/meta-ti-bsp/conf/machine/include/am69.inc | |||
| @@ -18,4 +18,4 @@ TFA_BOARD = "j784s4" | |||
| 18 | 18 | ||
| 19 | OPTEEMACHINE = "k3-j784s4" | 19 | OPTEEMACHINE = "k3-j784s4" |
| 20 | 20 | ||
| 21 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw ti-eth-fw" | 21 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw ti-eth-fw-j784s4" |
diff --git a/meta-ti-bsp/conf/machine/include/j7200.inc b/meta-ti-bsp/conf/machine/include/j7200.inc index b60b98e1..3cba71b6 100644 --- a/meta-ti-bsp/conf/machine/include/j7200.inc +++ b/meta-ti-bsp/conf/machine/include/j7200.inc | |||
| @@ -26,4 +26,4 @@ TFA_BOARD = "generic" | |||
| 26 | 26 | ||
| 27 | OPTEEMACHINE = "k3-j721e" | 27 | OPTEEMACHINE = "k3-j721e" |
| 28 | 28 | ||
| 29 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-eth-fw" | 29 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-eth-fw-j7200" |
diff --git a/meta-ti-bsp/conf/machine/include/j721e.inc b/meta-ti-bsp/conf/machine/include/j721e.inc index b5ba448e..30aa2a69 100644 --- a/meta-ti-bsp/conf/machine/include/j721e.inc +++ b/meta-ti-bsp/conf/machine/include/j721e.inc | |||
| @@ -40,4 +40,4 @@ TI_VXE_VXD_DRIVER = "ti-vxe-vxd-driver" | |||
| 40 | TI_VXE_VXD_DRIVER:bsp-ti-6_6 = "" | 40 | TI_VXE_VXD_DRIVER:bsp-ti-6_6 = "" |
| 41 | TI_VXE_VXD_DRIVER:bsp-ti-6_1 = "" | 41 | TI_VXE_VXD_DRIVER:bsp-ti-6_1 = "" |
| 42 | 42 | ||
| 43 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw vxd-dec-fw ti-eth-fw ${TI_VXE_VXD_DRIVER}" | 43 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw vxd-dec-fw ti-eth-fw-j721e ${TI_VXE_VXD_DRIVER}" |
diff --git a/meta-ti-bsp/conf/machine/include/j784s4.inc b/meta-ti-bsp/conf/machine/include/j784s4.inc index fd3990a6..33224ee3 100644 --- a/meta-ti-bsp/conf/machine/include/j784s4.inc +++ b/meta-ti-bsp/conf/machine/include/j784s4.inc | |||
| @@ -21,4 +21,4 @@ TFA_BOARD = "j784s4" | |||
| 21 | 21 | ||
| 22 | OPTEEMACHINE = "k3-j784s4" | 22 | OPTEEMACHINE = "k3-j784s4" |
| 23 | 23 | ||
| 24 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw ti-eth-fw" | 24 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw ti-eth-fw-j784s4" |
