summaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
AgeCommit message (Expand)Author
2016-01-25Move all command code into its own directorySimon Glass
2015-05-28Combine bootm_find_<thing> functions togetherKarl Apsite
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-03-05spl: fix calling "spl export .." more than onceHeiko Schocher
2015-01-29common: bootm: Document fake bootm sub-commandMichal Simek
2014-10-22x86: Support loading kernel setup from a FITSimon Glass
2014-08-30cmd_bootm.c: Add 'booti' for ARM64 Linux kernel ImagesTom Rini
2014-06-19bootm: Split out code from cmd_bootm.cSimon Glass
2014-06-11Check run_command() return code properlyThomas Betker
2014-06-05bootm: make use of legacy image format configurableHeiko Schocher
2014-05-29Remove unnecessary use of hush header fileSimon Glass
2014-05-22Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-05-12cmd_bootm.c: Only say XIP image when load is image_startTom Rini
2014-05-08image: add support for Android's boot image formatSebastian Siewior
2014-04-18bootm: set max decompression size for LZOKees Cook
2014-02-21common: Remove invalid endianess conversionChristian Eggers
2014-01-14bootm: Reinstate special case for standalone imagesSimon Glass
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan
2013-12-13common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.Miao Yan
2013-12-13netbsd:fix documentation typo.Kees Jongenburger
2013-11-08common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() f...Miao Yan
2013-09-23cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPSTom Rini
2013-09-20Fix loading freeze when netconsole is activeFrederic Leroy
2013-09-20bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootmPaul Burton
2013-09-03bootm: allow correct bounds-check of destinationKees Cook
2013-09-03sandbox: Correct compiler warnings in cmd_bootm/cmd_ximgSimon Glass
2013-08-16bootm: fix conditional controlling call to fixup_silent_linuxPaul B. Henson
2013-08-16RFC: bootm: Add silent_linux environment variableSimon Glass
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