summaryrefslogtreecommitdiff
path: root/common/bootm.c
Commit message (Expand)AuthorAgeLines
* x86: image: Add new image type for x64_64Simon Glass2014-10-28-1/+2
* image: Fix Android boot image supportAhmad Draidi2014-10-27-2/+2
* x86: Support loading kernel setup from a FITSimon Glass2014-10-22-2/+21
* bootm: make sure pass NULL when argc < 1Bryan Wu2014-08-21-2/+3
* image: fix bootm failure for FIT imageBryan Wu2014-08-21-6/+3
* bootm: use genimg_get_kernel_addr()Bryan Wu2014-08-09-20/+5
* Enhance fit_check_sign to check all imagesSimon Glass2014-06-19-0/+71
* bootm: Move decompression code into its own functionSimon Glass2014-06-19-27/+48
* Allow compiling common/bootm.c on with HOSTCCSimon Glass2014-06-19-4/+14
* bootm: Support android boot on sandboxSimon Glass2014-06-19-1/+1
* image: Remove the fit_load_image() property parameterSimon Glass2014-06-19-2/+1
* bootm: Split out code from cmd_bootm.cSimon Glass2014-06-19-0/+812