summaryrefslogtreecommitdiff
path: root/common/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: refactor switch to non-secure modeHeinrich Schuchardt2019-02-131-0/+10
* lmb: handle more than one DRAM BANKSimon Goldschmidt2019-02-021-2/+2
* bootm: use new common function lmb_init_and_reserveSimon Goldschmidt2019-01-161-6/+2
* image: fix compiling without CMD_FDTSimon Goldschmidt2019-01-141-1/+2
* sandbox: Fix set_working_fdt_addr usersAlexander Graf2018-09-261-1/+1
* bootm: Handle kernel_noload on arm64Marek Vasut2018-06-191-2/+17
* Define board_quiesce_devices() in a shared locationSimon Glass2018-06-031-0/+4
* bootm.c: Correct the flush_len used in bootm_load_os()Tom Rini2018-05-081-14/+12
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* bootm: Align cache flush begin addressBryan O'Donoghue2018-04-171-1/+7
* fpga: allow programming fpga from FIT image for all FPGA driversGoldschmidt Simon2017-12-141-1/+1
* common: Remove genimg_get_image()Tuomas Tynkkynen2017-10-161-3/+0
* env: Rename some other getenv()-related functionsSimon Glass2017-08-161-2/+2
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-2/+2
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-2/+2
* env: Rename common functions related to setenv()Simon Glass2017-08-161-2/+2
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* bootm: fix passing argc to standalone appsZubair Lutfullah Kakakhel2016-10-011-3/+1
* cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini2016-08-201-0/+2
* bootm: fixup silent Linux out of BOOTM_STATE_LOADOS stateHector Palacios2016-07-141-5/+7
* 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