summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/trusted-firmware-a
diff options
context:
space:
mode:
authorYogesh Siraswar <yogeshs@ti.com>2021-11-19 22:26:00 -0500
committerRyan Eatmon <reatmon@ti.com>2021-12-15 11:40:51 -0600
commitde1d246c2fda5a6edd517f3aefb84a5c5767e381 (patch)
tree4cab2a04af5b0a547aa60744744b65fabd4f3fb0 /recipes-bsp/trusted-firmware-a
parent8ab51d9a5d5fd6198a5ce12a84c1ba31d4ef3827 (diff)
downloadmeta-ti-de1d246c2fda5a6edd517f3aefb84a5c5767e381.tar.gz
am64xx-hs: changes to support new hs platform
Changes to support new am64x 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 Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@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 22582587..8fdccbe8 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -16,6 +16,14 @@ do_compile:append:am65xx-hs-evm() {
16 ) 16 )
17} 17}
18 18
19do_compile:append:am64xx-hs-evm() {
20 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
21 ( cd ${B}/${BUILD_DIR}/release/; \
22 mv bl31.bin bl31.bin.unsigned; \
23 ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \
24 )
25}
26
19do_compile:append:j7-hs-evm() { 27do_compile:append:j7-hs-evm() {
20 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} 28 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
21 ( cd ${BUILD_DIR}; \ 29 ( cd ${BUILD_DIR}; \