summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/trusted-firmware-a
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-bsp/trusted-firmware-a
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-bsp/trusted-firmware-a')
-rw-r--r--recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 90fa0333..2a8f41ee 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -31,3 +31,11 @@ do_compile_append_j7-hs-evm() {
31 ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \ 31 ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \
32 ) 32 )
33} 33}
34
35do_compile_append_j7200-hs-evm() {
36 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
37 ( cd ${B}/${BUILD_DIR}/release/; \
38 mv bl31.bin bl31.bin.unsigned; \
39 ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \
40 )
41}