summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2022-02-22 04:14:02 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:49 -0600
commit2adccf625d39d3631d4d3bd8bfa61696d0bb4a65 (patch)
tree3a3b996c5022519c17766337e9a52639012cad04 /meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
parentfa8035fc263960e06742945da00cb4777e4b24f7 (diff)
downloadmeta-ti-2adccf625d39d3631d4d3bd8bfa61696d0bb4a65.tar.gz
machine: Add j721s2 evm configuration
Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc')
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index 4b9f543c..e8d199f1 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -65,6 +65,7 @@ SPL_UART_BINARY:k3r5 = ""
65SPL_UART_BINARY:lego-ev3 = "" 65SPL_UART_BINARY:lego-ev3 = ""
66SPL_UART_BINARY:j7200-evm-k3r5 = "u-boot-spl.bin" 66SPL_UART_BINARY:j7200-evm-k3r5 = "u-boot-spl.bin"
67SPL_UART_BINARY:j7200-hs-evm-k3r5 = "u-boot-spl.bin" 67SPL_UART_BINARY:j7200-hs-evm-k3r5 = "u-boot-spl.bin"
68SPL_UART_BINARY:j721s2-evm-k3r5 = "u-boot-spl.bin"
68SPL_UART_BINARY:am64xx-evm-k3r5 = "u-boot-spl.bin" 69SPL_UART_BINARY:am64xx-evm-k3r5 = "u-boot-spl.bin"
69SPL_UART_BINARY:am64xx-hs-evm-k3r5 = "u-boot-spl.bin" 70SPL_UART_BINARY:am64xx-hs-evm-k3r5 = "u-boot-spl.bin"
70 71
@@ -277,6 +278,11 @@ do_deploy:append:j7200-hs-evm-k3r5 () {
277 mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true 278 mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true
278} 279}
279 280
281do_deploy:append:j721s2-evm-k3r5 () {
282 mv ${DEPLOYDIR}/tiboot3.bin ${DEPLOYDIR}/tiboot3-r5spl.bin || true
283 mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true
284}
285
280do_deploy:append:am64xx-evm-k3r5 () { 286do_deploy:append:am64xx-evm-k3r5 () {
281 mv ${DEPLOYDIR}/tiboot3.bin ${DEPLOYDIR}/tiboot3-r5spl.bin || true 287 mv ${DEPLOYDIR}/tiboot3.bin ${DEPLOYDIR}/tiboot3-r5spl.bin || true
282 mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true 288 mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true