summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-25Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-03-24dfu: mmc: Replace calls to u-boot commands with native mmc APIŁukasz Majewski
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou
2014-03-23dfu: mmc: Replace calls to u-boot commands with native mmc APIŁukasz Majewski
2014-03-23am335x, dfu: add DFU_MANIFEST_POLL_TIMEOUT to the siemens boardsHeiko Schocher
2014-03-23usb: dfu: introduce dfuMANIFEST stateHeiko Schocher
2014-03-23usb, dfu: extract flush code into seperate functionHeiko Schocher
2014-03-22patman: Use Patch-cc: instead of Cc:Simon Glass
2014-03-22sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.hPatrice Bouchand
2014-03-22Add lzmadec commandPatrice Bouchand
2014-03-21sparc: consolidate CONFIG_{LEON, LEON2, LEON3} definitionMasahiro Yamada
2014-03-21env: Implement support for AES encryption into fw_* toolsMarek Vasut
2014-03-21env: Implement support for encrypting environmentMarek Vasut
2014-03-21env: Add env_export() wrapperMarek Vasut
2014-03-21aes: Add 'aes' command to access AES-128-CBCMarek Vasut
2014-03-21aes: Implement AES-128-CBC decryption functionMarek Vasut
2014-03-21aes: Move the AES-128-CBC encryption function to common codeMarek Vasut
2014-03-21aes: Fix kerneldoc for aes.hMarek Vasut
2014-03-21tools, fit_check_sign: verify a signed fit imageHeiko Schocher
2014-03-21tools, fit: add fit_info host commandHeiko Schocher
2014-03-21gen: Add progressive hash APIHung-ying Tyan
2014-03-21rsa: add sha256,rsa4096 algorithmHeiko Schocher
2014-03-21rsa: add sha256-rsa2048 algorithmHeiko Schocher
2014-03-21fit: add sha256 supportHeiko Schocher
2014-03-21fdt: add "fdt checksign" commandHeiko Schocher
2014-03-21tools/image-host: fix sign-images bugHeiko Schocher
2014-03-18sandbox: config: Enable cros_ec emulation and related itemsSimon Glass
2014-03-18sandbox: Add implementation of spi_setup_slave_fdt()Simon Glass
2014-03-18sandbox: Add options to clean up temporary filesSimon Glass
2014-03-18sandbox: Allow Ctrl-C to work in sandboxSimon Glass
2014-03-18sandbox: Deal with conflicting getenv() for SDLSimon Glass
2014-03-18sound: Move Samsung-specific code into its own fileSimon Glass
2014-03-18sandbox: Add LCD driverSimon Glass
2014-03-18sandbox: Add a simple sound driverSimon Glass
2014-03-18sandbox: Add SDL library for LCD, keyboard, audioSimon Glass
2014-03-18sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass
2014-03-18sandbox: Add os_jump_to_image() to run another executableSimon Glass
2014-03-18cros_ec: Implement I2C pass-throughSimon Glass
2014-03-18sandbox: Plumb in Chrome OS EC emulationSimon Glass
2014-03-18cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass
2014-03-18cros_ec: Correct comparison between signed and unsigned numbersSimon Glass
2014-03-18cros_ec: spi: Add support for EC protocol version 3Randall Spangler
2014-03-18cros_ec: Add base support for protocol v3Simon Glass
2014-03-18cros_ec: Clean up multiple EC protocol supportRandall Spangler
2014-03-18cros_ec: Sync up with latest Chrome OS EC versionSimon Glass
2014-03-18cros_ec: Move #ifdef to permit flash region accessSimon Glass
2014-03-18cros_ec: Support systems with no EC interruptSimon Glass
2014-03-18cros_ec: Drop old EC version support from EC driverVadim Bendebury