summaryrefslogtreecommitdiff
path: root/common/bootm.c
AgeCommit message (Expand)Author
2016-10-01bootm: fix passing argc to standalone appsZubair Lutfullah Kakakhel
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini
2016-07-14bootm: fixup silent Linux out of BOOTM_STATE_LOADOS stateHector Palacios
2016-06-12bootm: Align cache flush end address correctlySimon Glass
2016-05-24image: Add boot_get_fpga() to load fpga with bootmMichal Simek
2016-03-14fdt: Allow libfdt to be used in SPLSimon Glass
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass
2016-02-26image: Correct the OS location code to work on sandboxSimon Glass
2016-01-25bootm: fix size arg of flush_cache() in bootm_load_os().Purna Chandra Mandal
2015-10-11Add support for LZ4 decompression algorithmJulius Werner
2015-09-29net: avoid eth_unregister() call when function is unavailableBernhard Nortmann
2015-05-28Combine bootm_find_<thing> functions togetherKarl Apsite
2015-05-28add boot_get_loadables() to load listed imagesKarl Apsite
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-02-17cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger
2015-01-14bootm: Factor out common parts of image decompression codeSimon Glass
2015-01-14bootm: Use print_decomp_msg() in all casesSimon Glass
2015-01-14bootm: Export bootm_decomp_image()Simon Glass
2015-01-14bootm: Move compression progress/error messages into a functionSimon Glass
2014-10-28x86: image: Add new image type for x64_64Simon Glass
2014-10-27image: Fix Android boot image supportAhmad Draidi
2014-10-22x86: Support loading kernel setup from a FITSimon Glass
2014-08-21bootm: make sure pass NULL when argc < 1Bryan Wu
2014-08-21image: fix bootm failure for FIT imageBryan Wu
2014-08-09bootm: use genimg_get_kernel_addr()Bryan Wu
2014-06-19Enhance fit_check_sign to check all imagesSimon Glass
2014-06-19bootm: Move decompression code into its own functionSimon Glass
2014-06-19Allow compiling common/bootm.c on with HOSTCCSimon Glass
2014-06-19bootm: Support android boot on sandboxSimon Glass
2014-06-19image: Remove the fit_load_image() property parameterSimon Glass
2014-06-19bootm: Split out code from cmd_bootm.cSimon Glass