From de1d246c2fda5a6edd517f3aefb84a5c5767e381 Mon Sep 17 00:00:00 2001 From: Yogesh Siraswar Date: Fri, 19 Nov 2021 22:26:00 -0500 Subject: 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 Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'recipes-bsp/trusted-firmware-a') 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() { ) } +do_compile:append:am64xx-hs-evm() { + export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} + ( cd ${B}/${BUILD_DIR}/release/; \ + mv bl31.bin bl31.bin.unsigned; \ + ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \ + ) +} + do_compile:append:j7-hs-evm() { export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} ( cd ${BUILD_DIR}; \ -- cgit v1.2.3-54-g00ecf