aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-16bootm: fix conditional controlling call to fixup_silent_linuxPaul B. Henson1-1/+1
2013-08-16RFC: bootm: Add silent_linux environment variableSimon Glass1-2/+12
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-17bootm: Move fixup_silent_linux() earlier in the bootm stagesSimon Glass1-4/+4
2013-07-12bootm: Handle errors consistentlySimon Glass1-13/+8
2013-07-12bootm: Use selected configuration for ramdisk and fdtSimon Glass1-1/+2
2013-07-12blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass1-0/+16
2013-07-12bootm: Remove extra OK messageSimon Glass1-1/+0
2013-07-12cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2Tom Rini1-3/+2
2013-07-10cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itselfTom Rini1-16/+40
2013-07-10cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argcTom Rini1-5/+13
2013-07-10bootm: Add the missing PREP stage to bootz and correct image handlingSimon Glass1-2/+3
2013-07-10bootm: Clean up bootz_setup() functionSimon Glass1-5/+3
2013-07-10bootm: Require boot function only if it is about to be usedSimon Glass1-2/+5
2013-07-10bootm: Disable interrupts only when loadingSimon Glass1-24/+43
2013-07-04cmd_bootm.c: Correct check/return for unsupported sub-commandTom Rini1-2/+7
2013-06-28bootm: Disable interrupts before loading OSSimon Glass1-26/+27
2013-06-28cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handlingTom Rini1-27/+38
2013-06-26cmd_bootm: Add command line arguments to Plan 9Steven Stallion1-7/+29
2013-06-26Add a 'fake' go command to the bootm commandSimon Glass1-2/+17
2013-06-26Refactor the bootm command to reduce code duplicationSimon Glass1-241/+216
2013-06-26Clarify bootm OS argumentsSimon Glass1-18/+26
2013-06-24bootz: un-staticize do_bootzRob Herring1-1/+1
2013-06-04image: Use fit_image_load() to load kernelSimon Glass1-133/+8
2013-06-04sandbox: Adjust bootm command to work with sandboxSimon Glass1-13/+12
2013-06-04image: Use fit_image_load() to load FDTSimon Glass1-2/+2
2013-05-17bootm: Avoid 256-byte overflow in fixup_silent_linux()Doug Anderson1-12/+29
2013-05-14arm: Refactor bootm to reduce #ifdefsSimon Glass1-1/+1
2013-05-14sandbox: image: Add support for booting images in sandboxSimon Glass1-9/+12
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass1-2/+2
2013-03-27image: Add support for Plan 9Steven Stallion1-0/+39
2013-03-11Allow 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-02-28common: Use new numeric setenv functionsSimon Glass1-8/+3
2013-02-22imls: Add support to list images in NAND deviceVipin Kumar1-3/+164
2013-02-07treewide: 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-10bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL...Daniel Schwierzeck1-1/+7
2012-12-11Fix use of conditional LMBSimon Glass1-1/+1
2012-11-12fdt: 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-30BOOT: Add RAW ramdisk support to bootzMarek Vasut1-2/+4
2012-03-30BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut1-9/+132
2012-03-18bootstage: Plumb in bootstage calls for basic operationsSimon Glass1-0/+2
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-46/+46
2012-03-18bootstage: Convert FIT progress numbers to enumsSimon Glass1-22/+22
2012-03-18bootstage: Convert progress numbers 1-9 into enumsSimon Glass1-21/+20