index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cmd_bootm.c
Age
Commit message (
Expand
)
Author
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-25
gzip/zlib: make features optional
Mike Frysinger
2010-01-21
lmb: only force on arches that use it
Mike Frysinger
2010-01-17
cmd_bootm.c: Change interpretation of standalone image parameters.
Detlev Zundel
2010-01-17
cmd_bootm.c: Do not load a ramdisk when not booting a kernel.
Detlev Zundel
2010-01-17
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-28
bootm: Add subcommands
Kumar Gala
2008-10-28
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-12
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-06
Prevent crash if random/invalid ramdisks are passed to bootm
Kumar Gala
2008-09-06
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-18
Clean up usage of icache_disable/dcache_disable
Kumar Gala
2008-08-11
Fix fallout from autostart revert
Kumar Gala
[next]