summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.2.bb8
-rw-r--r--recipes-bsp/sciclient/sciclient-rtos_git.bb1
2 files changed, 9 insertions, 0 deletions
diff --git a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.2.bb b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.2.bb
index f15570cf..ae957bf8 100644
--- a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.2.bb
+++ b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.2.bb
@@ -54,6 +54,14 @@ do_compile_append_am65xx-hs-evm() {
54 ) 54 )
55} 55}
56 56
57do_compile_append_j7-hs-evm() {
58 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
59 ( cd ${S}/build/${ATFPLATFORM}/${ATFBOARD}/release/; \
60 mv bl31.bin bl31.bin.unsigned; \
61 ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \
62 )
63}
64
57do_install() { 65do_install() {
58 install -d ${D}/boot 66 install -d ${D}/boot
59 install -m 0644 ${S}/build/${ATFPLATFORM}/${ATFBOARD}/release/bl31.bin ${D}/boot/ 67 install -m 0644 ${S}/build/${ATFPLATFORM}/${ATFBOARD}/release/bl31.bin ${D}/boot/
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb
index 7fbeb1e2..deaf0b12 100644
--- a/recipes-bsp/sciclient/sciclient-rtos_git.bb
+++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb
@@ -27,6 +27,7 @@ export PDK_SCICLIENT_ROOT_PATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/pac
27 27
28BUILD_HS = "" 28BUILD_HS = ""
29BUILD_HS_am65xx-hs-evm = "yes" 29BUILD_HS_am65xx-hs-evm = "yes"
30BUILD_HS_j7-hs-evm = "yes"
30export BUILD_HS 31export BUILD_HS
31 32
32# Sciclient for am65x supports mcu1_1 in addition to the default cores in TI_PDK_LIMIT_CORES 33# Sciclient for am65x supports mcu1_1 in addition to the default cores in TI_PDK_LIMIT_CORES