summaryrefslogtreecommitdiffstats
path: root/common/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* bootm: Skip command-line substitution if !CONFIG_CMDLINESimon Glass2021-03-271-1/+2
* bootm: Fix duplicate debugging in bootm_process_cmdline()Simon Glass2021-03-021-1/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* bootm: Support string substitution in bootargsSimon Glass2020-12-041-3/+35
* bootm: Allow updating the bootargs in a bufferSimon Glass2020-12-041-1/+17
* bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass2020-12-041-3/+5
* bootm: Split out bootargs environment reading / writingSimon Glass2020-12-041-22/+73
* bootm: Use size rather than length for CONSOLE_ARGSimon Glass2020-12-041-7/+8
* bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass2020-12-041-10/+10
* bootm: Rename fixup_silent_linux()Simon Glass2020-12-041-2/+2
* bootm: Update fixup_silent_linux() to return an errorSimon Glass2020-12-041-7/+15
* bootm: Add tests for fixup_silent_linux()Simon Glass2020-12-041-7/+7
* bootm: fix wrong conditions about images overlapJaehoon Chung2020-10-231-3/+5
* bootm: update image OS image size when decompressingHeinrich Schuchardt2020-09-111-0/+2
* common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo2020-07-171-2/+27
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-13/+14
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+2
* image: Load the correct configuration in fit_check_signSimon Glass2020-04-011-2/+4
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner2019-07-291-128/+22
* configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini2019-07-111-4/+4
* Make FIT support really optionalFabrice Fontaine2019-05-091-0/+2
* image: android: allow booting lz4-compressed kernelsEugeniu Rosca2019-04-241-1/+1
* bootm: Simplying cache flush codeTrent Piepho2019-04-231-6/+1
* 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