diff options
author | Yogesh Siraswar <yogeshs@ti.com> | 2021-11-12 21:52:10 +0000 |
---|---|---|
committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-11-15 21:06:46 +0000 |
commit | 7ba78e1b891c245e67991d24651beb448f550c07 (patch) | |
tree | a396f7d8416e7e16d48e941a01525aa7d7f3828d /conf/machine | |
parent | ea40937c4b6e8af4b6a98316e977fc3d4376e284 (diff) | |
download | meta-ti-7ba78e1b891c245e67991d24651beb448f550c07.tar.gz |
conf: machine: add new am64x hs platform
Add new am64x hs platform. This requires two files to be created.
Used am65x and j7 hs platform for reference.
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/am64xx-hs-evm-k3r5.conf | 14 | ||||
-rw-r--r-- | conf/machine/am64xx-hs-evm.conf | 22 |
2 files changed, 36 insertions, 0 deletions
diff --git a/conf/machine/am64xx-hs-evm-k3r5.conf b/conf/machine/am64xx-hs-evm-k3r5.conf new file mode 100644 index 00000000..d12c030f --- /dev/null +++ b/conf/machine/am64xx-hs-evm-k3r5.conf | |||
@@ -0,0 +1,14 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: AM64xx HS EVM (R5F) | ||
3 | #@DESCRIPTION: Machine configuration for the TI AM64xx HS EVM (R5F core) | ||
4 | |||
5 | require conf/machine/include/k3r5.inc | ||
6 | |||
7 | SYSFW_SOC = "am64x" | ||
8 | SYSFW_CONFIG = "evm" | ||
9 | SYSFW_SUFFIX = "hs" | ||
10 | SYSFW_SYMLINK = "" | ||
11 | |||
12 | UBOOT_MACHINE = "am64x_hs_evm_r5_defconfig" | ||
13 | |||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" | ||
diff --git a/conf/machine/am64xx-hs-evm.conf b/conf/machine/am64xx-hs-evm.conf new file mode 100644 index 00000000..44e81463 --- /dev/null +++ b/conf/machine/am64xx-hs-evm.conf | |||
@@ -0,0 +1,22 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: AM64xx HS EVM | ||
3 | #@DESCRIPTION: Machine configuration for the TI AM64xx HS EVM | ||
4 | |||
5 | require conf/machine/include/am64xx.inc | ||
6 | |||
7 | UBOOT_MACHINE = "am64x_hs_evm_a53_defconfig" | ||
8 | |||
9 | UBOOT_ENTRYPOINT = "0x80080000" | ||
10 | UBOOT_LOADADDRESS = "0x80080000" | ||
11 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
13 | UBOOT_DTB_LOADADDRESS = "0x83000000" | ||
14 | UBOOT_DTBO_LOADADDRESS = "0x83080000" | ||
15 | UBOOT_DTBO_OFFSET = "0x00010000" | ||
16 | |||
17 | SPL_BINARY = "tispl.bin_HS" | ||
18 | SPL_BINARYNAME = "tispl.bin" | ||
19 | UBOOT_BINARY = "u-boot.img_HS" | ||
20 | IMAGE_BOOT_FILES = "${UBOOT_BINARY}" | ||
21 | |||
22 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" | ||