summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-08-20spl: env_common.c: make CONFIG_SPL_BUILD contain function env_importYing Zhang1-2/+0
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk1-24/+1
2013-08-18Merge branch 'master' of git://88.191.163.10/u-boot-armTom Rini1-0/+4
2013-08-16image: Display FIT timestamp when bootingSimon Glass1-0/+11
2013-08-16bootm: fix conditional controlling call to fixup_silent_linuxPaul B. Henson1-1/+1
2013-08-16RFC: bootm: Add silent_linux environment variableSimon Glass1-2/+12
2013-08-16SPL: Limit image name print lengthTaras Kondratiuk1-2/+3
2013-08-16Enable xmodem supportAngus Ainslie1-4/+20
2013-08-14Merge branch 'dcc' of git://www.denx.de/git/u-boot-microblazeTom Rini1-3/+0
2013-08-13serial: arm_dcc: Remove stdio structure supportJagannadha Sutradharudu Teki1-3/+0
2013-08-13Merge branch 'master' of git://www.denx.de/git/u-boot-videoTom Rini1-1/+0
2013-08-13video: Encapsulate font in video_font_data.hMarek Vasut1-1/+0
2013-08-06cmd_sf: let "sf update" erase last sector as a wholeGerlando Falauto1-1/+2
2013-08-06cmd_sf|env_sf: Fix code cleanupJagannadha Sutradharudu Teki2-14/+15
2013-07-30usb_hub: fix power cycling logicNikita Kiryanov1-2/+2
2013-07-30dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski1-1/+13
2013-07-27spl_mmc.c: Detect missing kernel image in RAW MMCTom Rini1-0/+4
2013-07-26powerpc/ppc4xx: Convert new gdsys files to SPDX license tagsTom Rini1-17/+1
2013-07-25powerpc/ppc4xx: Add fpgad command for dumping gdsys fpga registersDirk Eibach2-0/+101
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