summaryrefslogtreecommitdiffstats
path: root/common/cmd_bootm.c
Commit message (Expand)AuthorAgeFilesLines
* image: Use fit_image_load() to load kernelSimon Glass2013-06-041-133/+8
* sandbox: Adjust bootm command to work with sandboxSimon Glass2013-06-041-13/+12
* image: Use fit_image_load() to load FDTSimon Glass2013-06-041-2/+2
* bootm: Avoid 256-byte overflow in fixup_silent_linux()Doug Anderson2013-05-171-12/+29
* arm: Refactor bootm to reduce #ifdefsSimon Glass2013-05-141-1/+1
* sandbox: image: Add support for booting images in sandboxSimon Glass2013-05-141-9/+12
* image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass2013-05-141-2/+2
* image: Add support for Plan 9Steven Stallion2013-03-271-0/+39
* Allow u-boot to be silent without forcing Linux to beJoe Hershberger2013-03-111-4/+4
* bootm: fix conditional compilation for bootm ramdisk subcommandDaniel Schwierzeck2013-03-041-1/+1
* common: Use new numeric setenv functionsSimon Glass2013-02-281-8/+3
* imls: Add support to list images in NAND deviceVipin Kumar2013-02-221-3/+164
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-071-1/+0
* common/cmd_bootm.c: prevent running of subcommands before 'bootm start'Gabor Juhos2013-02-041-1/+2
* bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL...Daniel Schwierzeck2013-01-101-1/+7
* Fix use of conditional LMBSimon Glass2012-12-111-1/+1
* fdt: Add option to default to most compatible conf in a fit imageGabe Black2012-11-121-0/+11
* common/cmd_*.c: sparse fixesKim Phillips2012-11-041-11/+20
* net: Improve the speed of netconsoleJoe Hershberger2012-09-241-0/+17
* common/cmd_bootm.c: Fix GCC 4.6 warningAnatolij Gustschin2012-05-221-2/+1
* LMB: Fix undefined lmb_reserve() on non-lmb platformsMarek Vasut2012-04-091-0/+1
* BOOT: Add RAW ramdisk support to bootzMarek Vasut2012-03-301-2/+4
* BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut2012-03-301-9/+132
* bootstage: Plumb in bootstage calls for basic operationsSimon Glass2012-03-181-0/+2
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-181-46/+46
* bootstage: Convert FIT progress numbers to enumsSimon Glass2012-03-181-22/+22
* bootstage: Convert progress numbers 1-9 into enumsSimon Glass2012-03-181-21/+20
* bootstage: Use show_boot_error() for -ve progress numbersSimon Glass2012-03-181-25/+25
* bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2012-03-181-4/+4
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-061-2/+2
* Stop using builtin_run_command()Simon Glass2012-03-061-7/+1
* Rename run_command() to builtin_run_command()Simon Glass2012-03-061-1/+1
* 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
OpenPOWER on IntegriCloud