summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini7-298/+123
2013-07-24Add eCos-2.0 SPDX-License-Identifier to source filesWolfgang Denk1-33/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk146-2405/+159
2013-07-23cmd_i2c: Use ARRAY_SIZE instead of reinventing itAxel Lin1-4/+2
2013-07-23i2c, multibus: get rid of CONFIG_I2C_MUXHeiko Schocher2-260/+6
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher3-11/+6
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher6-43/+129
2013-07-17bootm: Move fixup_silent_linux() earlier in the bootm stagesSimon Glass1-4/+4
2013-07-17tpm: add AUTH1 cmds for LoadKey2 and GetPubKeyReinhard Pfau1-0/+100
2013-07-16Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy1-1/+2
2013-07-16common: remove unaligned access error in bootmenu_getoption()Lan Yixun (dlan)1-2/+2
2013-07-16scsi: Correct types of scsi_read/write()Simon Glass1-4/+6
2013-07-13bootm: Handle errors consistentlySimon Glass1-13/+8
2013-07-12common/image.c: Fix regression with ramdisk load/entry points in FITStefano Babic1-1/+1
2013-07-12bootm: Correct the arguments for the ELF image loaderSimon Glass1-3/+3
2013-07-12bootm: Use selected configuration for ramdisk and fdtSimon Glass4-6/+11
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-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini4-47/+96
2013-07-08video: consolidate splash screen alignment codeAnatolij Gustschin3-17/+30
2013-07-04cmd_bootm.c: Correct check/return for unsupported sub-commandTom Rini1-2/+7
2013-07-01video: lcd: Make splash_screen_prepare weak, remove config macroRobert Winkler1-9/+4
2013-07-01video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler3-13/+40
2013-07-01lcd: align bmp header when uncopmressing imagePiotr Wilczek1-14/+28
2013-07-01lcd: remove unaligned access in lcd_dt_simplefb_configure_node()Stephen Warren1-3/+3
2013-07-01Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini1-8/+1
2013-06-29bootm: Disable interrupts before loading OSSimon Glass1-26/+27
2013-06-29cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handlingTom Rini1-27/+38
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe2-11/+11
2013-06-26cmd_bootm: Add command line arguments to Plan 9Steven Stallion1-7/+29
2013-06-26image: Add support for signing of FIT configurationsSimon Glass1-1/+230
2013-06-26image: Add RSA support for image signingSimon Glass1-0/+7
2013-06-26image: Support signing of imagesSimon Glass2-23/+204
2013-06-26image: Add signing infrastructureSimon Glass2-0/+43
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 Glass3-31/+48
2013-06-26Add trace support to generic boardSimon Glass2-1/+27
2013-06-26Add a trace commandSimon Glass2-0/+134
2013-06-26Add function to print a number with grouped digitsSimon Glass1-18/+4
2013-06-26bootstage: Correct printf typesSimon Glass1-2/+2
2013-06-26Fix missing return in do_mem_loop()Simon Glass1-0/+2
2013-06-25pxe: add ipappend supportRob Herring1-3/+44