diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/am65xx-hs-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/am65xx-hs-evm.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf b/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf new file mode 100644 index 00000000..e4eebb6a --- /dev/null +++ b/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf | |||
@@ -0,0 +1,22 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: AM65xx HS EVM | ||
3 | #@DESCRIPTION: Machine configuration for the TI AM65xx HS EVM | ||
4 | |||
5 | require conf/machine/include/am65xx.inc | ||
6 | |||
7 | UBOOT_MACHINE = "am65x_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}" | ||