diff options
author | Aniket Limaye <a-limaye@ti.com> | 2024-03-18 11:47:58 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-03-18 14:35:48 -0500 |
commit | d7cb1773d265311381b2a418e1143ebce5fe91a3 (patch) | |
tree | e205abdb4783f9c2c962738804af892f95f5dab4 | |
parent | 2e44d63e757388024abb15cd49da949883a40125 (diff) | |
download | meta-ti-d7cb1773d265311381b2a418e1143ebce5fe91a3.tar.gz |
conf: machine: j722s: Add support for HS-SE variant
ti-u-boot [1] already supports building the HS-SE variant.
Add support in the machine conf to package this tiboot3.bin in the built wic images.
[1]: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/arch/arm/dts/k3-j722s-binman.dtsi?h=ti-u-boot-2023.04&id=d2612223375a25f81068d7a7abd86c08cd129a2c
Signed-off-by: Aniket Limaye <a-limaye@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/machine/include/j722s.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j722s.inc b/meta-ti-bsp/conf/machine/include/j722s.inc index e165f51b..3b051f1b 100644 --- a/meta-ti-bsp/conf/machine/include/j722s.inc +++ b/meta-ti-bsp/conf/machine/include/j722s.inc | |||
@@ -9,6 +9,9 @@ PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" | |||
9 | # Default tiboot3.bin on J722S is for HS-FS | 9 | # Default tiboot3.bin on J722S is for HS-FS |
10 | IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin" | 10 | IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin" |
11 | 11 | ||
12 | # Since default tiboot3.bin on J722S is for HS-FS, add a version for HS-SE | ||
13 | IMAGE_BOOT_FILES += "tiboot3-j722s-hs-evm.bin" | ||
14 | |||
12 | TFA_BOARD = "lite" | 15 | TFA_BOARD = "lite" |
13 | TFA_K3_SYSTEM_SUSPEND = "1" | 16 | TFA_K3_SYSTEM_SUSPEND = "1" |
14 | 17 | ||