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