diff options
| author | Andrew Davis <afd@ti.com> | 2023-10-25 11:56:23 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2023-11-08 17:36:02 -0600 |
| commit | 2eda955fae4d4de83cb009b6ab4137e4bea18d7b (patch) | |
| tree | a5b4366a68990205c0c64ef069cd83447531a56e /meta-ti-bsp/conf/machine/include/j721s2.inc | |
| parent | e5cfc83cb4087be14376ffa917ad8e1c9a01bcb7 (diff) | |
| download | meta-ti-2eda955fae4d4de83cb009b6ab4137e4bea18d7b.tar.gz | |
conf: machine: Move IMAGE_BOOT_FILES to the SoC inc for J721s2 and J784s4
These defines are specific to a SoC, not any specific board. Move these
to the SoC level for these boards to be consistent with boards already
doing this correctly.
J7200 didn't have these at all, add them while we are here.
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/j721s2.inc')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/j721s2.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j721s2.inc b/meta-ti-bsp/conf/machine/include/j721s2.inc index cc58fb89..4b63694c 100644 --- a/meta-ti-bsp/conf/machine/include/j721s2.inc +++ b/meta-ti-bsp/conf/machine/include/j721s2.inc | |||
| @@ -6,6 +6,12 @@ MACHINE_FEATURES += "screen gpu" | |||
| 6 | require conf/machine/include/mesa-pvr.inc | 6 | require conf/machine/include/mesa-pvr.inc |
| 7 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" | 7 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" |
| 8 | 8 | ||
| 9 | # Default tiboot3.bin on J721S2 is for GP | ||
| 10 | IMAGE_BOOT_FILES += "tiboot3-j721s2-gp-evm.bin" | ||
| 11 | |||
| 12 | # Since default tiboot3.bin on J721S2 is for GP, add a version for SR1.0 HS-FS | ||
| 13 | IMAGE_BOOT_FILES += "tiboot3-j721s2-hs-fs-evm.bin" | ||
| 14 | |||
| 9 | TFA_BOARD = "generic" | 15 | TFA_BOARD = "generic" |
| 10 | 16 | ||
| 11 | OPTEEMACHINE = "k3-j784s4" | 17 | OPTEEMACHINE = "k3-j784s4" |
