index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
booti.c
Age
Commit message (
Expand
)
Author
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-07-17
cmd: booti: convert the debug print about image move to printf
Tero Kristo
2020-07-17
common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image
Tero Kristo
2020-06-23
cmd: booti: Fix spelling of "environment".
Vagrant Cascadian
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-04-17
image: Add compressed Image parsing support in booti.
Atish Patra
2020-01-17
image: Rename load_addr, save_addr, save_size
Simon Glass
2019-12-02
common: Move enable/disable_interrupts out of common.h
Simon Glass
2019-10-25
cmd: booti: Store OS start and end info in images structure
Lokesh Vutla
2019-05-09
RISCV: image: Add booti support
Atish Patra
2018-06-19
ARM: image: Add option for ignoring ep bit 3
Marek Vasut
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-02-13
cmd: booti: fix invalid image address in debug message
Masahiro Yamada
2018-02-07
move booti_setup to arch/arm/lig/image.c
Bin Chen
2017-03-14
arm64: booti: allow to place kernel image anywhere in physical memory
Masahiro Yamada
2017-01-28
booti: Set images.os.arch
Scott Wood
2017-01-24
bootz/booti: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set
Cédric Schieli
2016-08-20
cmd: Split 'bootz' and 'booti' out from 'bootm'
Tom Rini