summaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-27image: Add support for Plan 9Steven Stallion1-0/+39
2013-03-12Allow u-boot to be silent without forcing Linux to beJoe Hershberger1-4/+4
2013-03-04bootm: fix conditional compilation for bootm ramdisk subcommandDaniel Schwierzeck1-1/+1
2013-03-01common: Use new numeric setenv functionsSimon Glass1-8/+3
2013-02-23imls: Add support to list images in NAND deviceVipin Kumar1-3/+164
2013-02-08treewide: include libfdt_env.h before fdt.hKim Phillips1-1/+0
2013-02-04common/cmd_bootm.c: prevent running of subcommands before 'bootm start'Gabor Juhos1-1/+2
2013-01-11bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL...Daniel Schwierzeck1-1/+7
2012-12-12Fix use of conditional LMBSimon Glass1-1/+1
2012-11-13fdt: Add option to default to most compatible conf in a fit imageGabe Black1-0/+11
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-11/+20
2012-09-24net: Improve the speed of netconsoleJoe Hershberger1-0/+17
2012-05-22common/cmd_bootm.c: Fix GCC 4.6 warningAnatolij Gustschin1-2/+1
2012-04-09LMB: Fix undefined lmb_reserve() on non-lmb platformsMarek Vasut1-0/+1
2012-03-31BOOT: Add RAW ramdisk support to bootzMarek Vasut1-2/+4
2012-03-31BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut1-9/+132
2012-03-19bootstage: Plumb in bootstage calls for basic operationsSimon Glass1-0/+2
2012-03-19bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-46/+46
2012-03-19bootstage: Convert FIT progress numbers to enumsSimon Glass1-22/+22
2012-03-18bootstage: Convert progress numbers 1-9 into enumsSimon Glass1-21/+20
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass1-25/+25
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass1-4/+4
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-2/+2
2012-03-07Stop using builtin_run_command()Simon Glass1-7/+1
2012-03-07Rename run_command() to builtin_run_command()Simon Glass1-1/+1
2011-12-01image: Don't detect XIP images as overlapping.Stephen Warren1-1/+3
2011-12-01image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren1-1/+9
2011-11-23common/cmd_bootm.c: Fix GCC 4.6 warningsAnatolij Gustschin1-1/+2
2011-10-22checkpatch whitespace cleanupsStephen Warren1-252/+271
2011-10-22removed static from images in cmd_bootm.cSimon Schwarz1-1/+1
2011-10-20cosmetic: Fixup fixup_silent_linux() for checkpatchDoug Anderson1-12/+13
2011-10-18sandbox: Add bootm supportSimon Glass1-4/+3
2011-10-06image: push default arch values to arch headersMike Frysinger1-25/+1
2011-09-05Flush cache after the OS image is loaded into the memory.Diana CRACIUN1-0/+3
2011-07-26autostart: unify duplicated logic into the bootm codeMike Frysinger1-0/+15
2011-04-26Respect memreserve regions specified in the device treeGrant Likely1-0/+2
2011-04-26Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely1-1/+1
2011-04-26Stop 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-19boot: change some arch ifdefs to feature ifdefsJohn Rigby1-2/+2
2010-10-19FDT: 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-08LZMA 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-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-22/+22