diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-09-13 04:40:57 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-09-12 22:26:31 -0400 |
commit | 71db7c89152732847992b417b5fa8aff30f47c1e (patch) | |
tree | 9383c471f0910bfcdd5e96f26c43650d2bc66b1e /conf/machine | |
parent | c02651fe1466422c5781c3cc235a12932fb0cd58 (diff) | |
download | meta-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/machine')
-rw-r--r-- | conf/machine/am57xx-hs-evm.conf | 4 | ||||
-rw-r--r-- | conf/machine/dra7xx-hs-evm.conf | 4 |
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" | |||
12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | 12 | UBOOT_RD_ENTRYPOINT = "0x84000000" |
13 | 13 | ||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}" | 14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}" |
15 | |||
16 | OPTEEMACHINE = "ti" | ||
17 | OPTEEFLAVOR = "am572x_evm" | ||
18 | OPTEEOUTPUTMACHINE = "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" | |||
12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | 12 | UBOOT_RD_ENTRYPOINT = "0x84000000" |
13 | 13 | ||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}" | 14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}" |
15 | |||
16 | OPTEEMACHINE = "ti" | ||
17 | OPTEEFLAVOR = "dra7xx_evm dra72x_evm_revc" | ||
18 | OPTEEOUTPUTMACHINE = "ti" | ||