summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: create a build directory automatically for out-of-tree buildMasahiro Yamada2014-03-281-1/+2
* Start the deprecation process for generic boardSimon Glass2014-03-282-0/+195
* trats/trats2: enable exynos ace sha subsystem and hardware based lib randPrzemyslaw Marczak2014-03-282-0/+8
* drivers: crypto: ace_sha: add implementation of hardware based lib randPrzemyslaw Marczak2014-03-282-4/+77
* cpu: exynos4: add ace sha base addressPrzemyslaw Marczak2014-03-281-4/+4
* lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RANDPrzemyslaw Marczak2014-03-2810-6/+10
* common, env: Fix support for environment in i2c eepromMatthias Fuchs2014-03-281-2/+7
* axs101: flush DMA buffer descriptors before DMA transactons startsAlexey Brodkin2014-03-281-0/+8
* net/designware: align DMA buffer descriptors to D$ lineAlexey Brodkin2014-03-281-1/+1
* Logo: TIZEN: Change booting logo size to official size.Jonghwa Lee2014-03-282-5774/+3605
* spl: Fix guardian macros in spl.hMarek Vasut2014-03-286-6/+6
* kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada2014-03-2810-358/+280
* kbuild: Rename UIMAGE to MKIMAGEMarek Vasut2014-03-287-7/+7
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2014-03-2826-488/+597
|\
| * dfu: mmc: Replace calls to u-boot commands with native mmc APIŁukasz Majewski2014-03-241-7/+24
| * mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-2426-396/+440
| * mmc: Convert mmc struct's name array to a pointerPantelis Antoniou2014-03-2416-16/+16
| * mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou2014-03-2417-119/+184
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-03-286-33/+103
|\ \
| * | dfu: mmc: Replace calls to u-boot commands with native mmc APIŁukasz Majewski2014-03-231-7/+24
| * | am335x, dfu: add DFU_MANIFEST_POLL_TIMEOUT to the siemens boardsHeiko Schocher2014-03-231-0/+1
| * | usb: dfu: introduce dfuMANIFEST stateHeiko Schocher2014-03-234-10/+55
| * | usb, dfu: extract flush code into seperate functionHeiko Schocher2014-03-232-18/+25
| |/
* | patman: Use Patch-cc: instead of Cc:Simon Glass2014-03-222-11/+14
* | sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.hPatrice Bouchand2014-03-221-0/+2
* | Add lzmadec commandPatrice Bouchand2014-03-222-0/+55
|/
* sandbox: config: Enable cros_ec emulation and related itemsSimon Glass2014-03-172-5/+34
* sandbox: Add implementation of spi_setup_slave_fdt()Simon Glass2014-03-171-0/+13
* sandbox: Add options to clean up temporary filesSimon Glass2014-03-174-11/+24
* sandbox: Allow Ctrl-C to work in sandboxSimon Glass2014-03-175-8/+69
* sandbox: Deal with conflicting getenv() for SDLSimon Glass2014-03-171-0/+5
* sound: Move Samsung-specific code into its own fileSimon Glass2014-03-175-221/+220
* sandbox: Add LCD driverSimon Glass2014-03-1712-4/+150
* sandbox: Add a simple sound driverSimon Glass2014-03-173-0/+39
* sandbox: Add SDL library for LCD, keyboard, audioSimon Glass2014-03-174-0/+467
* sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass2014-03-172-1/+18
* sandbox: Add os_jump_to_image() to run another executableSimon Glass2014-03-172-0/+108
* cros_ec: Implement I2C pass-throughSimon Glass2014-03-172-2/+282
* sandbox: Plumb in Chrome OS EC emulationSimon Glass2014-03-171-0/+30
* cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass2014-03-176-0/+599
* cros_ec: Correct comparison between signed and unsigned numbersSimon Glass2014-03-171-16/+18
* cros_ec: spi: Add support for EC protocol version 3Randall Spangler2014-03-173-0/+49
* cros_ec: Add base support for protocol v3Simon Glass2014-03-171-1/+164
* cros_ec: Clean up multiple EC protocol supportRandall Spangler2014-03-174-47/+49
* cros_ec: Sync up with latest Chrome OS EC versionSimon Glass2014-03-174-62/+321
* cros_ec: Move #ifdef to permit flash region accessSimon Glass2014-03-171-1/+2
* cros_ec: Support systems with no EC interruptSimon Glass2014-03-171-4/+30
* cros_ec: Drop old EC version support from EC driverVadim Bendebury2014-03-172-89/+6
* cros_ec: Add a function for decoding the Chrome OS EC flashmapSimon Glass2014-03-172-0/+69
* cros_ec: Move EC interface into common libraryVadim Bendebury2014-03-175-27/+66
OpenPOWER on IntegriCloud