diff options
| author | Neha Malcom Francis <[email protected]> | 2023-07-22 00:14:34 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-21 19:36:58 -0400 |
| commit | 1bc527e8f488bc0e6e935f5ec06e6ea1293b610e (patch) | |
| tree | ced99d4a5d02d1d653d2be0abe90f2998febd923 /board | |
| parent | 640bf9dd8e142e81764484c94c80cd435b322f55 (diff) | |
am64x: dts: binman: Package tiboot3.bin, tispl.bin u-boot.img
Support added for HS and GP boot binaries for AM64x.
HS-SE:
* tiboot3-am64x_sr2-hs-evm.bin
* tispl.bin
* u-boot.img
HS-FS:
* tiboot3-am64x_sr2-hs-fs-evm.bin
* tispl.bin
* u-boot.img
GP:
* tiboot3.bin --> tiboot3-am64x-gp-evm.bin
* tispl.bin_unsigned
* u-boot.img_unsigned
Note that the bootflow followed by AM64x requires:
tiboot3.bin:
* R5 SPL
* R5 SPL dtbs
* sysfw
* board-cfg
* pm-cfg
* sec-cfg
* rm-cfg
tispl.bin:
* ATF
* OP-TEE
* A53 SPL
* A53 SPL dtbs
u-boot.img:
* A53 U-Boot
* A53 U-Boot dtbs
Reviewed-by: Simon Glass <[email protected]>
[[email protected]: changed output binary names appropriately]
Signed-off-by: Andrew Davis <[email protected]>
Signed-off-by: Neha Malcom Francis <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/ti/am64x/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/ti/am64x/Kconfig b/board/ti/am64x/Kconfig index afb54f8cdab..fb596e4adfc 100644 --- a/board/ti/am64x/Kconfig +++ b/board/ti/am64x/Kconfig @@ -9,6 +9,7 @@ choice config TARGET_AM642_A53_EVM bool "TI K3 based AM642 EVM running on A53" select ARM64 + select BINMAN imply BOARD imply SPL_BOARD imply TI_I2C_BOARD_DETECT @@ -21,6 +22,7 @@ config TARGET_AM642_R5_EVM select RAM select SPL_RAM select K3_DDRSS + select BINMAN imply SYS_K3_SPL_ATF imply TI_I2C_BOARD_DETECT |
