Home
last modified time | relevance | path

Searched hist:"396 f635b8ff3ccbc38d75d5eda98444c6466810a" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dimage.h396f635b8ff3ccbc38d75d5eda98444c6466810a Fri Aug 15 13:24:41 UTC 2008 Kumar Gala <galak@kernel.crashing.org> 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>