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
2011-09-05
Flush cache after the OS image is loaded into the memory.
Diana CRACIUN
2011-07-25
autostart: unify duplicated logic into the bootm code
Mike Frysinger
2011-04-25
Respect memreserve regions specified in the device tree
Grant Likely
2011-04-25
Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ
Grant Likely
2011-04-25
Stop passing around bootmem_base value.
Grant Likely
2011-04-11
bootm: replace blob_start with image_start
Lei Wen
2011-01-09
load_addr: move to common env code
Mike Frysinger
2010-11-28
do_reset: unify duplicate prototypes
Mike Frysinger
2010-10-29
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
Wolfgang Denk
2010-10-18
boot: change some arch ifdefs to feature ifdefs
John Rigby
2010-10-18
FDT: only call boot_get_fdt from generic code
John Rigby
2010-09-28
Add support for operating system OSE
Torkel Lundgren
2010-09-20
cfi_flash: Simplify dynamic flash bank number detection
Stefan Roese
2010-08-07
LZMA and LZO causes compile error
Matthias Weisser
2010-08-04
bootm: fix pointer warning with lzma
Mike Frysinger
2010-07-24
cmd_usage(): simplify return code handling
Wolfgang Denk
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-06-23
Remove AmigaOneG3SE board
Wolfgang Denk
2010-05-28
nios: remove nios-32 arch
Thomas Chou
2010-05-06
Move test for unnecessary memmove to memmove_wd()
Larry Johnson
2010-04-01
Merge branch 'next'
Wolfgang Denk
2010-03-29
bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt"
Heiko Schocher
2010-03-21
cmd_bootm.c: made subcommand array static
Frans Meulenbroeks
2010-01-26
gzip/zlib: make features optional
Mike Frysinger
2010-01-21
lmb: only force on arches that use it
Mike Frysinger
2010-01-18
cmd_bootm.c: Change interpretation of standalone image parameters.
Detlev Zundel
2010-01-18
cmd_bootm.c: Do not load a ramdisk when not booting a kernel.
Detlev Zundel
2010-01-18
config_defaults.h: new header for common u-boot config defaults
Mike Frysinger
2009-12-21
move prototypes for gunzip() and zunzip() to common.h
Wolfgang Wegner
2009-12-07
Merge branch 'master' into next
Wolfgang Denk
2009-12-07
bootm: Fix help message's sub-command ordering
Peter Tyser
2009-12-05
Merge branch 'master' into next
Wolfgang Denk
2009-12-05
add lzop decompression support
Peter Korsgaard
2009-11-24
bootm: mark local boot_os[] table static
Mike Frysinger
2009-11-24
Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y
Remy Bohmer
2009-10-03
Conditionally perform common relocation fixups
Peter Tyser
2009-09-04
Add ability for arch code to make changes before we boot
Kumar Gala
2009-07-23
Re-add support for image type 'Standalone Program'
Detlev Zundel
2009-07-23
Add error checking for unsupported OS types.
Detlev Zundel
2009-07-22
Refresh LZMA-lib to v4.65
Luigi 'Comio' Mantellini
2009-06-12
General help message cleanup
Wolfgang Denk
2009-04-04
rename include/zlib.h to include/u-boot/zlib.h
Jean-Christophe PLAGNIOL-VILLARD
2009-02-21
bootm: Reduce the unnecessary memmove
Minkyu Kang
2009-01-28
Command usage cleanup
Peter Tyser
2009-01-28
Standardize command usage messages with cmd_usage()
Peter Tyser
2009-01-27
Fix gunzip in case of insufficient output buffer
Matthias Fuchs
2008-10-29
bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
Kumar Gala
2008-10-29
bootm: Add subcommands
Kumar Gala
2008-10-29
bootm: Move to using a function pointer table for the boot os function
Kumar Gala
2008-10-18
Added arch_lmb_reserve to allow arch specific memory regions protection
Kumar Gala
[next]