summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTelukula Jeevan Kumar Sahu <j-sahu@ti.com>2025-06-05 15:23:43 +0530
committerRyan Eatmon <reatmon@ti.com>2025-06-10 16:11:18 -0500
commitd5edbb29324e7a675158d24b4d5fe08725cf0855 (patch)
tree0f6190b7d928f45f3c875c00f7d5c8174f084556
parentf89fafab5c5049710c52b3a64a25f104d3575b0b (diff)
downloadmeta-ti-d5edbb29324e7a675158d24b4d5fe08725cf0855.tar.gz
conf: machine: am62pxx: Add support for HS-SE variant
Since ti-u-boot supports HS-SE variant builds[1], Add support in the machine configurations to package this HS-SE variant tiboot3 binary in the built images. [1]: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ti-u-boot-2025.01&id=75602edad16c840b2611afb9fc0e2718c026bb8a Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/include/am62pxx.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62pxx.inc b/meta-ti-bsp/conf/machine/include/am62pxx.inc
index 2c6a729a..061d0e67 100644
--- a/meta-ti-bsp/conf/machine/include/am62pxx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62pxx.inc
@@ -11,6 +11,9 @@ PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}"
11# Default tiboot3.bin on AM62Px is for HS-FS 11# Default tiboot3.bin on AM62Px is for HS-FS
12IMAGE_BOOT_FILES += "tiboot3-am62px-hs-fs-evm.bin" 12IMAGE_BOOT_FILES += "tiboot3-am62px-hs-fs-evm.bin"
13 13
14# Since default tiboot3.bin on AM62Px is for HS-FS, add a version for HS-SE
15IMAGE_BOOT_FILES += "tiboot3-am62px-hs-evm.bin"
16
14TFA_BOARD = "lite" 17TFA_BOARD = "lite"
15TFA_K3_SYSTEM_SUSPEND = "1" 18TFA_K3_SYSTEM_SUSPEND = "1"
16 19