diff options
author | Dan Murphy <dmurphy@ti.com> | 2021-01-07 07:22:16 -0600 |
---|---|---|
committer | Dan Murphy <dmurphy@ti.com> | 2021-01-08 06:34:55 -0600 |
commit | 89402b1230533444fa1f96138d98a6e037996ed2 (patch) | |
tree | 838265a5a54ae77e8dcccff50cf383d15774703e /recipes-bsp/u-boot/u-boot-ti.inc | |
parent | 707f3b67c8819af1fabdde826353a34e1eb753c8 (diff) | |
download | meta-ti-89402b1230533444fa1f96138d98a6e037996ed2.tar.gz |
am64xx: Add combined boot build support
Add combined boot flow support for the AM64XX device.
From: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-ti.inc')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-ti.inc | 7 |
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 b7fd246a..a871b779 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 | ||
42 | PACKAGECONFIG_append_aarch64 = " atf optee" | 42 | PACKAGECONFIG_append_aarch64 = " atf optee" |
43 | PACKAGECONFIG_append_j7 = " dm" | 43 | PACKAGECONFIG_append_j7 = " dm" |
44 | PACKAGECONFIG_append_am64xx = " dm" | ||
44 | 45 | ||
45 | COMPATIBLE_MACHINE = "(ti-soc)" | 46 | COMPATIBLE_MACHINE = "(ti-soc)" |
46 | 47 | ||
@@ -65,6 +66,7 @@ SPL_UART_BINARY_keystone = "" | |||
65 | SPL_UART_BINARY_k3r5 = "" | 66 | SPL_UART_BINARY_k3r5 = "" |
66 | SPL_UART_BINARY_lego-ev3 = "" | 67 | SPL_UART_BINARY_lego-ev3 = "" |
67 | SPL_UART_BINARY_j7200-evm-k3r5 = "u-boot-spl.bin" | 68 | SPL_UART_BINARY_j7200-evm-k3r5 = "u-boot-spl.bin" |
69 | SPL_UART_BINARY_am64xx-evm-k3r5 = "u-boot-spl.bin" | ||
68 | 70 | ||
69 | SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" | 71 | SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" |
70 | SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" | 72 | SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" |
@@ -395,4 +397,9 @@ do_deploy_append_j7200-evm-k3r5 () { | |||
395 | mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true | 397 | mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true |
396 | } | 398 | } |
397 | 399 | ||
400 | do_deploy_append_am64xx-evm-k3r5 () { | ||
401 | mv ${DEPLOYDIR}/tiboot3.bin ${DEPLOYDIR}/tiboot3-r5spl.bin || true | ||
402 | mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true | ||
403 | } | ||
404 | |||
398 | TOOLCHAIN = "gcc" | 405 | TOOLCHAIN = "gcc" |