summaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
Commit message (Expand)AuthorAgeLines
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-18-0/+1
* spl: fix calling "spl export .." more than onceHeiko Schocher2015-03-05-1/+2
* common: bootm: Document fake bootm sub-commandMichal Simek2015-01-29-0/+3
* x86: Support loading kernel setup from a FITSimon Glass2014-10-22-0/+1
* cmd_bootm.c: Add 'booti' for ARM64 Linux kernel ImagesTom Rini2014-08-30-0/+140
* bootm: Split out code from cmd_bootm.cSimon Glass2014-06-19-1337/+8
* Check run_command() return code properlyThomas Betker2014-06-11-5/+1
* bootm: make use of legacy image format configurableHeiko Schocher2014-06-05-0/+14
* Remove unnecessary use of hush header fileSimon Glass2014-05-29-4/+0
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-05-22-1/+22
|\
| * image: add support for Android's boot image formatSebastian Siewior2014-05-08-1/+22
* | cmd_bootm.c: Only say XIP image when load is image_startTom Rini2014-05-12-1/+1
|/
* bootm: set max decompression size for LZOKees Cook2014-04-18-1/+1
* common: Remove invalid endianess conversionChristian Eggers2014-02-21-2/+2
* bootm: Reinstate special case for standalone imagesSimon Glass2014-01-14-9/+12
* common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan2013-12-16-12/+69
* common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.Miao Yan2013-12-13-3/+12
* netbsd:fix documentation typo.Kees Jongenburger2013-12-13-4/+4
* common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() f...Miao Yan2013-11-08-24/+8
* cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPSTom Rini2013-09-23-1/+4
* Fix loading freeze when netconsole is activeFrederic Leroy2013-09-20-0/+1
* bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootmPaul Burton2013-09-20-2/+3
* 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