diff options
| author | Lokesh Vutla <lokeshvutla@ti.com> | 2021-02-06 00:41:14 +0000 |
|---|---|---|
| committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-02-07 23:24:19 -0600 |
| commit | c0a0281e216b2626f5c3985eb8bce3d1d5c81550 (patch) | |
| tree | a3e7becc1e9702e5520d69e929ebda93d4d5dcd8 /conf/machine | |
| parent | bcb764f17ae6ba887891cf7c74a65f67467c0821 (diff) | |
| download | meta-ti-c0a0281e216b2626f5c3985eb8bce3d1d5c81550.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')
| -rw-r--r-- | conf/machine/am64xx-sk-k3r5.conf | 14 | ||||
| -rw-r--r-- | conf/machine/am64xx-sk.conf | 19 |
2 files changed, 33 insertions, 0 deletions
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 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: AM64xx SK (R5F) | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI AM64xx SK (R5F core) | ||
| 4 | |||
| 5 | require conf/machine/include/k3r5.inc | ||
| 6 | |||
| 7 | SYSFW_SOC = "am64x" | ||
| 8 | SYSFW_CONFIG = "evm" | ||
| 9 | SYSFW_SUFFIX = "gp" | ||
| 10 | |||
| 11 | UBOOT_MACHINE = "am64x_sk_r5_defconfig" | ||
| 12 | UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}" | ||
| 13 | UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" | ||
| 14 | 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 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: AM64xx SK | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI AM64xx SK board | ||
| 4 | |||
| 5 | require conf/machine/include/am64xx.inc | ||
| 6 | |||
| 7 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" | ||
| 8 | |||
| 9 | UBOOT_MACHINE = "am64x_sk_a53_defconfig" | ||
| 10 | |||
| 11 | do_image_wic[depends] += "trusted-firmware-a:do_deploy" | ||
| 12 | do_image_tar[depends] += "trusted-firmware-a:do_deploy" | ||
| 13 | |||
| 14 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | ||
| 15 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | ||
| 16 | |||
| 17 | KERNEL_DEVICETREE = " \ | ||
| 18 | ti/k3-am642-sk.dtb \ | ||
| 19 | " | ||
