summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* spl: env_common.c: make CONFIG_SPL_BUILD contain function env_importYing Zhang2013-08-20-2/+0
* SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk2013-08-19-24/+1
* Merge branch 'master' of git://88.191.163.10/u-boot-armTom Rini2013-08-18-0/+4
|\
| * spl_mmc.c: Detect missing kernel image in RAW MMCTom Rini2013-07-26-0/+4
* | image: Display FIT timestamp when bootingSimon Glass2013-08-16-0/+11
* | bootm: fix conditional controlling call to fixup_silent_linuxPaul B. Henson2013-08-16-1/+1
* | RFC: bootm: Add silent_linux environment variableSimon Glass2013-08-16-2/+12
* | SPL: Limit image name print lengthTaras Kondratiuk2013-08-16-2/+3
* | Enable xmodem supportAngus Ainslie2013-08-16-4/+20
* | Merge branch 'dcc' of git://www.denx.de/git/u-boot-microblazeTom Rini2013-08-13-3/+0
|\ \
| * | serial: arm_dcc: Remove stdio structure supportJagannadha Sutradharudu Teki2013-08-13-3/+0
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-videoTom Rini2013-08-12-1/+0
|\ \ \ | |/ / |/| |
| * | video: Encapsulate font in video_font_data.hMarek Vasut2013-08-12-1/+0
* | | cmd_sf: let "sf update" erase last sector as a wholeGerlando Falauto2013-08-07-1/+2
* | | cmd_sf|env_sf: Fix code cleanupJagannadha Sutradharudu Teki2013-08-06-14/+15
|/ /
* | usb_hub: fix power cycling logicNikita Kiryanov2013-07-29-2/+2
* | dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski2013-07-29-1/+13
* | powerpc/ppc4xx: Convert new gdsys files to SPDX license tagsTom Rini2013-07-26-17/+1
* | powerpc/ppc4xx: Add fpgad command for dumping gdsys fpga registersDirk Eibach2013-07-25-0/+101
|/
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-24-298/+123
|\
| * cmd_i2c: Use ARRAY_SIZE instead of reinventing itAxel Lin2013-07-23-4/+2
| * i2c, multibus: get rid of CONFIG_I2C_MUXHeiko Schocher2013-07-23-260/+6
| * i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-23-11/+6
| * i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-23-43/+129
* | Add eCos-2.0 SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-33/+1
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-2405/+159
|/
* bootm: Move fixup_silent_linux() earlier in the bootm stagesSimon Glass2013-07-17-4/+4
* tpm: add AUTH1 cmds for LoadKey2 and GetPubKeyReinhard Pfau2013-07-16-0/+100
* Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy2013-07-15-1/+2
* common: remove unaligned access error in bootmenu_getoption()Lan Yixun (dlan)2013-07-15-2/+2
* scsi: Correct types of scsi_read/write()Simon Glass2013-07-15-4/+6
* bootm: Handle errors consistentlySimon Glass2013-07-12-13/+8
* common/image.c: Fix regression with ramdisk load/entry points in FITStefano Babic2013-07-12-1/+1
* bootm: Correct the arguments for the ELF image loaderSimon Glass2013-07-12-3/+3
* bootm: Use selected configuration for ramdisk and fdtSimon Glass2013-07-12-6/+11
* blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass2013-07-12-0/+16
* bootm: Remove extra OK messageSimon Glass2013-07-12-1/+0
* cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2Tom Rini2013-07-12-3/+2
* cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itselfTom Rini2013-07-10-16/+40
* cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argcTom Rini2013-07-10-5/+13
* bootm: Add the missing PREP stage to bootz and correct image handlingSimon Glass2013-07-10-2/+3
* bootm: Clean up bootz_setup() functionSimon Glass2013-07-10-5/+3
* bootm: Require boot function only if it is about to be usedSimon Glass2013-07-10-2/+5
* bootm: Disable interrupts only when loadingSimon Glass2013-07-10-24/+43
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2013-07-10-47/+96
|\
| * video: consolidate splash screen alignment codeAnatolij Gustschin2013-07-08-17/+30
| * video: lcd: Make splash_screen_prepare weak, remove config macroRobert Winkler2013-07-01-9/+4
| * video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler2013-07-01-13/+40
| * lcd: align bmp header when uncopmressing imagePiotr Wilczek2013-07-01-14/+28
| * lcd: remove unaligned access in lcd_dt_simplefb_configure_node()Stephen Warren2013-07-01-3/+3