summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorYogesh Siraswar <yogeshs@ti.com>2021-11-19 22:26:00 -0500
committerRyan Eatmon <reatmon@ti.com>2021-12-15 11:40:51 -0600
commitde1d246c2fda5a6edd517f3aefb84a5c5767e381 (patch)
tree4cab2a04af5b0a547aa60744744b65fabd4f3fb0 /recipes-security
parent8ab51d9a5d5fd6198a5ce12a84c1ba31d4ef3827 (diff)
downloadmeta-ti-de1d246c2fda5a6edd517f3aefb84a5c5767e381.tar.gz
am64xx-hs: changes to support new hs platform
Changes to support new am64x hs platform in: 1) optee: sign the image 2) atf: sign the image 3) u-boot: Add u-boot-spl image for combined boot image Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/optee/optee-os_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend
index aac14a50..0a40fa23 100644
--- a/recipes-security/optee/optee-os_%.bbappend
+++ b/recipes-security/optee/optee-os_%.bbappend
@@ -49,6 +49,10 @@ do_compile:append:am65xx-hs-evm() {
49 optee_sign_k3hs 49 optee_sign_k3hs
50} 50}
51 51
52do_compile:append:am64xx-hs-evm() {
53 optee_sign_k3hs
54}
55
52do_compile:append:j7-hs-evm() { 56do_compile:append:j7-hs-evm() {
53 optee_sign_k3hs 57 optee_sign_k3hs
54} 58}