summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/am64xx.inc
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-08-11 20:41:28 -0500
committerRyan Eatmon <reatmon@ti.com>2022-08-26 14:33:15 -0500
commitdbc88f2d652a08d3f0f9dbb24b7f693dec6f7f2a (patch)
tree16dc07935f2b8c86f1e9c1e8209e8a116f7b24ca /conf/machine/include/am64xx.inc
parentb74211a771a489c9e38ad38453e584a0797521d8 (diff)
downloadmeta-ti-dbc88f2d652a08d3f0f9dbb24b7f693dec6f7f2a.tar.gz
conf: machine: am64xx-evm: Make HS-SE the default
The HS-SE AM64xx machine can now be run on GP devices and built without needing the TI_SECURE_DEV_PKG for the same. AM64xx will only be available in the HS-FS type going forward. Make the HS-SE the default and remove the original GP machine. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine/include/am64xx.inc')
-rw-r--r--conf/machine/include/am64xx.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc
index 930fba08..becc79d4 100644
--- a/conf/machine/include/am64xx.inc
+++ b/conf/machine/include/am64xx.inc
@@ -14,8 +14,9 @@ KERNEL_DEVICETREE = " \
14 ti/k3-am642-evm-nand.dtbo \ 14 ti/k3-am642-evm-nand.dtbo \
15" 15"
16 16
17do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" 17BBMULTICONFIG = "k3r5-hs-se"
18do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" 18do_image_wic[mcdepends] = "mc::k3r5-hs-se:ti-sci-fw:do_deploy"
19do_image_tar[mcdepends] = "mc::k3r5-hs-se:ti-sci-fw:do_deploy"
19 20
20TFA_BOARD = "lite" 21TFA_BOARD = "lite"
21OPTEEMACHINE = "k3-am64x" 22OPTEEMACHINE = "k3-am64x"