summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/dra7xx-hs-evm.conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-01-04 13:19:41 -0600
committerRyan Eatmon <reatmon@ti.com>2023-01-20 15:54:26 -0600
commitea5ab76e6dda0826c2fc2aa69a219eae53d6df23 (patch)
treead4b581cd292599809aa7b0f7d86f83058ff060f /meta-ti-bsp/conf/machine/dra7xx-hs-evm.conf
parent8f5f71154126906add19fd3f26712c2cb66798ac (diff)
downloadmeta-ti-ea5ab76e6dda0826c2fc2aa69a219eae53d6df23.tar.gz
meta-ti-bsp: Move legacy HS signing classes into this layer
These were in the meta-arago layer, but any distro should be able to run on HS devices. So move the classes and setup to the BSP layer. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/dra7xx-hs-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/dra7xx-hs-evm.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/dra7xx-hs-evm.conf b/meta-ti-bsp/conf/machine/dra7xx-hs-evm.conf
index 49630081..c80ac13c 100644
--- a/meta-ti-bsp/conf/machine/dra7xx-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/dra7xx-hs-evm.conf
@@ -19,3 +19,14 @@ OPTEEOUTPUTMACHINE = "ti"
19OPTEEPAGER = "y" 19OPTEEPAGER = "y"
20 20
21EXTRA_IMAGEDEPENDS += "optee-os" 21EXTRA_IMAGEDEPENDS += "optee-os"
22
23# FIT image for legacy secure devices
24KERNEL_CLASSES += " kernel-fitimage-legacyhs"
25KERNEL_IMAGETYPES += " fitImage"
26
27# FIT image settings
28FITIMAGE_HASH_ALGO = ""
29FITIMAGE_PACK_TEE = "1"
30FITIMAGE_DTB_BY_NAME = "1"
31FITIMAGE_TEE_BY_NAME = "1"
32FITIMAGE_CONF_BY_NAME = "1"