diff options
author | Nishanth Menon <nm@ti.com> | 2022-03-25 16:06:32 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-04-07 07:48:39 -0500 |
commit | 1ab91bcc154909f5ba8e04a866836773fa9430e4 (patch) | |
tree | 23d701e96880acf690e5015dd348540f64adfd56 /recipes-bsp/u-boot | |
parent | 9158c9c1d8990ccc298c09cf553dd7cd4041f98b (diff) | |
download | meta-ti-1ab91bcc154909f5ba8e04a866836773fa9430e4.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>
Diffstat (limited to 'recipes-bsp/u-boot')
-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 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 | ||
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 | ||
@@ -69,6 +70,7 @@ SPL_UART_BINARY_j7200-hs-evm-k3r5 = "u-boot-spl.bin" | |||
69 | SPL_UART_BINARY_j721s2-evm-k3r5 = "u-boot-spl.bin" | 70 | SPL_UART_BINARY_j721s2-evm-k3r5 = "u-boot-spl.bin" |
70 | SPL_UART_BINARY_am64xx-evm-k3r5 = "u-boot-spl.bin" | 71 | SPL_UART_BINARY_am64xx-evm-k3r5 = "u-boot-spl.bin" |
71 | SPL_UART_BINARY_am64xx-hs-evm-k3r5 = "u-boot-spl.bin" | 72 | SPL_UART_BINARY_am64xx-hs-evm-k3r5 = "u-boot-spl.bin" |
73 | SPL_UART_BINARY_am62xx-evm-k3r5 = "u-boot-spl.bin" | ||
72 | 74 | ||
73 | SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" | 75 | SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" |
74 | SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" | 76 | SPL_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 | ||
424 | do_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 | |||
422 | TOOLCHAIN = "gcc" | 429 | TOOLCHAIN = "gcc" |