| Commit message (Expand) | Author | Age | Files | Lines |
* | tpm: add AUTH1 cmds for LoadKey2 and GetPubKey | Reinhard Pfau | 2013-07-16 | 1 | -0/+100 |
* | Fix ext2/ext4 filesystem accesses beyond 2TiB | Frederic Leroy | 2013-07-15 | 1 | -1/+2 |
* | common: remove unaligned access error in bootmenu_getoption() | Lan Yixun (dlan) | 2013-07-15 | 1 | -2/+2 |
* | scsi: Correct types of scsi_read/write() | Simon Glass | 2013-07-15 | 1 | -4/+6 |
* | bootm: Handle errors consistently | Simon Glass | 2013-07-12 | 1 | -13/+8 |
* | common/image.c: Fix regression with ramdisk load/entry points in FIT | Stefano Babic | 2013-07-12 | 1 | -1/+1 |
* | bootm: Correct the arguments for the ELF image loader | Simon Glass | 2013-07-12 | 1 | -3/+3 |
* | bootm: Use selected configuration for ramdisk and fdt | Simon Glass | 2013-07-12 | 4 | -6/+11 |
* | 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 |
* | Merge branch 'master' of git://git.denx.de/u-boot-video | Tom Rini | 2013-07-10 | 4 | -47/+96 |
|\ |
|
| * | video: consolidate splash screen alignment code | Anatolij Gustschin | 2013-07-08 | 3 | -17/+30 |
| * | video: lcd: Make splash_screen_prepare weak, remove config macro | Robert Winkler | 2013-07-01 | 1 | -9/+4 |
| * | video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO | Robert Winkler | 2013-07-01 | 3 | -13/+40 |
| * | lcd: align bmp header when uncopmressing image | Piotr Wilczek | 2013-07-01 | 1 | -14/+28 |
| * | lcd: remove unaligned access in lcd_dt_simplefb_configure_node() | Stephen Warren | 2013-07-01 | 1 | -3/+3 |
* | | cmd_bootm.c: Correct check/return for unsupported sub-command | Tom Rini | 2013-07-04 | 1 | -2/+7 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Tom Rini | 2013-07-01 | 1 | -8/+1 |
|\ \
| |/
|/| |
|
| * | nand: Don't call adjust_size_for_badblocks for erase | Scott Wood | 2013-06-21 | 1 | -8/+1 |
* | | 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 |
* | | Fix block device accesses beyond 2TiB | Sascha Silbe | 2013-06-26 | 2 | -11/+11 |
* | | cmd_bootm: Add command line arguments to Plan 9 | Steven Stallion | 2013-06-26 | 1 | -7/+29 |
* | | image: Add support for signing of FIT configurations | Simon Glass | 2013-06-26 | 1 | -1/+230 |
* | | image: Add RSA support for image signing | Simon Glass | 2013-06-26 | 1 | -0/+7 |
* | | image: Support signing of images | Simon Glass | 2013-06-26 | 2 | -23/+204 |
* | | image: Add signing infrastructure | Simon Glass | 2013-06-26 | 2 | -0/+43 |
* | | 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 | 3 | -31/+48 |
* | | Add trace support to generic board | Simon Glass | 2013-06-26 | 2 | -1/+27 |
* | | Add a trace command | Simon Glass | 2013-06-26 | 2 | -0/+134 |
* | | Add function to print a number with grouped digits | Simon Glass | 2013-06-26 | 1 | -18/+4 |
* | | bootstage: Correct printf types | Simon Glass | 2013-06-26 | 1 | -2/+2 |
* | | Fix missing return in do_mem_loop() | Simon Glass | 2013-06-26 | 1 | -0/+2 |
* | | pxe: add ipappend support | Rob Herring | 2013-06-24 | 1 | -3/+44 |
* | | net: Fix build regression in cmd_pxe.c | Joe Hershberger | 2013-06-24 | 1 | -0/+2 |
* | | pxe: add support for per arch and SoC default paths | Rob Herring | 2013-06-24 | 1 | -6/+20 |
* | | pxe: add support for ontimeout token | Rob Herring | 2013-06-24 | 1 | -5/+6 |
* | | pxe: simplify menu display and selection | Rob Herring | 2013-06-24 | 1 | -18/+16 |
* | | pxe: always display a menu when present | Rob Herring | 2013-06-24 | 1 | -1/+2 |
* | | pxe: try bootz if bootm fails to find a valid image | Rob Herring | 2013-06-24 | 1 | -1/+10 |
* | | bootz: un-staticize do_bootz | Rob Herring | 2013-06-24 | 1 | -1/+1 |