uboot-mt623x/board/apollon
Kyungmin Park 751b9b5189 OneNAND Initial Program Loader (IPL) support
This patch enables the OneNAND boot within U-Boot.
Before this work, we used another OneNAND IPL called X-Loader based
on open source. With this work, we can build the oneboot.bin image
without other program.

The build sequence is simple.
First, it compiles the u-boot.bin
Second, it compiles OneNAND IPL
Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
The mechanism is similar with NAND boot except it boots from itself.

Another thing is that you can only use the OneNAND IPL only to work
other bootloader such as RedBoot and so on.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2008-02-14 22:08:13 +01:00
..
Makefile Add apollon board support 2007-11-09 15:24:26 +00:00
apollon.c OneNAND Initial Program Loader (IPL) support 2008-02-14 22:08:13 +01:00
config.mk Add apollon board support 2007-11-09 15:24:26 +00:00
lowlevel_init.S Coding Style cleanup, update CHANGELOG 2008-01-09 11:36:21 +01:00
mem.c Correction patch 2007-11-15 08:45:13 +00:00
mem.h Correction patch 2007-11-15 08:45:13 +00:00
sys_info.c Correction patch 2007-11-15 08:45:13 +00:00
u-boot.lds Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections 2008-01-12 20:31:39 +01:00