summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am64xx-evm-k3r5.conf4
-rw-r--r--conf/machine/am64xx-evm.conf8
2 files changed, 11 insertions, 1 deletions
diff --git a/conf/machine/am64xx-evm-k3r5.conf b/conf/machine/am64xx-evm-k3r5.conf
index b788e634..dfeaeb57 100644
--- a/conf/machine/am64xx-evm-k3r5.conf
+++ b/conf/machine/am64xx-evm-k3r5.conf
@@ -7,6 +7,8 @@ require conf/machine/include/k3r5.inc
7SYSFW_SOC = "am64x" 7SYSFW_SOC = "am64x"
8SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp" 9SYSFW_SUFFIX = "gp"
10SYSFW_SYMLINK = "sysfw.itb"
11 10
12UBOOT_MACHINE = "am64x_evm_r5_defconfig" 11UBOOT_MACHINE = "am64x_evm_r5_defconfig"
12UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}"
13UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
14UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}"
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 @@
4 4
5require conf/machine/include/am64xx.inc 5require conf/machine/include/am64xx.inc
6 6
7IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
8
7UBOOT_MACHINE = "am64x_evm_a53_defconfig" 9UBOOT_MACHINE = "am64x_evm_a53_defconfig"
10
11do_image_wic[depends] += "trusted-firmware-a:do_deploy"
12do_image_tar[depends] += "trusted-firmware-a:do_deploy"
13
14do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
15do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"