summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-11-04 22:46:27 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-10 08:21:37 -0600
commit1df14b1b166699ede1e605d735524b42804b0d5d (patch)
treef11661041db3c551a439cfe17191b283cf713a98 /meta-ti-bsp/conf/machine/include
parent84fbe8f62ee6fa6cb1a06444710e6d032e054e7c (diff)
downloadmeta-ti-1df14b1b166699ede1e605d735524b42804b0d5d.tar.gz
conf: machine: am64xx-evm: Switch to SR2.0 HS-FS build by default
AM64x devices will only be available as SR2.0 HS-FS. Set this as the default type provided by the SDK. To allow SR2.0 HS-SE to continue to boot, like we did with GP, we add an extra machine to build SR2.0 HS-SE SYSFW. To use on SR2.0 HS-SE boards simply switch out the SYSFW image: $ cd /mnt/sd-card/boot $ mv tiboot3-am64x_sr2-hs-evm.bin tiboot3.bin Signed-off-by: Andrew Davis <afd@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/am64xx.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am64xx.inc b/meta-ti-bsp/conf/machine/include/am64xx.inc
index 00ee31b8..4d26732c 100644
--- a/meta-ti-bsp/conf/machine/include/am64xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am64xx.inc
@@ -14,9 +14,9 @@ KERNEL_DEVICETREE = " \
14 ti/k3-am642-evm-nand.dtbo \ 14 ti/k3-am642-evm-nand.dtbo \
15" 15"
16 16
17BBMULTICONFIG = "k3r5-hs-se" 17BBMULTICONFIG = "k3r5-sr2-hs-fs"
18do_image_wic[mcdepends] = "mc::k3r5-hs-se:ti-sci-fw:do_deploy" 18do_image_wic[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy"
19do_image_tar[mcdepends] = "mc::k3r5-hs-se:ti-sci-fw:do_deploy" 19do_image_tar[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy"
20 20
21TFA_BOARD = "lite" 21TFA_BOARD = "lite"
22OPTEEMACHINE = "k3-am64x" 22OPTEEMACHINE = "k3-am64x"