summaryrefslogtreecommitdiff
path: root/common/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-27bootm: Skip command-line substitution if !CONFIG_CMDLINESimon Glass1-1/+2
2021-03-02bootm: Fix duplicate debugging in bootm_process_cmdline()Simon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-05bootm: Support string substitution in bootargsSimon Glass1-3/+35
2020-12-05bootm: Allow updating the bootargs in a bufferSimon Glass1-1/+17
2020-12-05bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass1-3/+5
2020-12-05bootm: Split out bootargs environment reading / writingSimon Glass1-22/+73
2020-12-05bootm: Use size rather than length for CONSOLE_ARGSimon Glass1-7/+8
2020-12-05bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass1-10/+10
2020-12-05bootm: Rename fixup_silent_linux()Simon Glass1-2/+2
2020-12-05bootm: Update fixup_silent_linux() to return an errorSimon Glass1-7/+15
2020-12-05bootm: Add tests for fixup_silent_linux()Simon Glass1-7/+7
2020-10-23bootm: fix wrong conditions about images overlapJaehoon Chung1-3/+5
2020-09-12bootm: update image OS image size when decompressingHeinrich Schuchardt1-0/+2
2020-07-17common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo1-2/+27
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-13/+14
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+2
2020-04-01image: Load the correct configuration in fit_check_signSimon Glass1-2/+4
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-07-29common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner1-128/+22
2019-07-11configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini1-4/+4
2019-05-10Make FIT support really optionalFabrice Fontaine1-0/+2
2019-04-24image: android: allow booting lz4-compressed kernelsEugeniu Rosca1-1/+1
2019-04-24bootm: Simplying cache flush codeTrent Piepho1-6/+1
2019-02-13efi_loader: refactor switch to non-secure modeHeinrich Schuchardt1-0/+10
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt1-2/+2
2019-01-17bootm: use new common function lmb_init_and_reserveSimon Goldschmidt1-6/+2
2019-01-15image: fix compiling without CMD_FDTSimon Goldschmidt1-1/+2
2018-09-26sandbox: Fix set_working_fdt_addr usersAlexander Graf1-1/+1
2018-06-19bootm: Handle kernel_noload on arm64Marek Vasut1-2/+17
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass1-0/+4
2018-05-09bootm.c: Correct the flush_len used in bootm_load_os()Tom Rini1-14/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-18bootm: Align cache flush begin addressBryan O'Donoghue1-1/+7
2017-12-14fpga: allow programming fpga from FIT image for all FPGA driversGoldschmidt Simon1-1/+1
2017-10-16common: Remove genimg_get_image()Tuomas Tynkkynen1-3/+0
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-2/+2
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-2/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-08-16env: Rename common functions related to setenv()Simon Glass1-2/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2016-10-02bootm: fix passing argc to standalone appsZubair Lutfullah Kakakhel1-3/+1
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini1-0/+2
2016-07-15bootm: fixup silent Linux out of BOOTM_STATE_LOADOS stateHector Palacios1-5/+7
2016-06-13bootm: Align cache flush end address correctlySimon Glass1-1/+1
2016-05-24image: Add boot_get_fpga() to load fpga with bootmMichal Simek1-0/+10
2016-03-15fdt: Allow libfdt to be used in SPLSimon Glass1-2/+2