diff options
author | Jayesh Choudhary <j-choudhary@ti.com> | 2022-06-07 16:05:27 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-06-15 13:47:15 -0500 |
commit | 518ffd348307808d949eff244b20406111fda94b (patch) | |
tree | cd9aea4fcb0c3e0ae9b1560a42388b48bef90959 /recipes-security/optee | |
parent | b5a092b49e59ded26055f39b7e849690f11f22eb (diff) | |
download | meta-ti-518ffd348307808d949eff244b20406111fda94b.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>
Diffstat (limited to 'recipes-security/optee')
-rw-r--r-- | recipes-security/optee/optee-os_%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend index 4e01ea74..e128da89 100644 --- a/recipes-security/optee/optee-os_%.bbappend +++ b/recipes-security/optee/optee-os_%.bbappend | |||
@@ -75,6 +75,10 @@ do_compile_append_j7200-hs-evm() { | |||
75 | optee_sign_k3hs | 75 | optee_sign_k3hs |
76 | } | 76 | } |
77 | 77 | ||
78 | do_compile_append_j721s2-hs-evm() { | ||
79 | optee_sign_k3hs | ||
80 | } | ||
81 | |||
78 | do_install_append_ti-soc() { | 82 | do_install_append_ti-soc() { |
79 | install -m 644 ${B}/*.optee ${D}${nonarch_base_libdir}/firmware/ || true | 83 | install -m 644 ${B}/*.optee ${D}${nonarch_base_libdir}/firmware/ || true |
80 | install -m 644 ${B}/bl32.bin ${D}${nonarch_base_libdir}/firmware/ || true | 84 | install -m 644 ${B}/bl32.bin ${D}${nonarch_base_libdir}/firmware/ || true |