summaryrefslogtreecommitdiffstats
path: root/conf/machine/am64xx-sk.conf
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2021-02-06 00:41:14 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-02-06 14:51:56 -0600
commit9ae470af880a1395ce5f2cfe18cfd368fc2cb7e8 (patch)
tree6709dc4fdf80728ecbc1bfd27fe1c786d231a1bc /conf/machine/am64xx-sk.conf
parent649ebb21dd77195e32ee9d2a3337136ce6dfa377 (diff)
downloadmeta-ti-9ae470af880a1395ce5f2cfe18cfd368fc2cb7e8.tar.gz
machine: am64xx-sk.conf: Add machine definition for AM64xx SK
AM642 StarterKit (SK) board is a low cost, small form factor board designed for TI’s AM642 SoC. Add machine definition for SK board. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
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 @@
1#@TYPE: Machine
2#@NAME: AM64xx SK
3#@DESCRIPTION: Machine configuration for the TI AM64xx SK board
4
5require conf/machine/include/am64xx.inc
6
7IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
8
9UBOOT_MACHINE = "am64x_sk_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"
16
17KERNEL_DEVICETREE = " \
18 ti/k3-am642-sk.dtb \
19"