summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-09-13 04:40:57 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-09-12 22:26:31 -0400
commit71db7c89152732847992b417b5fa8aff30f47c1e (patch)
tree9383c471f0910bfcdd5e96f26c43650d2bc66b1e /conf
parentc02651fe1466422c5781c3cc235a12932fb0cd58 (diff)
downloadmeta-ti-71db7c89152732847992b417b5fa8aff30f47c1e.tar.gz
machines: add OPTEE config for dra7 and am57 machines
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am57xx-hs-evm.conf4
-rw-r--r--conf/machine/dra7xx-hs-evm.conf4
2 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/am57xx-hs-evm.conf b/conf/machine/am57xx-hs-evm.conf
index bd5a1450..e43a6489 100644
--- a/conf/machine/am57xx-hs-evm.conf
+++ b/conf/machine/am57xx-hs-evm.conf
@@ -12,3 +12,7 @@ UBOOT_RD_LOADADDRESS = "0x84000000"
12UBOOT_RD_ENTRYPOINT = "0x84000000" 12UBOOT_RD_ENTRYPOINT = "0x84000000"
13 13
14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}" 14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}"
15
16OPTEEMACHINE = "ti"
17OPTEEFLAVOR = "am572x_evm"
18OPTEEOUTPUTMACHINE = "ti"
diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf
index 537152b2..a82402dc 100644
--- a/conf/machine/dra7xx-hs-evm.conf
+++ b/conf/machine/dra7xx-hs-evm.conf
@@ -12,3 +12,7 @@ UBOOT_RD_LOADADDRESS = "0x84000000"
12UBOOT_RD_ENTRYPOINT = "0x84000000" 12UBOOT_RD_ENTRYPOINT = "0x84000000"
13 13
14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}" 14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}"
15
16OPTEEMACHINE = "ti"
17OPTEEFLAVOR = "dra7xx_evm dra72x_evm_revc"
18OPTEEOUTPUTMACHINE = "ti"