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
/
include
/
bootm.h
Age
Commit message (
Expand
)
Author
2020-12-04
bootm: Support string substitution in bootargs
Simon Glass
2020-12-04
bootm: Allow updating the bootargs in a buffer
Simon Glass
2020-12-04
bootm: Update bootm_process_cmdline_env() to use flags
Simon Glass
2020-12-04
bootm: Add a bool parameter to bootm_process_cmdline_env()
Simon Glass
2020-12-04
bootm: Rename fixup_silent_linux()
Simon Glass
2020-12-04
bootm: Update fixup_silent_linux() to return an error
Simon Glass
2020-12-04
bootm: Add tests for fixup_silent_linux()
Simon Glass
2020-10-14
bootm: add {arch,board}_preboot_os() to bootm.h
Heinrich Schuchardt
2020-07-17
common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image
Tero Kristo
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2019-07-29
common: Move bootm_decomp_image() to image.c (as image_decomp())
Julius Werner
2019-05-09
Make FIT support really optional
Fabrice Fontaine
2019-02-13
efi_loader: refactor switch to non-secure mode
Heinrich Schuchardt
2018-12-31
bootm: vxworks: Make do_bootm_vxworks() non-static
Bin Meng
2018-06-03
Add a comment for board_quiesce_devices()
Simon Glass
2018-06-03
Define board_quiesce_devices() in a shared location
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2015-05-28
Combine bootm_find_<thing> functions together
Karl Apsite
2015-01-14
bootm: Export bootm_decomp_image()
Simon Glass
2014-10-25
bootm: add prototype for arch_preboot_os
Jeroen Hofstee
2014-08-30
cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images
Tom Rini
2014-06-19
Enhance fit_check_sign to check all images
Simon Glass
2014-06-19
bootm: Split out code from cmd_bootm.c
Simon Glass