summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/trusted-firmware-a
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-bsp/trusted-firmware-a
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-bsp/trusted-firmware-a')
-rw-r--r--meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 45d56451..6254d09e 100644
--- a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -42,3 +42,11 @@ do_compile:append:j7200-hs-evm() {
42 ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \ 42 ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \
43 ) 43 )
44} 44}
45
46do_compile:append:j721s2-hs-evm() {
47 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
48 ( cd ${B}/${BUILD_DIR}/release/; \
49 mv bl31.bin bl31.bin.unsigned; \
50 ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \
51 )
52}