u-boot-brain/include/environment/ti
Sam Protsenko 41ee72f48b env: ti: boot: Fix Android boot on AM57x EVM
When applying DTBO on top of DTB (with "fdt apply" command) on AM57x EVM
board, there is not enough memory reserved in RAM for DTB blob. Hence,
DTBO can't be merged in DTB. It leads to inability to boot Android with
next error message:

    failed on fdt_overlay_apply(): FDT_ERR_NOSPACE

To overcome that issue let's provide 512 KiB of space to keep DTB and
all merged DTBO blobs. To do so, "length" parameter should be specified
for "fdt addr" command:

    => fdt addr $fdtaddr 0x80000

512 KiB is the maximum size we can use for this, because next address
after $fdtaddr is 512 KiB ahead of it:

    fdtaddr=0x88000000
    rdaddr=0x88080000

Also add size variables to 'adtimg' command invocations, to avoid
cluttering the console with DTBO blob sizes.

Signed-off-by: Sam Protsenko <joe.skb7@gmail.com>
Reviewed-by: Eugeniu Rosca <rosca.eugeniu@gmail.com>
2020-03-03 13:08:14 +05:30
..
boot.h env: ti: boot: Fix Android boot on AM57x EVM 2020-03-03 13:08:14 +05:30
dfu.h mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND 2019-12-03 23:04:10 -05:00
k3_dfu.h environment: ti: Add DFU environment variables k3_dfu.h 2020-01-20 10:10:28 +05:30
k3_rproc.h env: ti: k3_rproc: Add common rproc environment variables 2019-10-11 10:07:35 -04:00
mmc.h configs: ti: Factor out call to 'args_mmc' into MMC common environment 2020-01-20 10:10:28 +05:30
nand.h mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND 2019-12-03 23:04:10 -05:00
spi.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
ufs.h env: ti: Add environment variables to boot from UFS 2019-10-23 20:47:12 -04:00