mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-04 18:00:36 +00:00
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>
This commit is contained in:
committed by
Ryan Eatmon
parent
7b205e6d92
commit
9845f66ae1
@@ -9,6 +9,9 @@ PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
|
|||||||
# Default tiboot3.bin on J722S is for HS-FS
|
# Default tiboot3.bin on J722S is for HS-FS
|
||||||
IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin"
|
IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin"
|
||||||
|
|
||||||
|
# Since default tiboot3.bin on J722S is for HS-FS, add a version for HS-SE
|
||||||
|
IMAGE_BOOT_FILES += "tiboot3-j722s-hs-evm.bin"
|
||||||
|
|
||||||
TFA_BOARD = "lite"
|
TFA_BOARD = "lite"
|
||||||
TFA_K3_SYSTEM_SUSPEND = "1"
|
TFA_K3_SYSTEM_SUSPEND = "1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user