]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: am64x_evm_*_defconfig: Increase offsets for eMMC raw boot
authorJudith Mendez <jm@ti.com>
Wed, 10 Apr 2024 18:20:16 +0000 (13:20 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 17 Apr 2024 23:06:11 +0000 (17:06 -0600)
commit312d4e23e60fc0c64c36c9ca809019a4e9cbf850
tree775b3e91141e62e2f2c45ab401bc15d9fb4aef8c
parent11987d3baf92829edb16ce3c555a50bd4ca070ed
configs: am64x_evm_*_defconfig: Increase offsets for eMMC raw boot

EMMC boot can fail due to the size of R5 SPL image growing beyond the
500KB of memory allocated in eMMC. Update offsets for eMMMC raw boot
to load each binary from the correct address in eMMC according to the
following eMMC layout:

            boot0/1 partition
    0x0+----------------------------------+
       |     tiboot3.bin (1 MB)           |
  0x800+----------------------------------+
       |       tispl.bin (2 MB)           |
0x1800+-----------------------------------+
       |       u-boot.img (4 MB)          |
0x3800+-----------------------------------+
       |      environment (128 KB)        |
0x3900+-----------------------------------+

Signed-off-by: Judith Mendez <jm@ti.com>
configs/am64x_evm_a53_defconfig
configs/am64x_evm_r5_defconfig