summaryrefslogtreecommitdiffstats
path: root/common/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* Update U-Boot control transfer to kernel GPIO for BlackbirdRaptor Engineering Development Team2019-05-031-5/+5
* Move U-Boot control transfer to kernel GPIO on Talos™ II systemsRaptor Engineering Development Team2019-04-191-4/+4
* Signal U-Boot control transfer to kernel on Talos™ II systemsRaptor Engineering Development Team2019-04-191-0/+12
* bootm: Align cache flush end address correctlySimon Glass2016-06-121-1/+1
* image: Add boot_get_fpga() to load fpga with bootmMichal Simek2016-05-241-0/+10
* fdt: Allow libfdt to be used in SPLSimon Glass2016-03-141-2/+2
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-141-5/+5
* image: Correct the OS location code to work on sandboxSimon Glass2016-02-261-1/+1
* bootm: fix size arg of flush_cache() in bootm_load_os().Purna Chandra Mandal2016-01-251-1/+1
* Add support for LZ4 decompression algorithmJulius Werner2015-10-111-0/+9
* net: avoid eth_unregister() call when function is unavailableBernhard Nortmann2015-09-291-0/+2
* Combine bootm_find_<thing> functions togetherKarl Apsite2015-05-281-35/+18
* add boot_get_loadables() to load listed imagesKarl Apsite2015-05-281-0/+22
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* 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