diff options
author | Rick Altherr <raltherr@google.com> | 2016-12-07 10:06:36 -0800 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2016-12-08 10:17:29 +1100 |
commit | deddff7930e690edaf229c411c3bf5a7bc4990ed (patch) | |
tree | 25443b404e2f40efaa888e13326e780d03280a6d /configs/T1024RDB_SDCARD_defconfig | |
parent | 6b26bf14ae6eb982203b9e6491e8a630a690d963 (diff) | |
download | talos-obmc-uboot-deddff7930e690edaf229c411c3bf5a7bc4990ed.tar.gz talos-obmc-uboot-deddff7930e690edaf229c411c3bf5a7bc4990ed.zip |
Enable FIT image support and FDT loading for AST2400/AST2500
FIT is the modern U-Boot native image format for kernels, device trees,
and ramdisks. Enabling FIT only compiles in support for the image
format. For these devices, the kernel+dtb and ramdisk are loaded from
separate locations in flash and can be any mix of legacy or FIT images.
When using FIT images, the dtb is stored as a separate entry that
requires CONFIG_OF_LIBFDT to load it into RAM and pass it to the kernel.
U-Boot enables EFI support by default but it only builds once FIT
support is enabled. EFI support adds ~13k to the binary and is
currently unused for any Aspeed platforms. Explicitly disable EFI
support now that FIT support is enabled.
Tested under qemu with both legacy and FIT kernel+dtb images for
palmetto and witherspoon.
Signed-off-by: Rick Altherr <raltherr@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'configs/T1024RDB_SDCARD_defconfig')
0 files changed, 0 insertions, 0 deletions