summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorYogesh Siraswar <yogeshs@ti.com>2021-11-16 10:43:48 +0000
committerYogesh Siraswar <yogeshs@ti.com>2021-11-16 11:14:52 +0000
commit194d0bdc71247f59f0d4713f0f43a216803a75f1 (patch)
tree31dbdda3bf5564738ce3500c3c5e480c0ed74b8d /recipes-security
parent3f15773534e453675bfea5806fbcff40c6a7b6a7 (diff)
downloadmeta-ti-194d0bdc71247f59f0d4713f0f43a216803a75f1.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>
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 401ac534..9bd0b933 100644
--- a/recipes-security/optee/optee-os_%.bbappend
+++ b/recipes-security/optee/optee-os_%.bbappend
@@ -69,6 +69,10 @@ do_compile_append_j7-hs-evm() {
69 optee_sign_k3hs 69 optee_sign_k3hs
70} 70}
71 71
72do_compile_append_j7200-hs-evm() {
73 optee_sign_k3hs
74}
75
72do_install_append_ti-soc() { 76do_install_append_ti-soc() {
73 install -m 644 ${B}/*.optee ${D}${nonarch_base_libdir}/firmware/ || true 77 install -m 644 ${B}/*.optee ${D}${nonarch_base_libdir}/firmware/ || true
74 install -m 644 ${B}/bl32.bin ${D}${nonarch_base_libdir}/firmware/ || true 78 install -m 644 ${B}/bl32.bin ${D}${nonarch_base_libdir}/firmware/ || true