aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak5-36/+91
2014-04-02part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak4-87/+68
2014-04-02ahci: Fix data abort on multiple scsi resets.Roger Quadros1-7/+16
2014-04-02mmc:eSDHC: Workaround for data timeout issue on Txxx SoCHaijun.Zhang2-0/+8
2014-04-02mmc: fsl_esdhc: add controller reset in case of data related errors tooAndrew Gabbasov1-27/+36
2014-04-02mmc: fsl_esdhc: fix calculation of timeout for data transactionsAndrew Gabbasov1-6/+6
2014-04-02mmc: Add 'mmc rst-function' sub-commandTom Rini4-0/+53
2014-04-02mmc: sh_mmcif: Fix warning by unused variableNobuhiro Iwamatsu1-2/+1
2014-04-02mmc: sh_mmcif: Fix compile errorNobuhiro Iwamatsu1-1/+1
2014-03-31Prepare v2014.04-rc3v2014.04-rc3Tom Rini1-1/+1
2014-03-31Kbuild: allow building tools without board configurationMasahiro Yamada1-1/+4
2014-03-31tegra: fix Makefile to pass per-file CFLAGSMasahiro Yamada1-1/+1
2014-03-31Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-2/+2
2014-03-31drivers: i2c: delete an unused source fileMasahiro Yamada1-387/+0
2014-03-31board: ecovec: fix USB0 clock enableBaruch Siach1-1/+1
2014-03-31board: ecovec: fix debug LEDs pin directionBaruch Siach1-1/+1
2014-03-28blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.cTom Rini2-2/+2
2014-03-28am335x_evm: Drop CONFIG_SPL_ETH_SUPPORT from default buildTom Rini1-3/+0
2014-03-28am335x_evm: Clarify when we build board_eth_initTom Rini1-2/+16
2014-03-28kbuild: fix bugs in cleaning targetsMasahiro Yamada3-3/+4
2014-03-28kbuild: create a build directory automatically for out-of-tree buildMasahiro Yamada1-1/+2
2014-03-28Start the deprecation process for generic boardSimon Glass2-0/+195
2014-03-28trats/trats2: enable exynos ace sha subsystem and hardware based lib randPrzemyslaw Marczak2-0/+8
2014-03-28drivers: crypto: ace_sha: add implementation of hardware based lib randPrzemyslaw Marczak2-4/+77
2014-03-28cpu: exynos4: add ace sha base addressPrzemyslaw Marczak1-4/+4
2014-03-28lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RANDPrzemyslaw Marczak10-6/+10
2014-03-28common, env: Fix support for environment in i2c eepromMatthias Fuchs1-2/+7
2014-03-28axs101: flush DMA buffer descriptors before DMA transactons startsAlexey Brodkin1-0/+8
2014-03-28net/designware: align DMA buffer descriptors to D$ lineAlexey Brodkin1-1/+1
2014-03-28Logo: TIZEN: Change booting logo size to official size.Jonghwa Lee2-5774/+3605
2014-03-28spl: Fix guardian macros in spl.hMarek Vasut6-6/+6
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada10-358/+280
2014-03-28kbuild: Rename UIMAGE to MKIMAGEMarek Vasut7-7/+7
2014-03-28Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini26-488/+597
2014-03-28Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini6-33/+103
2014-03-24dfu: mmc: Replace calls to u-boot commands with native mmc APIŁukasz Majewski1-7/+24
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou26-396/+440
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou16-16/+16
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou17-119/+184
2014-03-23dfu: mmc: Replace calls to u-boot commands with native mmc APIŁukasz Majewski1-7/+24
2014-03-23am335x, dfu: add DFU_MANIFEST_POLL_TIMEOUT to the siemens boardsHeiko Schocher1-0/+1
2014-03-23usb: dfu: introduce dfuMANIFEST stateHeiko Schocher4-10/+55
2014-03-23usb, dfu: extract flush code into seperate functionHeiko Schocher2-18/+25
2014-03-22patman: Use Patch-cc: instead of Cc:Simon Glass2-11/+14
2014-03-22sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.hPatrice Bouchand1-0/+2
2014-03-22Add lzmadec commandPatrice Bouchand2-0/+55
2014-03-17sandbox: config: Enable cros_ec emulation and related itemsSimon Glass2-5/+34
2014-03-17sandbox: Add implementation of spi_setup_slave_fdt()Simon Glass1-0/+13
2014-03-17sandbox: Add options to clean up temporary filesSimon Glass4-11/+24
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass5-8/+69