summaryrefslogtreecommitdiff
path: root/cmd/booti.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17cmd: booti: convert the debug print about image move to printfTero Kristo1-1/+2
2020-07-17common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo1-1/+1
2020-06-23cmd: booti: Fix spelling of "environment".Vagrant Cascadian1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-3/+3
2020-04-17image: Add compressed Image parsing support in booti.Atish Patra1-1/+39
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-2/+2
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-10-26cmd: booti: Store OS start and end info in images structureLokesh Vutla1-0/+3
2019-05-09RISCV: image: Add booti supportAtish Patra1-2/+6
2018-06-19ARM: image: Add option for ignoring ep bit 3Marek Vasut1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-02-14cmd: booti: fix invalid image address in debug messageMasahiro Yamada1-2/+1
2018-02-08move booti_setup to arch/arm/lig/image.cBin Chen1-79/+13
2017-03-15arm64: booti: allow to place kernel image anywhere in physical memoryMasahiro Yamada1-6/+22
2017-01-28booti: Set images.os.archScott Wood1-0/+1
2017-01-24bootz/booti: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setCédric Schieli1-0/+3
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini1-0/+161