aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/am64xx-sk.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/am64xx-sk.conf')
-rw-r--r--conf/machine/am64xx-sk.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/am64xx-sk.conf b/conf/machine/am64xx-sk.conf
new file mode 100644
index 00000000..4cad8adc
--- /dev/null
+++ b/conf/machine/am64xx-sk.conf
@@ -0,0 +1,19 @@
+#@TYPE: Machine
+#@NAME: AM64xx SK
+#@DESCRIPTION: Machine configuration for the TI AM64xx SK board
+
+require conf/machine/include/am64xx.inc
+
+IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
+
+UBOOT_MACHINE = "am64x_sk_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"
+
+KERNEL_DEVICETREE = " \
+ ti/k3-am642-sk.dtb \
+"