summaryrefslogtreecommitdiffstats
path: root/conf/machine/am65xx-hs-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/am65xx-hs-evm.conf')
-rw-r--r--conf/machine/am65xx-hs-evm.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/am65xx-hs-evm.conf b/conf/machine/am65xx-hs-evm.conf
new file mode 100644
index 00000000..1de37cf3
--- /dev/null
+++ b/conf/machine/am65xx-hs-evm.conf
@@ -0,0 +1,23 @@
1#@TYPE: Machine
2#@NAME: AM65xx HS EVM
3#@DESCRIPTION: Machine configuration for the TI AM65xx HS EVM
4
5require conf/machine/am65xx-evm.conf
6
7UBOOT_MACHINE = "am65x_hs_evm_a53_defconfig"
8
9UBOOT_ENTRYPOINT = "0x82000000"
10UBOOT_LOADADDRESS = "0x82000000"
11UBOOT_RD_LOADADDRESS = "0x84000000"
12UBOOT_RD_ENTRYPOINT = "0x84000000"
13
14SPL_BINARY = "tispl.bin_HS"
15SPL_BINARYNAME = "tispl.bin"
16UBOOT_BINARY = "u-boot.img_HS"
17IMAGE_BOOT_FILES = "${UBOOT_BINARY}"
18
19TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"
20
21OPTEEMACHINE = "k3"
22OPTEEFLAVOR = "am65x"
23OPTEEOUTPUTMACHINE = "k3"