index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cmd_bootm.c
Age
Commit message (
Expand
)
Author
2016-01-25
Move all command code into its own directory
Simon Glass
2015-05-28
Combine bootm_find_<thing> functions together
Karl Apsite
2015-04-18
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
2015-03-05
spl: fix calling "spl export .." more than once
Heiko Schocher
2015-01-29
common: bootm: Document fake bootm sub-command
Michal Simek
2014-10-22
x86: Support loading kernel setup from a FIT
Simon Glass
2014-08-30
cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images
Tom Rini
2014-06-19
bootm: Split out code from cmd_bootm.c
Simon Glass
2014-06-11
Check run_command() return code properly
Thomas Betker
2014-06-05
bootm: make use of legacy image format configurable
Heiko Schocher
2014-05-29
Remove unnecessary use of hush header file
Simon Glass
2014-05-22
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2014-05-12
cmd_bootm.c: Only say XIP image when load is image_start
Tom Rini
2014-05-08
image: add support for Android's boot image format
Sebastian Siewior
2014-04-18
bootm: set max decompression size for LZO
Kees Cook
2014-02-21
common: Remove invalid endianess conversion
Christian Eggers
2014-01-14
bootm: Reinstate special case for standalone images
Simon Glass
2013-12-16
common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...
Miao Yan
2013-12-13
common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.
Miao Yan
2013-12-13
netbsd:fix documentation typo.
Kees Jongenburger
2013-11-08
common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() f...
Miao Yan
2013-09-23
cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPS
Tom Rini
2013-09-20
Fix loading freeze when netconsole is active
Frederic Leroy
2013-09-20
bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootm
Paul Burton
2013-09-03
bootm: allow correct bounds-check of destination
Kees Cook
2013-09-03
sandbox: Correct compiler warnings in cmd_bootm/cmd_ximg
Simon Glass
2013-08-16
bootm: fix conditional controlling call to fixup_silent_linux
Paul B. Henson
2013-08-16
RFC: bootm: Add silent_linux environment variable
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-17
bootm: Move fixup_silent_linux() earlier in the bootm stages
Simon Glass
2013-07-12
bootm: Handle errors consistently
Simon Glass
2013-07-12
bootm: Use selected configuration for ramdisk and fdt
Simon Glass
2013-07-12
blackfin: x86: bootm: Handle PREP stage of bootm
Simon Glass
2013-07-12
bootm: Remove extra OK message
Simon Glass
2013-07-12
cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2
Tom Rini
2013-07-10
cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itself
Tom Rini
2013-07-10
cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argc
Tom Rini
2013-07-10
bootm: Add the missing PREP stage to bootz and correct image handling
Simon Glass
2013-07-10
bootm: Clean up bootz_setup() function
Simon Glass
2013-07-10
bootm: Require boot function only if it is about to be used
Simon Glass
2013-07-10
bootm: Disable interrupts only when loading
Simon Glass
2013-07-04
cmd_bootm.c: Correct check/return for unsupported sub-command
Tom Rini
2013-06-28
bootm: Disable interrupts before loading OS
Simon Glass
2013-06-28
cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling
Tom Rini
2013-06-26
cmd_bootm: Add command line arguments to Plan 9
Steven Stallion
2013-06-26
Add a 'fake' go command to the bootm command
Simon Glass
2013-06-26
Refactor the bootm command to reduce code duplication
Simon Glass
2013-06-26
Clarify bootm OS arguments
Simon Glass
2013-06-24
bootz: un-staticize do_bootz
Rob Herring
2013-06-04
image: Use fit_image_load() to load kernel
Simon Glass
[next]