summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am335x-hs-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/conf/machine/am335x-hs-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am335x-hs-evm.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf
new file mode 100644
index 00000000..7caa5bfd
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf
@@ -0,0 +1,18 @@
1#@TYPE: Machine
2#@NAME: AM335x HS EVM
3#@DESCRIPTION: Machine configuration for the TI AM335x HS EVM
4
5require conf/machine/am335x-evm.conf
6
7UBOOT_MACHINE = ""
8# Last config in the list is default
9UBOOT_CONFIG ??= "uart mmc"
10UBOOT_CONFIG[uart] = "am335x_hs_evm_uart_config"
11UBOOT_CONFIG[mmc] = "am335x_hs_evm_config"
12
13UBOOT_ENTRYPOINT = "0x82000000"
14UBOOT_LOADADDRESS = "0x82000000"
15UBOOT_RD_LOADADDRESS = "0x84000000"
16UBOOT_RD_ENTRYPOINT = "0x84000000"
17
18TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am3x"