summaryrefslogtreecommitdiffstats
path: root/conf/machine/am64xx-evm.conf
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/am64xx-evm.conf
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/am64xx-evm.conf')
-rw-r--r--conf/machine/am64xx-evm.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/am64xx-evm.conf b/conf/machine/am64xx-evm.conf
index 2cb7f55a..d6efdf52 100644
--- a/conf/machine/am64xx-evm.conf
+++ b/conf/machine/am64xx-evm.conf
@@ -9,3 +9,9 @@ UBOOT_MACHINE = "am64x_evm_a53_defconfig"
9SPL_BINARY = "tispl.bin_HS" 9SPL_BINARY = "tispl.bin_HS"
10UBOOT_BINARY = "u-boot.img_HS" 10UBOOT_BINARY = "u-boot.img_HS"
11UBOOT_SYMLINK = "u-boot.img" 11UBOOT_SYMLINK = "u-boot.img"
12
13# Since default tiboot3.bin on AM64x is for HS-SE, add a version for GP
14BBMULTICONFIG += "k3r5-gp"
15IMAGE_BOOT_FILES += " tiboot3-am64x-gp-evm.bin"
16do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy"
17do_image_tar[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy"