diff options
author | Andrew Davis <afd@ti.com> | 2023-01-04 13:19:41 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-01-20 15:54:26 -0600 |
commit | ea5ab76e6dda0826c2fc2aa69a219eae53d6df23 (patch) | |
tree | ad4b581cd292599809aa7b0f7d86f83058ff060f /meta-ti-bsp/conf/machine/am335x-hs-evm.conf | |
parent | 8f5f71154126906add19fd3f26712c2cb66798ac (diff) | |
download | meta-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/am335x-hs-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/am335x-hs-evm.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf index 7caa5bfd..670a584c 100644 --- a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf +++ b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf | |||
@@ -16,3 +16,13 @@ UBOOT_RD_LOADADDRESS = "0x84000000" | |||
16 | UBOOT_RD_ENTRYPOINT = "0x84000000" | 16 | UBOOT_RD_ENTRYPOINT = "0x84000000" |
17 | 17 | ||
18 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am3x" | 18 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am3x" |
19 | |||
20 | # FIT image for legacy secure devices | ||
21 | KERNEL_CLASSES += " kernel-fitimage-legacyhs" | ||
22 | KERNEL_IMAGETYPES += " fitImage" | ||
23 | |||
24 | # FIT image settings | ||
25 | FITIMAGE_HASH_ALGO = "" | ||
26 | FITIMAGE_DTB_BY_NAME = "1" | ||
27 | FITIMAGE_TEE_BY_NAME = "1" | ||
28 | FITIMAGE_CONF_BY_NAME = "1" | ||