| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Support loading kernel setup from a FIT | Simon Glass | 2014-10-22 | 1 | -0/+1 |
* | cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images | Tom Rini | 2014-08-30 | 1 | -0/+140 |
* | bootm: Split out code from cmd_bootm.c | Simon Glass | 2014-06-19 | 1 | -1337/+8 |
* | Check run_command() return code properly | Thomas Betker | 2014-06-11 | 1 | -5/+1 |
* | bootm: make use of legacy image format configurable | Heiko Schocher | 2014-06-05 | 1 | -0/+14 |
* | Remove unnecessary use of hush header file | Simon Glass | 2014-05-29 | 1 | -4/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2014-05-22 | 1 | -1/+22 |
|\ |
|
| * | image: add support for Android's boot image format | Sebastian Siewior | 2014-05-08 | 1 | -1/+22 |
* | | cmd_bootm.c: Only say XIP image when load is image_start | Tom Rini | 2014-05-12 | 1 | -1/+1 |
|/ |
|
* | bootm: set max decompression size for LZO | Kees Cook | 2014-04-18 | 1 | -1/+1 |
* | common: Remove invalid endianess conversion | Christian Eggers | 2014-02-21 | 1 | -2/+2 |
* | bootm: Reinstate special case for standalone images | Simon Glass | 2014-01-14 | 1 | -9/+12 |
* | common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int... | Miao Yan | 2013-12-16 | 1 | -12/+69 |
* | common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF. | Miao Yan | 2013-12-13 | 1 | -3/+12 |
* | netbsd:fix documentation typo. | Kees Jongenburger | 2013-12-13 | 1 | -4/+4 |
* | common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() f... | Miao Yan | 2013-11-08 | 1 | -24/+8 |
* | cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPS | Tom Rini | 2013-09-23 | 1 | -1/+4 |
* | Fix loading freeze when netconsole is active | Frederic Leroy | 2013-09-20 | 1 | -0/+1 |
* | bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootm | Paul Burton | 2013-09-20 | 1 | -2/+3 |
* | bootm: allow correct bounds-check of destination | Kees Cook | 2013-09-03 | 1 | -1/+1 |
* | sandbox: Correct compiler warnings in cmd_bootm/cmd_ximg | Simon Glass | 2013-09-03 | 1 | -4/+6 |
* | bootm: fix conditional controlling call to fixup_silent_linux | Paul B. Henson | 2013-08-16 | 1 | -1/+1 |
* | RFC: bootm: Add silent_linux environment variable | Simon Glass | 2013-08-16 | 1 | -2/+12 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | bootm: Move fixup_silent_linux() earlier in the bootm stages | Simon Glass | 2013-07-17 | 1 | -4/+4 |
* | bootm: Handle errors consistently | Simon Glass | 2013-07-12 | 1 | -13/+8 |
* | bootm: Use selected configuration for ramdisk and fdt | Simon Glass | 2013-07-12 | 1 | -1/+2 |
* | blackfin: x86: bootm: Handle PREP stage of bootm | Simon Glass | 2013-07-12 | 1 | -0/+16 |
* | bootm: Remove extra OK message | Simon Glass | 2013-07-12 | 1 | -1/+0 |
* | cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2 | Tom Rini | 2013-07-12 | 1 | -3/+2 |
* | cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itself | Tom Rini | 2013-07-10 | 1 | -16/+40 |
* | cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argc | Tom Rini | 2013-07-10 | 1 | -5/+13 |
* | bootm: Add the missing PREP stage to bootz and correct image handling | Simon Glass | 2013-07-10 | 1 | -2/+3 |
* | bootm: Clean up bootz_setup() function | Simon Glass | 2013-07-10 | 1 | -5/+3 |
* | bootm: Require boot function only if it is about to be used | Simon Glass | 2013-07-10 | 1 | -2/+5 |
* | bootm: Disable interrupts only when loading | Simon Glass | 2013-07-10 | 1 | -24/+43 |
* | cmd_bootm.c: Correct check/return for unsupported sub-command | Tom Rini | 2013-07-04 | 1 | -2/+7 |
* | bootm: Disable interrupts before loading OS | Simon Glass | 2013-06-28 | 1 | -26/+27 |
* | cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling | Tom Rini | 2013-06-28 | 1 | -27/+38 |
* | cmd_bootm: Add command line arguments to Plan 9 | Steven Stallion | 2013-06-26 | 1 | -7/+29 |
* | Add a 'fake' go command to the bootm command | Simon Glass | 2013-06-26 | 1 | -2/+17 |
* | Refactor the bootm command to reduce code duplication | Simon Glass | 2013-06-26 | 1 | -241/+216 |
* | Clarify bootm OS arguments | Simon Glass | 2013-06-26 | 1 | -18/+26 |
* | bootz: un-staticize do_bootz | Rob Herring | 2013-06-24 | 1 | -1/+1 |
* | image: Use fit_image_load() to load kernel | Simon Glass | 2013-06-04 | 1 | -133/+8 |
* | sandbox: Adjust bootm command to work with sandbox | Simon Glass | 2013-06-04 | 1 | -13/+12 |
* | image: Use fit_image_load() to load FDT | Simon Glass | 2013-06-04 | 1 | -2/+2 |
* | bootm: Avoid 256-byte overflow in fixup_silent_linux() | Doug Anderson | 2013-05-17 | 1 | -12/+29 |
* | arm: Refactor bootm to reduce #ifdefs | Simon Glass | 2013-05-14 | 1 | -1/+1 |
* | sandbox: image: Add support for booting images in sandbox | Simon Glass | 2013-05-14 | 1 | -9/+12 |