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-24 12:50:06 -0600
commit0e5df43108a2123df3892e67c0fe52557255bd49 (patch)
tree34ca72a36a005acc1be338230407f7b6b0e98049 /meta-ti-bsp/conf/machine/dra7xx-hs-evm.conf
parent7033f0e80415df970756fbdcee974db84482151f (diff)
downloadmeta-ti-0e5df43108a2123df3892e67c0fe52557255bd49.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"