summaryrefslogtreecommitdiff
path: root/common/bootm.c
AgeCommit message (Expand)Author
2021-11-11Create a new boot/ directorySimon Glass
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass
2021-10-08image: Drop IMAGE_ENABLE_FITSimon Glass
2021-10-08image: Remove ifdefs around image_setup_linux() el atSimon Glass
2021-03-27bootm: Skip command-line substitution if !CONFIG_CMDLINESimon Glass
2021-03-02bootm: Fix duplicate debugging in bootm_process_cmdline()Simon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-04bootm: Support string substitution in bootargsSimon Glass
2020-12-04bootm: Allow updating the bootargs in a bufferSimon Glass
2020-12-04bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass
2020-12-04bootm: Split out bootargs environment reading / writingSimon Glass
2020-12-04bootm: Use size rather than length for CONSOLE_ARGSimon Glass
2020-12-04bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass
2020-12-04bootm: Rename fixup_silent_linux()Simon Glass
2020-12-04bootm: Update fixup_silent_linux() to return an errorSimon Glass
2020-12-04bootm: Add tests for fixup_silent_linux()Simon Glass
2020-10-23bootm: fix wrong conditions about images overlapJaehoon Chung
2020-09-11bootm: update image OS image size when decompressingHeinrich Schuchardt
2020-07-17common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo
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