summaryrefslogtreecommitdiffstats
path: root/common/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger2015-02-171-1/+1
* bootm: Factor out common parts of image decompression codeSimon Glass2015-01-141-39/+49
* bootm: Use print_decomp_msg() in all casesSimon Glass2015-01-141-16/+18
* bootm: Export bootm_decomp_image()Simon Glass2015-01-141-19/+10
* bootm: Move compression progress/error messages into a functionSimon Glass2015-01-141-24/+47
* x86: image: Add new image type for x64_64Simon Glass2014-10-281-1/+2
* image: Fix Android boot image supportAhmad Draidi2014-10-271-2/+2
* x86: Support loading kernel setup from a FITSimon Glass2014-10-221-2/+21
* bootm: make sure pass NULL when argc < 1Bryan Wu2014-08-211-2/+3
* image: fix bootm failure for FIT imageBryan Wu2014-08-211-6/+3
* bootm: use genimg_get_kernel_addr()Bryan Wu2014-08-091-20/+5
* Enhance fit_check_sign to check all imagesSimon Glass2014-06-191-0/+71
* bootm: Move decompression code into its own functionSimon Glass2014-06-191-27/+48
* Allow compiling common/bootm.c on with HOSTCCSimon Glass2014-06-191-4/+14
* bootm: Support android boot on sandboxSimon Glass2014-06-191-1/+1
* image: Remove the fit_load_image() property parameterSimon Glass2014-06-191-2/+1
* bootm: Split out code from cmd_bootm.cSimon Glass2014-06-191-0/+812
OpenPOWER on IntegriCloud