summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/lib/bootm.c
Commit message (Collapse)AuthorAgeFilesLines
* sandbox: Add support for bootzSjoerd Simons2015-04-191-0/+42
| | | | | | | | | 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>
* sandbox: Split bootm code out into lib/bootmSjoerd Simons2015-04-191-0/+21
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>
OpenPOWER on IntegriCloud