summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-ti.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-ti.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index 7ed6c5b4..231b7647 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -41,6 +41,7 @@ PACKAGECONFIG[dm] = "DM=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/pdk-i
41 41
42PACKAGECONFIG_append_aarch64 = " atf optee" 42PACKAGECONFIG_append_aarch64 = " atf optee"
43PACKAGECONFIG_append_j7 = " dm" 43PACKAGECONFIG_append_j7 = " dm"
44PACKAGECONFIG_append_am62xx = " dm"
44 45
45COMPATIBLE_MACHINE = "(ti-soc)" 46COMPATIBLE_MACHINE = "(ti-soc)"
46 47
@@ -69,6 +70,7 @@ SPL_UART_BINARY_j7200-hs-evm-k3r5 = "u-boot-spl.bin"
69SPL_UART_BINARY_j721s2-evm-k3r5 = "u-boot-spl.bin" 70SPL_UART_BINARY_j721s2-evm-k3r5 = "u-boot-spl.bin"
70SPL_UART_BINARY_am64xx-evm-k3r5 = "u-boot-spl.bin" 71SPL_UART_BINARY_am64xx-evm-k3r5 = "u-boot-spl.bin"
71SPL_UART_BINARY_am64xx-hs-evm-k3r5 = "u-boot-spl.bin" 72SPL_UART_BINARY_am64xx-hs-evm-k3r5 = "u-boot-spl.bin"
73SPL_UART_BINARY_am62xx-evm-k3r5 = "u-boot-spl.bin"
72 74
73SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" 75SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}"
74SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" 76SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}"
@@ -419,4 +421,9 @@ do_deploy_append_am64xx-hs-evm-k3r5 () {
419 mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true 421 mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true
420} 422}
421 423
424do_deploy_append_am62xx-evm-k3r5 () {
425 mv ${DEPLOYDIR}/tiboot3.bin ${DEPLOYDIR}/tiboot3-r5spl.bin || true
426 mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true
427}
428
422TOOLCHAIN = "gcc" 429TOOLCHAIN = "gcc"