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
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
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-13
Fix lzma uncompress call (image_start wrongly used instead image_len)
Luigi 'Comio' Mantellini
2008-09-13
Add support for LZMA uncompression algorithm.
Luigi 'Comio' Mantellini
2008-09-09
bootm_load_os: fix load_end debug message
Jean-Christophe PLAGNIOL-VILLARD
2008-09-09
bootm: enable fdt support only on ppc, m68k and sparc
Jean-Christophe PLAGNIOL-VILLARD
2008-09-09
FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
Bartlomiej Sieka
2008-09-09
Add support for booting of INTEGRITY operating system uImages
Peter Tyser
2008-09-09
Remove support for booting ARTOS images
Kumar Gala
2008-09-08
common/cmd_bootm.c: fix printf() format warnings
Wolfgang Denk
2008-09-07
Prevent crash if random/invalid ramdisks are passed to bootm
Kumar Gala
2008-09-07
Prevent crash if random DTB address is passed to bootm
Anatolij Gustschin
2008-08-26
bootm: refactor do_reset and os boot function args
Kumar Gala
2008-08-26
bootm: refactor image detection and os load steps
Kumar Gala
2008-08-26
bootm: move lmb into the bootm_headers_t structure
Kumar Gala
2008-08-26
bootm: Set working fdt address as part of the bootm flow
Kumar Gala
2008-08-26
bootm: refactor fdt locating and relocation code
Kumar Gala
2008-08-26
bootm: refactor ramdisk locating code
Kumar Gala
2008-08-26
bootm: refactor entry point code
Kumar Gala
2008-08-19
Clean up usage of icache_disable/dcache_disable
Kumar Gala
2008-08-12
Fix fallout from autostart revert
Kumar Gala
2008-08-10
Revert "[new uImage] Add autostart flag to bootm_headers structure"
Wolfgang Denk
2008-07-31
Uncompressed images loaded to their start address shall set load_end too
Guennadi Liakhovetski
2008-07-31
cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
Stefan Roese
2008-07-30
Fix remaining CFG_CMD_ define, ifdef and comments
Jean-Christophe PLAGNIOL-VILLARD
2008-07-15
Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
v1.3.4-rc1
Wolfgang Denk
2008-07-10
USB: shutdown USB before booting
Markus Klotzbücher
2008-07-10
Fix some more print() format errors.
Wolfgang Denk
2008-06-12
Change lmb to use phys_size_t/phys_addr_t
Becky Bruce
2008-05-10
Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
Marian Balakowicz
2008-04-24
Memory footprint optimizations
Bartlomiej Sieka
2008-04-18
Fix build breakage casued by commit c0559be371b2
Wolfgang Denk
2008-04-17
Restore the ability to continue booting after legacy image overwrite
Marian Balakowicz
2008-03-26
Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
Bartlomiej Sieka
2008-03-26
Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
Jerry Van Baren
2008-03-20
[new uImage] Disable debuging output in preparation for merge with master
Bartlomiej Sieka
[next]