aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Move all command code into its own directorySimon Glass1-775/+0
2015-05-28Combine bootm_find_<thing> functions togetherKarl Apsite1-2/+2
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-03-05spl: fix calling "spl export .." more than onceHeiko Schocher1-1/+2
2015-01-29common: bootm: Document fake bootm sub-commandMichal Simek1-0/+3
2014-10-22x86: Support loading kernel setup from a FITSimon Glass1-0/+1
2014-08-30cmd_bootm.c: Add 'booti' for ARM64 Linux kernel ImagesTom Rini1-0/+140
2014-06-19bootm: Split out code from cmd_bootm.cSimon Glass1-1337/+8
2014-06-11Check run_command() return code properlyThomas Betker1-5/+1
2014-06-05bootm: make use of legacy image format configurableHeiko Schocher1-0/+14
2014-05-29Remove unnecessary use of hush header fileSimon Glass1-4/+0
2014-05-22Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-1/+22
2014-05-12cmd_bootm.c: Only say XIP image when load is image_startTom Rini1-1/+1
2014-05-08image: add support for Android's boot image formatSebastian Siewior1-1/+22
2014-04-18bootm: set max decompression size for LZOKees Cook1-1/+1
2014-02-21common: Remove invalid endianess conversionChristian Eggers1-2/+2
2014-01-14bootm: Reinstate special case for standalone imagesSimon Glass1-9/+12
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan1-12/+69
2013-12-13common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.Miao Yan1-3/+12
2013-12-13netbsd:fix documentation typo.Kees Jongenburger1-4/+4
2013-11-08common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() f...Miao Yan1-24/+8
2013-09-23cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPSTom Rini1-1/+4
2013-09-20Fix loading freeze when netconsole is activeFrederic Leroy1-0/+1
2013-09-20bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootmPaul Burton1-2/+3
2013-09-03bootm: allow correct bounds-check of destinationKees Cook1-1/+1
2013-09-03sandbox: Correct compiler warnings in cmd_bootm/cmd_ximgSimon Glass1-4/+6
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