summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-security
diff options
context:
space:
mode:
authorJayesh Choudhary <j-choudhary@ti.com>2022-09-13 03:54:52 +0000
committerRyan Eatmon <reatmon@ti.com>2022-09-22 11:23:07 -0500
commit3a1e3bfe6c9cdaca706dc8c223c574d66a02b4d3 (patch)
tree533602f0cc2cec15a76f85412f73bf82e5a8b299 /meta-ti-bsp/recipes-security
parentb3822e7b26290ced6a79428ed97417d4cef6e656 (diff)
downloadmeta-ti-3a1e3bfe6c9cdaca706dc8c223c574d66a02b4d3.tar.gz
j721s2-hs: changes to support new hs platform
Changes to support new j721s2-hs platform in: 1) ti-sci-fw_git: Update firmware prefix for j721s2-hs 2) atf: sign the image 3) u-boot: Add u-boot-spl image for combined boot image 4) optee: sign the image Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-security')
-rw-r--r--meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
index 6097580f..d55bbc90 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
+++ b/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
@@ -63,6 +63,10 @@ do_compile:append:j7200-hs-evm() {
63 optee_sign_k3hs 63 optee_sign_k3hs
64} 64}
65 65
66do_compile:append:j721s2-hs-evm() {
67 optee_sign_k3hs
68}
69
66do_install:append:ti-soc() { 70do_install:append:ti-soc() {
67 install -m 644 ${B}/*.optee ${D}${nonarch_base_libdir}/firmware/ || true 71 install -m 644 ${B}/*.optee ${D}${nonarch_base_libdir}/firmware/ || true
68 install -m 644 ${B}/bl32.bin ${D}${nonarch_base_libdir}/firmware/ || true 72 install -m 644 ${B}/bl32.bin ${D}${nonarch_base_libdir}/firmware/ || true