summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy2013-07-151-1/+2
* common: remove unaligned access error in bootmenu_getoption()Lan Yixun (dlan)2013-07-151-2/+2
* scsi: Correct types of scsi_read/write()Simon Glass2013-07-151-4/+6
* bootm: Handle errors consistentlySimon Glass2013-07-121-13/+8
* common/image.c: Fix regression with ramdisk load/entry points in FITStefano Babic2013-07-121-1/+1
* bootm: Correct the arguments for the ELF image loaderSimon Glass2013-07-121-3/+3
* bootm: Use selected configuration for ramdisk and fdtSimon Glass2013-07-124-6/+11
* blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass2013-07-121-0/+16
* bootm: Remove extra OK messageSimon Glass2013-07-121-1/+0
* cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2Tom Rini2013-07-121-3/+2
* cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itselfTom Rini2013-07-101-16/+40
* cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argcTom Rini2013-07-101-5/+13
* bootm: Add the missing PREP stage to bootz and correct image handlingSimon Glass2013-07-101-2/+3
* bootm: Clean up bootz_setup() functionSimon Glass2013-07-101-5/+3
* bootm: Require boot function only if it is about to be usedSimon Glass2013-07-101-2/+5
* bootm: Disable interrupts only when loadingSimon Glass2013-07-101-24/+43
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2013-07-104-47/+96
|\
| * video: consolidate splash screen alignment codeAnatolij Gustschin2013-07-083-17/+30
| * video: lcd: Make splash_screen_prepare weak, remove config macroRobert Winkler2013-07-011-9/+4
| * video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler2013-07-013-13/+40
| * lcd: align bmp header when uncopmressing imagePiotr Wilczek2013-07-011-14/+28
| * lcd: remove unaligned access in lcd_dt_simplefb_configure_node()Stephen Warren2013-07-011-3/+3
* | cmd_bootm.c: Correct check/return for unsupported sub-commandTom Rini2013-07-041-2/+7
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2013-07-011-8/+1
|\ \ | |/ |/|
| * nand: Don't call adjust_size_for_badblocks for eraseScott Wood2013-06-211-8/+1
* | bootm: Disable interrupts before loading OSSimon Glass2013-06-281-26/+27
* | cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handlingTom Rini2013-06-281-27/+38
* | Fix block device accesses beyond 2TiBSascha Silbe2013-06-262-11/+11
* | cmd_bootm: Add command line arguments to Plan 9Steven Stallion2013-06-261-7/+29
* | image: Add support for signing of FIT configurationsSimon Glass2013-06-261-1/+230
* | image: Add RSA support for image signingSimon Glass2013-06-261-0/+7
* | image: Support signing of imagesSimon Glass2013-06-262-23/+204
* | image: Add signing infrastructureSimon Glass2013-06-262-0/+43
* | Add a 'fake' go command to the bootm commandSimon Glass2013-06-261-2/+17
* | Refactor the bootm command to reduce code duplicationSimon Glass2013-06-261-241/+216
* | Clarify bootm OS argumentsSimon Glass2013-06-263-31/+48
* | Add trace support to generic boardSimon Glass2013-06-262-1/+27
* | Add a trace commandSimon Glass2013-06-262-0/+134
* | Add function to print a number with grouped digitsSimon Glass2013-06-261-18/+4
* | bootstage: Correct printf typesSimon Glass2013-06-261-2/+2
* | Fix missing return in do_mem_loop()Simon Glass2013-06-261-0/+2
* | pxe: add ipappend supportRob Herring2013-06-241-3/+44
* | net: Fix build regression in cmd_pxe.cJoe Hershberger2013-06-241-0/+2
* | pxe: add support for per arch and SoC default pathsRob Herring2013-06-241-6/+20
* | pxe: add support for ontimeout tokenRob Herring2013-06-241-5/+6
* | pxe: simplify menu display and selectionRob Herring2013-06-241-18/+16
* | pxe: always display a menu when presentRob Herring2013-06-241-1/+2
* | pxe: try bootz if bootm fails to find a valid imageRob Herring2013-06-241-1/+10
* | bootz: un-staticize do_bootzRob Herring2013-06-241-1/+1
* | pxe: fix handling of different localboot valuesRob Herring2013-06-241-18/+19
OpenPOWER on IntegriCloud