summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am62xx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am62xx.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/am62xx.inc12
1 files changed, 9 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/conf/machine/include/am62xx.inc
index 53e48610..af6a6db4 100644
--- a/meta-ti-bsp/conf/machine/include/am62xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62xx.inc
@@ -8,10 +8,16 @@ 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" 11# Default tiboot3.bin on AM62x is for HS-FS
12do_image_wic[mcdepends] = "mc::k3r5-gp:ti-sci-fw:do_deploy" 12BBMULTICONFIG = "k3r5-hs-fs"
13do_image_wic[mcdepends] = "mc::k3r5-hs-fs:ti-sci-fw:do_deploy"
13 14
14# Since default tiboot3.bin on AM62x is for GP, add a version for HS-SE 15# Since default tiboot3.bin on AM62x is for HS-FS, add a version for GP
16BBMULTICONFIG += "k3r5-gp"
17IMAGE_BOOT_FILES += "tiboot3-am62x-gp-evm.bin"
18do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy"
19
20# Since default tiboot3.bin on AM62x is for HS-FS, add a version for HS-SE
15BBMULTICONFIG += "k3r5-hs-se" 21BBMULTICONFIG += "k3r5-hs-se"
16IMAGE_BOOT_FILES += "tiboot3-am62x-hs-evm.bin" 22IMAGE_BOOT_FILES += "tiboot3-am62x-hs-evm.bin"
17do_image_wic[mcdepends] += "mc::k3r5-hs-se:ti-sci-fw:do_deploy" 23do_image_wic[mcdepends] += "mc::k3r5-hs-se:ti-sci-fw:do_deploy"