summaryrefslogtreecommitdiffstats
path: root/cmd/booti.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* cmd: booti: convert the debug print about image move to printfTero Kristo2020-07-171-1/+2
* common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo2020-07-171-1/+1
* cmd: booti: Fix spelling of "environment".Vagrant Cascadian2020-06-231-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-3/+3
* image: Add compressed Image parsing support in booti.Atish Patra2020-04-171-1/+39
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-2/+2
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* cmd: booti: Store OS start and end info in images structureLokesh Vutla2019-10-251-0/+3
* RISCV: image: Add booti supportAtish Patra2019-05-091-2/+6
* ARM: image: Add option for ignoring ep bit 3Marek Vasut2018-06-191-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* cmd: booti: fix invalid image address in debug messageMasahiro Yamada2018-02-131-2/+1
* move booti_setup to arch/arm/lig/image.cBin Chen2018-02-071-79/+13
* arm64: booti: allow to place kernel image anywhere in physical memoryMasahiro Yamada2017-03-141-6/+22
* booti: Set images.os.archScott Wood2017-01-281-0/+1
* bootz/booti: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setCédric Schieli2017-01-241-0/+3
* cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini2016-08-201-0/+161