aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-09-06Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+1
2013-09-05Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+1
2013-09-03bootm: allow correct bounds-check of destinationKees Cook1-1/+1
2013-09-03sandbox: Correct compiler warnings in cmd_bootm/cmd_ximgSimon Glass2-6/+9
2013-08-31ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut1-0/+1
2013-08-27cmd_sf: let "sf update" preserve the final part of the last sectorGerlando Falauto1-1/+12
2013-08-27Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-26/+102
2013-08-27i2c: fix i2c dev command for not using new frameworkHeiko Schocher1-0/+2
2013-08-26console: usb: kbd: To fix slow TFTP bootingJim Lin1-10/+10
2013-08-26console: usb: kbd: To improve TFTP booting performanceJim Lin1-0/+15
2013-08-26usb: Use well-known descriptor sizes when parsing configurationJulius Werner2-26/+75
2013-08-26USB: usb-hub: Add a weak function for resetting devicesDan Murphy1-0/+12
2013-08-22env_nand.c: support falling back to redundant env when writingPhil Sutter1-62/+54
2013-08-22cmd_nand: Do not show usage when scrub is abortedMasahiro Yamada1-2/+2
2013-08-22cmd_nand: slight optimization of nand_dump functionMasahiro Yamada1-5/+8
2013-08-22cmd_nand: fix a memory leak in nand_dump functionMasahiro Yamada1-7/+16
2013-08-21Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-2/+0
2013-08-20spl: env_common.c: make CONFIG_SPL_BUILD contain function env_importYing Zhang1-2/+0
2013-08-20ppc4xx: Remove support for PPC405CR CPUsMatthias Fuchs1-3/+3
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-13Merge 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-12Merge branch 'master' of git://www.denx.de/git/u-boot-videoTom Rini1-1/+0
2013-08-12video: Encapsulate font in video_font_data.hMarek Vasut1-1/+0
2013-08-07cmd_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-29usb_hub: fix power cycling logicNikita Kiryanov1-2/+2
2013-07-29dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski1-1/+13
2013-07-26spl_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-16tpm: add AUTH1 cmds for LoadKey2 and GetPubKeyReinhard Pfau1-0/+100
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy1-1/+2
2013-07-15common: remove unaligned access error in bootmenu_getoption()Lan Yixun (dlan)1-2/+2
2013-07-15scsi: Correct types of scsi_read/write()Simon Glass1-4/+6
2013-07-12bootm: Handle errors consistentlySimon Glass1-13/+8