[meta-ti] [PATCH 6/8] machines: add OPTEE config for dra7 and am57 machines
Denys Dmytriyenko
denis at denix.org
Mon Sep 12 15:40:57 PDT 2016
From: Denys Dmytriyenko <denys at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
conf/machine/am57xx-hs-evm.conf | 4 ++++
conf/machine/dra7xx-hs-evm.conf | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/conf/machine/am57xx-hs-evm.conf b/conf/machine/am57xx-hs-evm.conf
index bd5a145..e43a648 100644
--- a/conf/machine/am57xx-hs-evm.conf
+++ b/conf/machine/am57xx-hs-evm.conf
@@ -12,3 +12,7 @@ UBOOT_RD_LOADADDRESS = "0x84000000"
UBOOT_RD_ENTRYPOINT = "0x84000000"
TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}"
+
+OPTEEMACHINE = "ti"
+OPTEEFLAVOR = "am572x_evm"
+OPTEEOUTPUTMACHINE = "ti"
diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf
index 537152b..a82402d 100644
--- a/conf/machine/dra7xx-hs-evm.conf
+++ b/conf/machine/dra7xx-hs-evm.conf
@@ -12,3 +12,7 @@ UBOOT_RD_LOADADDRESS = "0x84000000"
UBOOT_RD_ENTRYPOINT = "0x84000000"
TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}"
+
+OPTEEMACHINE = "ti"
+OPTEEFLAVOR = "dra7xx_evm dra72x_evm_revc"
+OPTEEOUTPUTMACHINE = "ti"
--
2.7.4
More information about the meta-ti
mailing list