summaryrefslogtreecommitdiffstats
path: root/common/cmd_bootm.c
Commit message (Expand)AuthorAgeFilesLines
* image: Don't detect XIP images as overlapping.Stephen Warren2011-12-011-1/+3
* image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren2011-12-011-1/+9
* common/cmd_bootm.c: Fix GCC 4.6 warningsAnatolij Gustschin2011-11-231-1/+2
* checkpatch whitespace cleanupsStephen Warren2011-10-221-252/+271
* removed static from images in cmd_bootm.cSimon Schwarz2011-10-211-1/+1
* cosmetic: Fixup fixup_silent_linux() for checkpatchDoug Anderson2011-10-201-12/+13
* sandbox: Add bootm supportSimon Glass2011-10-171-4/+3
* image: push default arch values to arch headersMike Frysinger2011-10-051-25/+1
* Flush cache after the OS image is loaded into the memory.Diana CRACIUN2011-09-051-0/+3
* autostart: unify duplicated logic into the bootm codeMike Frysinger2011-07-251-0/+15
* Respect memreserve regions specified in the device treeGrant Likely2011-04-251-0/+2
* Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely2011-04-251-1/+1
* Stop passing around bootmem_base value.Grant Likely2011-04-251-2/+1
* bootm: replace blob_start with image_startLei Wen2011-04-111-1/+1
* load_addr: move to common env codeMike Frysinger2011-01-091-1/+0
* do_reset: unify duplicate prototypesMike Frysinger2010-11-281-1/+0
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-1/+1
* boot: change some arch ifdefs to feature ifdefsJohn Rigby2010-10-181-2/+2
* FDT: only call boot_get_fdt from generic codeJohn Rigby2010-10-181-2/+0
* Add support for operating system OSETorkel Lundgren2010-09-281-0/+39
* cfi_flash: Simplify dynamic flash bank number detectionStefan Roese2010-09-201-0/+1
* LZMA and LZO causes compile errorMatthias Weisser2010-08-071-2/+5
* bootm: fix pointer warning with lzmaMike Frysinger2010-08-041-2/+5
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-7/+4
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-22/+22
* Remove AmigaOneG3SE boardWolfgang Denk2010-06-231-9/+0
* nios: remove nios-32 archThomas Chou2010-05-281-2/+0
* Move test for unnecessary memmove to memmove_wd()Larry Johnson2010-05-061-5/+2
* Merge branch 'next'Wolfgang Denk2010-04-011-1/+1
|\
| * cmd_bootm.c: made subcommand array staticFrans Meulenbroeks2010-03-211-1/+1
* | bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt"Heiko Schocher2010-03-291-1/+2
|/
* gzip/zlib: make features optionalMike Frysinger2010-01-261-0/+2
* lmb: only force on arches that use itMike Frysinger2010-01-211-18/+16
* cmd_bootm.c: Change interpretation of standalone image parameters.Detlev Zundel2010-01-181-3/+0
* cmd_bootm.c: Do not load a ramdisk when not booting a kernel.Detlev Zundel2010-01-181-1/+2
* config_defaults.h: new header for common u-boot config defaultsMike Frysinger2010-01-181-4/+0
* move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner2009-12-211-1/+0
* Merge branch 'master' into nextWolfgang Denk2009-12-071-2/+2
|\
| * bootm: Fix help message's sub-command orderingPeter Tyser2009-12-071-2/+2
* | Merge branch 'master' into nextWolfgang Denk2009-12-051-2/+2
|\ \ | |/
| * bootm: mark local boot_os[] table staticMike Frysinger2009-11-241-1/+1
| * Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=yRemy Bohmer2009-11-241-1/+1
* | add lzop decompression supportPeter Korsgaard2009-12-051-0/+22
|/
* Conditionally perform common relocation fixupsPeter Tyser2009-10-031-1/+3
* Add ability for arch code to make changes before we bootKumar Gala2009-09-041-0/+10
* Re-add support for image type 'Standalone Program'Detlev Zundel2009-07-231-0/+33
* Add error checking for unsupported OS types.Detlev Zundel2009-07-231-2/+13
* Refresh LZMA-lib to v4.65Luigi 'Comio' Mantellini2009-07-221-3/+2
* General help message cleanupWolfgang Denk2009-06-121-5/+5
* rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD2009-04-041-1/+1
OpenPOWER on IntegriCloud