[U-Boot] [PATCH v2 0/4] ARM: SPL: at91: update to support DM/DT

Wenyou Yang wenyou.yang at atmel.com
Fri Mar 24 03:34:02 UTC 2017


To support the driver model and device tree in SPL, fix the boot
device, bring in the serial device from device tree, and use
"_image_binary_end" variable to point to the correct device tree
location when CONFIG_SPL_SEPARATE_BSS is enabled.

Changes in v2:
 - Drop [PATCH] ARM: at91: lds: add test SPL binary size and bbs size.

Wenyou Yang (4):
  ARM: at91: spl: specify MMC and NAND boot device
  ARM: spl: atmel: bring in serial device before init
  ARM: spl: atmel: move mem_init() advance in SPL init.
  ARM: at91: lds: use "_image_binary_end" for DT location

 arch/arm/mach-at91/armv7/u-boot-spl.lds |  2 ++
 arch/arm/mach-at91/spl.c                |  7 +++++++
 arch/arm/mach-at91/spl_atmel.c          | 11 ++++++++++-
 3 files changed, 19 insertions(+), 1 deletion(-)

-- 
2.11.0



More information about the U-Boot mailing list