diff options
author | Nishanth Menon <nm@ti.com> | 2022-05-02 14:51:05 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-05-02 11:31:08 -0500 |
commit | 15ae8b802a05cebb6a272047816d82f345703704 (patch) | |
tree | fef0a562db0b00076ce3a8c840186b5f7e4fc0a4 /meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | |
parent | 0b9083e6a51d3c13fda500804c8478eeab5b7455 (diff) | |
download | meta-ti-15ae8b802a05cebb6a272047816d82f345703704.tar.gz |
machine: Add am62xx evm configuration
Lets add the basic AM62xx-evm configuration.
- Add configurations.
- Add firmware overrides.
- Add u-boot overrides.
- Update TI_LINUX_FW_SRCREV and K3_IMAGE_GEN_SRCREV to appropriate SHAs.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Praneeth Bajjuri <praneeth@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.inc | 7 |
1 files changed, 7 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 a5b24f49..c3c32f9c 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 | |||
@@ -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:am62xx = " dm" | ||
44 | 45 | ||
45 | COMPATIBLE_MACHINE = "(ti-soc)" | 46 | COMPATIBLE_MACHINE = "(ti-soc)" |
46 | 47 | ||
@@ -68,6 +69,7 @@ SPL_UART_BINARY:j7200-hs-evm-k3r5 = "u-boot-spl.bin" | |||
68 | SPL_UART_BINARY:j721s2-evm-k3r5 = "u-boot-spl.bin" | 69 | SPL_UART_BINARY:j721s2-evm-k3r5 = "u-boot-spl.bin" |
69 | SPL_UART_BINARY:am64xx-evm-k3r5 = "u-boot-spl.bin" | 70 | SPL_UART_BINARY:am64xx-evm-k3r5 = "u-boot-spl.bin" |
70 | SPL_UART_BINARY:am64xx-hs-evm-k3r5 = "u-boot-spl.bin" | 71 | SPL_UART_BINARY:am64xx-hs-evm-k3r5 = "u-boot-spl.bin" |
72 | SPL_UART_BINARY:am62xx-evm-k3r5 = "u-boot-spl.bin" | ||
71 | 73 | ||
72 | SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" | 74 | SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" |
73 | SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" | 75 | SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" |
@@ -293,4 +295,9 @@ do_deploy:append:am64xx-hs-evm-k3r5 () { | |||
293 | mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true | 295 | mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true |
294 | } | 296 | } |
295 | 297 | ||
298 | do_deploy:append:am62xx-evm-k3r5 () { | ||
299 | mv ${DEPLOYDIR}/tiboot3.bin ${DEPLOYDIR}/tiboot3-r5spl.bin || true | ||
300 | mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true | ||
301 | } | ||
302 | |||
296 | TOOLCHAIN = "gcc" | 303 | TOOLCHAIN = "gcc" |