summaryrefslogtreecommitdiff
path: root/common/bootm.c
AgeCommit message (Expand)Author
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-01image: Load the correct configuration in fit_check_signSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-07-29common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner
2019-07-11configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini
2019-05-09Make FIT support really optionalFabrice Fontaine
2019-04-24image: android: allow booting lz4-compressed kernelsEugeniu Rosca
2019-04-23bootm: Simplying cache flush codeTrent Piepho
2019-02-13efi_loader: refactor switch to non-secure modeHeinrich Schuchardt
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt
2019-01-16bootm: use new common function lmb_init_and_reserveSimon Goldschmidt
2019-01-14image: fix compiling without CMD_FDTSimon Goldschmidt
2018-09-26sandbox: Fix set_working_fdt_addr usersAlexander Graf
2018-06-19bootm: Handle kernel_noload on arm64Marek Vasut
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass
2018-05-08bootm.c: Correct the flush_len used in bootm_load_os()Tom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-17bootm: Align cache flush begin addressBryan O'Donoghue
2017-12-14fpga: allow programming fpga from FIT image for all FPGA driversGoldschmidt Simon
2017-10-16common: Remove genimg_get_image()Tuomas Tynkkynen
2017-08-16env: Rename some other getenv()-related functionsSimon Glass
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename common functions related to setenv()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
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