summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2023-03-20 04:12:03 +0000
committerRyan Eatmon <reatmon@ti.com>2023-03-20 16:45:07 -0500
commit12bb9e20cafbab6ef835313c380116090684601e (patch)
tree56bed443ef6d36e6d17caa72f88c69679e9ea310 /meta-ti-bsp/conf/machine/include
parent55febdf04f102dfbfc5fee665e14395bcd5fde75 (diff)
downloadmeta-ti-12bb9e20cafbab6ef835313c380116090684601e.tar.gz
machine: Add AM62x HS-SE evm configuration
Lets add the basic AM62x HS-SE configuration. - Add machine conf for AM62x HS-SE. - The wic images will boot on AM62x GP devices by default. - To boot on AM62x HS-SE, simply switch out the SYSFW image: $ cd /mnt/sd-card/boot $ mv tiboot3-am62x-hs-evm.bin tiboot3.bin - Add ti-sci-firmware overrides. - Add support to sign ATF and OPTEE. Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.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/am62xx.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/conf/machine/include/am62xx.inc
index 98df24b2..53e48610 100644
--- a/meta-ti-bsp/conf/machine/include/am62xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62xx.inc
@@ -8,6 +8,14 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
8 8
9PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" 9PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
10 10
11BBMULTICONFIG = "k3r5-gp"
12do_image_wic[mcdepends] = "mc::k3r5-gp:ti-sci-fw:do_deploy"
13
14# Since default tiboot3.bin on AM62x is for GP, add a version for HS-SE
15BBMULTICONFIG += "k3r5-hs-se"
16IMAGE_BOOT_FILES += "tiboot3-am62x-hs-evm.bin"
17do_image_wic[mcdepends] += "mc::k3r5-hs-se:ti-sci-fw:do_deploy"
18
11TFA_BOARD = "lite" 19TFA_BOARD = "lite"
12TFA_K3_SYSTEM_SUSPEND = "1" 20TFA_K3_SYSTEM_SUSPEND = "1"
13 21