u-boot-brain/lib_sparc
Kumar Gala 396f635b8f bootm: refactor image detection and os load steps
Created a bootm_start() that handles the parsing and detection of all
the images that will be used by the bootm command (OS, ramdisk, fdt).
As part of this we now tract all the relevant image offsets in the
bootm_headers_t struct. This will allow us to have all the needed
state for future sub-commands and lets us reduce a bit of arch
specific code on SPARC.

Created a bootm_load_os() that deals with decompression and loading
the OS image.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2008-08-26 23:41:43 +02:00
..
board.c Fix remaining CFG_CMD_ define, ifdef and comments 2008-07-30 00:48:07 +02:00
bootm.c bootm: refactor image detection and os load steps 2008-08-26 23:41:43 +02:00
cache.c SPARC: Added generic support for SPARC architecture. 2008-04-08 07:58:32 +00:00
interrupts.c SPARC: Added generic support for SPARC architecture. 2008-04-08 07:58:32 +00:00
Makefile Big white-space cleanup. 2008-05-21 00:14:08 +02:00
time.c SPARC: Added generic support for SPARC architecture. 2008-04-08 07:58:32 +00:00