summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorYogesh Siraswar <yogeshs@ti.com>2021-11-19 22:26:05 -0500
committerRyan Eatmon <reatmon@ti.com>2021-12-15 11:40:51 -0600
commit29fe207bec19f72fcdc30a991c8c66adf72d884e (patch)
tree7ff13fb8690587fc6155ea92614ba428700b8a4e /recipes-security
parent21feb29d8b9ddca7613a3b713a42842f8fc72f1c (diff)
downloadmeta-ti-29fe207bec19f72fcdc30a991c8c66adf72d884e.tar.gz
j7200-hs: changes to support new hs platform
Changes to support new j7200 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 4) ti-sci-fw_git: Update firmware prefix for j7200 hs 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 0a40fa23..5cb70df9 100644
--- a/recipes-security/optee/optee-os_%.bbappend
+++ b/recipes-security/optee/optee-os_%.bbappend
@@ -57,6 +57,10 @@ do_compile:append:j7-hs-evm() {
57 optee_sign_k3hs 57 optee_sign_k3hs
58} 58}
59 59
60do_compile:append:j7200-hs-evm() {
61 optee_sign_k3hs
62}
63
60do_install:append:ti-soc() { 64do_install:append:ti-soc() {
61 install -m 644 ${B}/*.optee ${D}${nonarch_base_libdir}/firmware/ || true 65 install -m 644 ${B}/*.optee ${D}${nonarch_base_libdir}/firmware/ || true
62 install -m 644 ${B}/bl32.bin ${D}${nonarch_base_libdir}/firmware/ || true 66 install -m 644 ${B}/bl32.bin ${D}${nonarch_base_libdir}/firmware/ || true