diff options
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 8 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-ti.inc | 6 |
2 files changed, 14 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 | ||
| 19 | do_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 | |||
| 19 | do_compile:append:j7-hs-evm() { | 27 | do_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}; \ |
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc index 8a420617..633975ce 100644 --- a/recipes-bsp/u-boot/u-boot-ti.inc +++ b/recipes-bsp/u-boot/u-boot-ti.inc | |||
| @@ -66,6 +66,7 @@ SPL_UART_BINARY:k3r5 = "" | |||
| 66 | SPL_UART_BINARY:lego-ev3 = "" | 66 | SPL_UART_BINARY:lego-ev3 = "" |
| 67 | SPL_UART_BINARY:j7200-evm-k3r5 = "u-boot-spl.bin" | 67 | SPL_UART_BINARY:j7200-evm-k3r5 = "u-boot-spl.bin" |
| 68 | SPL_UART_BINARY:am64xx-evm-k3r5 = "u-boot-spl.bin" | 68 | SPL_UART_BINARY:am64xx-evm-k3r5 = "u-boot-spl.bin" |
| 69 | SPL_UART_BINARY:am64xx-hs-evm-k3r5 = "u-boot-spl.bin" | ||
| 69 | 70 | ||
| 70 | SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" | 71 | SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" |
| 71 | SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" | 72 | SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" |
| @@ -401,4 +402,9 @@ do_deploy:append:am64xx-evm-k3r5 () { | |||
| 401 | mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true | 402 | mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true |
| 402 | } | 403 | } |
| 403 | 404 | ||
| 405 | do_deploy:append:am64xx-hs-evm-k3r5 () { | ||
| 406 | mv ${DEPLOYDIR}/tiboot3.bin ${DEPLOYDIR}/tiboot3-r5spl.bin || true | ||
| 407 | mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true | ||
| 408 | } | ||
| 409 | |||
| 404 | TOOLCHAIN = "gcc" | 410 | TOOLCHAIN = "gcc" |
