summaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
Commit message (Expand)AuthorAgeLines
* bootm: allow correct bounds-check of destinationKees Cook2013-09-03-1/+1
* sandbox: Correct compiler warnings in cmd_bootm/cmd_ximgSimon Glass2013-09-03-4/+6
* bootm: fix conditional controlling call to fixup_silent_linuxPaul B. Henson2013-08-16-1/+1
* RFC: bootm: Add silent_linux environment variableSimon Glass2013-08-16-2/+12
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* bootm: Move fixup_silent_linux() earlier in the bootm stagesSimon Glass2013-07-17-4/+4
* bootm: Handle errors consistentlySimon Glass2013-07-12-13/+8
* bootm: Use selected configuration for ramdisk and fdtSimon Glass2013-07-12-1/+2
* blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass2013-07-12-0/+16
* bootm: Remove extra OK messageSimon Glass2013-07-12-1/+0
* cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2Tom Rini2013-07-12-3/+2
* cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itselfTom Rini2013-07-10-16/+40
* cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argcTom Rini2013-07-10-5/+13
* bootm: Add the missing PREP stage to bootz and correct image handlingSimon Glass2013-07-10-2/+3
* bootm: Clean up bootz_setup() functionSimon Glass2013-07-10-5/+3
* bootm: Require boot function only if it is about to be usedSimon Glass2013-07-10-2/+5
* bootm: Disable interrupts only when loadingSimon Glass2013-07-10-24/+43
* cmd_bootm.c: Correct check/return for unsupported sub-commandTom Rini2013-07-04-2/+7
* bootm: Disable interrupts before loading OSSimon Glass2013-06-28-26/+27
* cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handlingTom Rini2013-06-28-27/+38
* cmd_bootm: Add command line arguments to Plan 9Steven Stallion2013-06-26-7/+29
* Add a 'fake' go command to the bootm commandSimon Glass2013-06-26-2/+17
* Refactor the bootm command to reduce code duplicationSimon Glass2013-06-26-241/+216
* Clarify bootm OS argumentsSimon Glass2013-06-26-18/+26
* bootz: un-staticize do_bootzRob Herring2013-06-24-1/+1
* image: Use fit_image_load() to load kernelSimon Glass2013-06-04-133/+8
* sandbox: Adjust bootm command to work with sandboxSimon Glass2013-06-04-13/+12
* image: Use fit_image_load() to load FDTSimon Glass2013-06-04-2/+2
* bootm: Avoid 256-byte overflow in fixup_silent_linux()Doug Anderson2013-05-17-12/+29
* arm: Refactor bootm to reduce #ifdefsSimon Glass2013-05-14-1/+1
* sandbox: image: Add support for booting images in sandboxSimon Glass2013-05-14-9/+12
* image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass2013-05-14-2/+2
* image: Add support for Plan 9Steven Stallion2013-03-27-0/+39
* Allow u-boot to be silent without forcing Linux to beJoe Hershberger2013-03-11-4/+4
* bootm: fix conditional compilation for bootm ramdisk subcommandDaniel Schwierzeck2013-03-04-1/+1
* common: Use new numeric setenv functionsSimon Glass2013-02-28-8/+3
* imls: Add support to list images in NAND deviceVipin Kumar2013-02-22-3/+164
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-07-1/+0
* common/cmd_bootm.c: prevent running of subcommands before 'bootm start'Gabor Juhos2013-02-04-1/+2
* bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL...Daniel Schwierzeck2013-01-10-1/+7
* Fix use of conditional LMBSimon Glass2012-12-11-1/+1
* fdt: Add option to default to most compatible conf in a fit imageGabe Black2012-11-12-0/+11
* common/cmd_*.c: sparse fixesKim Phillips2012-11-04-11/+20
* net: Improve the speed of netconsoleJoe Hershberger2012-09-24-0/+17
* common/cmd_bootm.c: Fix GCC 4.6 warningAnatolij Gustschin2012-05-22-2/+1
* LMB: Fix undefined lmb_reserve() on non-lmb platformsMarek Vasut2012-04-09-0/+1
* BOOT: Add RAW ramdisk support to bootzMarek Vasut2012-03-30-2/+4
* BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut2012-03-30-9/+132
* bootstage: Plumb in bootstage calls for basic operationsSimon Glass2012-03-18-0/+2
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-18-46/+46