ARM: i.MX53: Implement NAND xload
Some i.MX53 want to setup the SDRAM from C code rather than
from DCD tables. The image size for these boards is limited
to the internal SRAM size. To overcome this limitation for
i.MX53 boards booting from NAND implement an xload mechanism
to load only the PBL to SRAM and let barebox load the rest
of the image itself after SDRAM has been initialized.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 3209e4e commit 509d2228f907652289928b6b3c07e17650a8c124
@Sascha Hauer Sascha Hauer authored on 1 Jul 2016
Showing 3 changed files
View
arch/arm/mach-imx/Makefile
View
arch/arm/mach-imx/include/mach/xload.h
View
arch/arm/mach-imx/xload-imx-nand.c 0 → 100644