summaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)Author
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-17bootm: Move fixup_silent_linux() earlier in the bootm stagesSimon Glass
2013-07-12bootm: Handle errors consistentlySimon Glass
2013-07-12bootm: Use selected configuration for ramdisk and fdtSimon Glass
2013-07-12blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass
2013-07-12bootm: Remove extra OK messageSimon Glass
2013-07-12cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2Tom Rini
2013-07-10cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itselfTom Rini
2013-07-10cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argcTom Rini
2013-07-10bootm: Add the missing PREP stage to bootz and correct image handlingSimon Glass
2013-07-10bootm: Clean up bootz_setup() functionSimon Glass
2013-07-10bootm: Require boot function only if it is about to be usedSimon Glass
2013-07-10bootm: Disable interrupts only when loadingSimon Glass
2013-07-04cmd_bootm.c: Correct check/return for unsupported sub-commandTom Rini
2013-06-28bootm: Disable interrupts before loading OSSimon Glass
2013-06-28cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handlingTom Rini
2013-06-26cmd_bootm: Add command line arguments to Plan 9Steven Stallion
2013-06-26Add a 'fake' go command to the bootm commandSimon Glass
2013-06-26Refactor the bootm command to reduce code duplicationSimon Glass
2013-06-26Clarify bootm OS argumentsSimon Glass
2013-06-24bootz: un-staticize do_bootzRob Herring
2013-06-04image: Use fit_image_load() to load kernelSimon Glass
2013-06-04sandbox: Adjust bootm command to work with sandboxSimon Glass
2013-06-04image: Use fit_image_load() to load FDTSimon Glass
2013-05-17bootm: Avoid 256-byte overflow in fixup_silent_linux()Doug Anderson
2013-05-14arm: Refactor bootm to reduce #ifdefsSimon Glass
2013-05-14sandbox: image: Add support for booting images in sandboxSimon Glass
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass
2013-03-27image: Add support for Plan 9Steven Stallion
2013-03-11Allow u-boot to be silent without forcing Linux to beJoe Hershberger
2013-03-04bootm: fix conditional compilation for bootm ramdisk subcommandDaniel Schwierzeck
2013-02-28common: Use new numeric setenv functionsSimon Glass
2013-02-22imls: Add support to list images in NAND deviceVipin Kumar
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips
2013-02-04common/cmd_bootm.c: prevent running of subcommands before 'bootm start'Gabor Juhos
2013-01-10bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL...Daniel Schwierzeck
2012-12-11Fix use of conditional LMBSimon Glass
2012-11-12fdt: Add option to default to most compatible conf in a fit imageGabe Black
2012-11-04common/cmd_*.c: sparse fixesKim Phillips
2012-09-24net: Improve the speed of netconsoleJoe Hershberger
2012-05-22common/cmd_bootm.c: Fix GCC 4.6 warningAnatolij Gustschin
2012-04-09LMB: Fix undefined lmb_reserve() on non-lmb platformsMarek Vasut
2012-03-30BOOT: Add RAW ramdisk support to bootzMarek Vasut
2012-03-30BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut
2012-03-18bootstage: Plumb in bootstage calls for basic operationsSimon Glass
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass
2012-03-18bootstage: Convert FIT progress numbers to enumsSimon Glass
2012-03-18bootstage: Convert progress numbers 1-9 into enumsSimon Glass
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass