aboutsummaryrefslogtreecommitdiff
path: root/common/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-01bootm: fix passing argc to standalone appsZubair Lutfullah Kakakhel1-3/+1
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini1-0/+2
2016-07-14bootm: fixup silent Linux out of BOOTM_STATE_LOADOS stateHector Palacios1-5/+7
2016-06-12bootm: Align cache flush end address correctlySimon Glass1-1/+1
2016-05-24image: Add boot_get_fpga() to load fpga with bootmMichal Simek1-0/+10
2016-03-14fdt: Allow libfdt to be used in SPLSimon Glass1-2/+2
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass1-5/+5
2016-02-26image: Correct the OS location code to work on sandboxSimon Glass1-1/+1
2016-01-25bootm: fix size arg of flush_cache() in bootm_load_os().Purna Chandra Mandal1-1/+1
2015-10-11Add support for LZ4 decompression algorithmJulius Werner1-0/+9
2015-09-29net: avoid eth_unregister() call when function is unavailableBernhard Nortmann1-0/+2
2015-05-28Combine bootm_find_<thing> functions togetherKarl Apsite1-35/+18
2015-05-28add boot_get_loadables() to load listed imagesKarl Apsite1-0/+22
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-02-17cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger1-1/+1
2015-01-14bootm: Factor out common parts of image decompression codeSimon Glass1-39/+49
2015-01-14bootm: Use print_decomp_msg() in all casesSimon Glass1-16/+18
2015-01-14bootm: Export bootm_decomp_image()Simon Glass1-19/+10
2015-01-14bootm: Move compression progress/error messages into a functionSimon Glass1-24/+47
2014-10-28x86: image: Add new image type for x64_64Simon Glass1-1/+2
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