summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-09-19 22:59:29 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-09-19 18:59:36 -0400
commit6e43afafb5967e8ab1c603224e0fdd1fb62da4b2 (patch)
tree45940b5d59f6c7dcb7b78890d37c4c161e58bf55 /conf
parentfd546211efb570c63338bfe31fa6562b5cb3c17d (diff)
downloadmeta-ti-6e43afafb5967e8ab1c603224e0fdd1fb62da4b2.tar.gz
conf/machine, u-boot-ti-staging: add am335x-hs-evm platform
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am335x-hs-evm.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/am335x-hs-evm.conf b/conf/machine/am335x-hs-evm.conf
new file mode 100644
index 00000000..674a764c
--- /dev/null
+++ b/conf/machine/am335x-hs-evm.conf
@@ -0,0 +1,14 @@
1#@TYPE: Machine
2#@NAME: AM335x HS EVM
3#@DESCRIPTION: Machine configuration for the TI AM435x HS EVM
4
5require conf/machine/am335x-evm.conf
6
7UBOOT_MACHINE = "am335x_hs_evm_mmc_config"
8
9UBOOT_ENTRYPOINT = "0x82000000"
10UBOOT_LOADADDRESS = "0x82000000"
11UBOOT_RD_LOADADDRESS = "0x84000000"
12UBOOT_RD_ENTRYPOINT = "0x84000000"
13
14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am3x"