diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-08-16 08:05:13 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-08-16 16:25:59 -0400 |
commit | 97a255ed774e940c1fb80cbea802ac872210d9c9 (patch) | |
tree | fadb2c2167c5c52aab0b8858801d0a13223b6bc6 /conf | |
parent | 40e6a592838864c60ec5baf1be362735e59ef48a (diff) | |
download | meta-ti-97a255ed774e940c1fb80cbea802ac872210d9c9.tar.gz |
machines: move TI_SECURE_DEV_PKG and add UBOOT_* vars for fitimage support
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am437x-hs-evm.conf | 7 | ||||
-rw-r--r-- | conf/machine/am57xx-hs-evm.conf | 7 | ||||
-rw-r--r-- | conf/machine/dra7xx-hs-evm.conf | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/conf/machine/am437x-hs-evm.conf b/conf/machine/am437x-hs-evm.conf index e8d88a41..4fb277df 100644 --- a/conf/machine/am437x-hs-evm.conf +++ b/conf/machine/am437x-hs-evm.conf | |||
@@ -5,3 +5,10 @@ | |||
5 | require conf/machine/am437x-evm.conf | 5 | require conf/machine/am437x-evm.conf |
6 | 6 | ||
7 | UBOOT_MACHINE = "am43xx_hs_evm_config" | 7 | UBOOT_MACHINE = "am43xx_hs_evm_config" |
8 | |||
9 | UBOOT_ENTRYPOINT = "0x82000000" | ||
10 | UBOOT_LOADADDRESS = "0x82000000" | ||
11 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
13 | |||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AM4}" | ||
diff --git a/conf/machine/am57xx-hs-evm.conf b/conf/machine/am57xx-hs-evm.conf index a3750176..bd5a1450 100644 --- a/conf/machine/am57xx-hs-evm.conf +++ b/conf/machine/am57xx-hs-evm.conf | |||
@@ -5,3 +5,10 @@ | |||
5 | require conf/machine/am57xx-evm.conf | 5 | require conf/machine/am57xx-evm.conf |
6 | 6 | ||
7 | UBOOT_MACHINE = "am57xx_hs_evm_config" | 7 | UBOOT_MACHINE = "am57xx_hs_evm_config" |
8 | |||
9 | UBOOT_ENTRYPOINT = "0x82000000" | ||
10 | UBOOT_LOADADDRESS = "0x82000000" | ||
11 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
13 | |||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}" | ||
diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf index a8987165..537152b2 100644 --- a/conf/machine/dra7xx-hs-evm.conf +++ b/conf/machine/dra7xx-hs-evm.conf | |||
@@ -5,3 +5,10 @@ | |||
5 | require conf/machine/dra7xx-evm.conf | 5 | require conf/machine/dra7xx-evm.conf |
6 | 6 | ||
7 | UBOOT_MACHINE = "dra7xx_hs_evm_config" | 7 | UBOOT_MACHINE = "dra7xx_hs_evm_config" |
8 | |||
9 | UBOOT_ENTRYPOINT = "0x82000000" | ||
10 | UBOOT_LOADADDRESS = "0x82000000" | ||
11 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
13 | |||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}" | ||