Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-19 | sandbox: Add support for bootz | Sjoerd Simons | |
Add dummy bootz_setup implementation allowing the u-boot sandbox to run bootz. This recognizes both ARM and x86 zImages to validate a valid zImage was loaded. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Acked-by: Simon Glass <sjg@chromium.org> | |||
2015-04-19 | sandbox: Split bootm code out into lib/bootm | Sjoerd Simons | |
Follow the convention of other architectures and move the platform specific linux bootm code into sandbox/lib/bootm.c. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Acked-by: Simon Glass <sjg@chromium.org> |