aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-05Flush cache after the OS image is loaded into the memory.Diana CRACIUN1-0/+3
2011-07-25autostart: unify duplicated logic into the bootm codeMike Frysinger1-0/+15
2011-04-25Respect memreserve regions specified in the device treeGrant Likely1-0/+2
2011-04-25Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely1-1/+1
2011-04-25Stop passing around bootmem_base value.Grant Likely1-2/+1
2011-04-11bootm: replace blob_start with image_startLei Wen1-1/+1
2011-01-09load_addr: move to common env codeMike Frysinger1-1/+0
2010-11-28do_reset: unify duplicate prototypesMike Frysinger1-1/+0
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-10-18boot: change some arch ifdefs to feature ifdefsJohn Rigby1-2/+2
2010-10-18FDT: only call boot_get_fdt from generic codeJohn Rigby1-2/+0
2010-09-28Add support for operating system OSETorkel Lundgren1-0/+39
2010-09-20cfi_flash: Simplify dynamic flash bank number detectionStefan Roese1-0/+1
2010-08-07LZMA and LZO causes compile errorMatthias Weisser1-2/+5
2010-08-04bootm: fix pointer warning with lzmaMike Frysinger1-2/+5
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-7/+4
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-22/+22
2010-06-23Remove AmigaOneG3SE boardWolfgang Denk1-9/+0
2010-05-28nios: remove nios-32 archThomas Chou1-2/+0
2010-05-06Move test for unnecessary memmove to memmove_wd()Larry Johnson1-5/+2
2010-04-01Merge branch 'next'Wolfgang Denk1-1/+1
2010-03-29bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt"Heiko Schocher1-1/+2
2010-03-21cmd_bootm.c: made subcommand array staticFrans Meulenbroeks1-1/+1
2010-01-26gzip/zlib: make features optionalMike Frysinger1-0/+2
2010-01-21lmb: only force on arches that use itMike Frysinger1-18/+16
2010-01-18cmd_bootm.c: Change interpretation of standalone image parameters.Detlev Zundel1-3/+0
2010-01-18cmd_bootm.c: Do not load a ramdisk when not booting a kernel.Detlev Zundel1-1/+2
2010-01-18config_defaults.h: new header for common u-boot config defaultsMike Frysinger1-4/+0
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner1-1/+0
2009-12-07Merge branch 'master' into nextWolfgang Denk1-2/+2
2009-12-07bootm: Fix help message's sub-command orderingPeter Tyser1-2/+2
2009-12-05Merge branch 'master' into nextWolfgang Denk1-2/+2
2009-12-05add lzop decompression supportPeter Korsgaard1-0/+22
2009-11-24bootm: mark local boot_os[] table staticMike Frysinger1-1/+1
2009-11-24Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=yRemy Bohmer1-1/+1
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-1/+3
2009-09-04Add ability for arch code to make changes before we bootKumar Gala1-0/+10
2009-07-23Re-add support for image type 'Standalone Program'Detlev Zundel1-0/+33
2009-07-23Add error checking for unsupported OS types.Detlev Zundel1-2/+13
2009-07-22Refresh LZMA-lib to v4.65Luigi 'Comio' Mantellini1-3/+2
2009-06-12General help message cleanupWolfgang Denk1-5/+5
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2009-02-21bootm: Reduce the unnecessary memmoveMinkyu Kang1-2/+4
2009-01-28Command usage cleanupPeter Tyser1-5/+5
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2009-01-27Fix gunzip in case of insufficient output bufferMatthias Fuchs1-1/+1
2008-10-29bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}Kumar Gala1-0/+20
2008-10-29bootm: Add subcommandsKumar Gala1-1/+167
2008-10-29bootm: Move to using a function pointer table for the boot os functionKumar Gala1-37/+31
2008-10-18Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala1-0/+7