aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)Author
2011-04-25Respect memreserve regions specified in the device treeGrant Likely
2011-04-25Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely
2011-04-25Stop passing around bootmem_base value.Grant Likely
2011-04-11bootm: replace blob_start with image_startLei Wen
2011-01-09load_addr: move to common env codeMike Frysinger
2010-11-28do_reset: unify duplicate prototypesMike Frysinger
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-10-18boot: change some arch ifdefs to feature ifdefsJohn Rigby
2010-10-18FDT: only call boot_get_fdt from generic codeJohn Rigby
2010-09-28Add support for operating system OSETorkel Lundgren
2010-09-20cfi_flash: Simplify dynamic flash bank number detectionStefan Roese
2010-08-07LZMA and LZO causes compile errorMatthias Weisser
2010-08-04bootm: fix pointer warning with lzmaMike Frysinger
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-06-23Remove AmigaOneG3SE boardWolfgang Denk
2010-05-28nios: remove nios-32 archThomas Chou
2010-05-06Move test for unnecessary memmove to memmove_wd()Larry Johnson
2010-04-01Merge branch 'next'Wolfgang Denk
2010-03-29bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt"Heiko Schocher
2010-03-21cmd_bootm.c: made subcommand array staticFrans Meulenbroeks
2010-01-26gzip/zlib: make features optionalMike Frysinger
2010-01-21lmb: only force on arches that use itMike Frysinger
2010-01-18cmd_bootm.c: Change interpretation of standalone image parameters.Detlev Zundel
2010-01-18cmd_bootm.c: Do not load a ramdisk when not booting a kernel.Detlev Zundel
2010-01-18config_defaults.h: new header for common u-boot config defaultsMike Frysinger
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner
2009-12-07Merge branch 'master' into nextWolfgang Denk
2009-12-07bootm: Fix help message's sub-command orderingPeter Tyser
2009-12-05Merge branch 'master' into nextWolfgang Denk
2009-12-05add lzop decompression supportPeter Korsgaard
2009-11-24bootm: mark local boot_os[] table staticMike Frysinger
2009-11-24Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=yRemy Bohmer
2009-10-03Conditionally perform common relocation fixupsPeter Tyser
2009-09-04Add ability for arch code to make changes before we bootKumar Gala
2009-07-23Re-add support for image type 'Standalone Program'Detlev Zundel
2009-07-23Add error checking for unsupported OS types.Detlev Zundel
2009-07-22Refresh LZMA-lib to v4.65Luigi 'Comio' Mantellini
2009-06-12General help message cleanupWolfgang Denk
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD
2009-02-21bootm: Reduce the unnecessary memmoveMinkyu Kang
2009-01-28Command usage cleanupPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2009-01-27Fix gunzip in case of insufficient output bufferMatthias Fuchs
2008-10-29bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}Kumar Gala
2008-10-29bootm: Add subcommandsKumar Gala
2008-10-29bootm: Move to using a function pointer table for the boot os functionKumar Gala
2008-10-18Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-13Fix lzma uncompress call (image_start wrongly used instead image_len)Luigi 'Comio' Mantellini