barebox/arch/arm/boards/freescale-mx51-babbage
Andrey Smirnov 903c9477a0 i.MX: Add provisions to boot from IRAM
This commit add a very basic code to allow Barebox to be booted from
IRAM. Given that the amount of IRAM on most i.MX variants is
insufficient to contain a copy of Barebox with any reasonable degree
of functionality this code uses IRAM only as a temporary location and
eventually bootstraps from DRAM. But the presense of the intermediate
IRAM-only stage allows to add provisions to test the area of DRAM that
Barebox would be using to facilitate various testing scenarious.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2015-05-07 09:49:41 +02:00
..
board.c i.MX: Add provisions to boot from IRAM 2015-05-07 09:49:41 +02:00
flash-header-common.imxcfg i.MX: Add provisions to boot from IRAM 2015-05-07 09:49:41 +02:00
flash-header-imx51-babbage-xload.imxcfg i.MX: Add provisions to boot from IRAM 2015-05-07 09:49:41 +02:00
flash-header-imx51-babbage.imxcfg i.MX: Add provisions to boot from IRAM 2015-05-07 09:49:41 +02:00
lowlevel.c i.MX: Add provisions to boot from IRAM 2015-05-07 09:49:41 +02:00
Makefile i.MX: Add provisions to boot from IRAM 2015-05-07 09:49:41 +02:00