aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/am64xx-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/am64xx-evm.conf')
-rw-r--r--conf/machine/am64xx-evm.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/am64xx-evm.conf b/conf/machine/am64xx-evm.conf
index c6ba2a87..eda310a3 100644
--- a/conf/machine/am64xx-evm.conf
+++ b/conf/machine/am64xx-evm.conf
@@ -4,4 +4,12 @@
require conf/machine/include/am64xx.inc
+IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
+
UBOOT_MACHINE = "am64x_evm_a53_defconfig"
+
+do_image_wic[depends] += "trusted-firmware-a:do_deploy"
+do_image_tar[depends] += "trusted-firmware-a:do_deploy"
+
+do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
+do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"