From 9ae470af880a1395ce5f2cfe18cfd368fc2cb7e8 Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Sat, 6 Feb 2021 00:41:14 +0000 Subject: machine: am64xx-sk.conf: Add machine definition for AM64xx SK MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Dan Murphy Signed-off-by: Praneeth Bajjuri --- conf/machine/am64xx-sk-k3r5.conf | 14 ++++++++++++++ conf/machine/am64xx-sk.conf | 19 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 conf/machine/am64xx-sk-k3r5.conf create mode 100644 conf/machine/am64xx-sk.conf (limited to 'conf') diff --git a/conf/machine/am64xx-sk-k3r5.conf b/conf/machine/am64xx-sk-k3r5.conf new file mode 100644 index 00000000..1256db72 --- /dev/null +++ b/conf/machine/am64xx-sk-k3r5.conf @@ -0,0 +1,14 @@ +#@TYPE: Machine +#@NAME: AM64xx SK (R5F) +#@DESCRIPTION: Machine configuration for the TI AM64xx SK (R5F core) + +require conf/machine/include/k3r5.inc + +SYSFW_SOC = "am64x" +SYSFW_CONFIG = "evm" +SYSFW_SUFFIX = "gp" + +UBOOT_MACHINE = "am64x_sk_r5_defconfig" +UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}" +UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" +UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" 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 \ +" -- cgit v1.2.3-54-g00ecf