summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* aes: Add 'aes' command to access AES-128-CBCMarek Vasut2014-03-21-0/+91
* aes: Implement AES-128-CBC decryption functionMarek Vasut2014-03-21-0/+38
* aes: Move the AES-128-CBC encryption function to common codeMarek Vasut2014-03-21-70/+64
* aes: Fix kerneldoc for aes.hMarek Vasut2014-03-21-10/+12
* tools, fit_check_sign: verify a signed fit imageHeiko Schocher2014-03-21-25/+204
* tools, fit: add fit_info host commandHeiko Schocher2014-03-21-58/+217
* gen: Add progressive hash APIHung-ying Tyan2014-03-21-11/+153
* rsa: add sha256,rsa4096 algorithmHeiko Schocher2014-03-21-16/+104
* rsa: add sha256-rsa2048 algorithmHeiko Schocher2014-03-21-93/+363
* fit: add sha256 supportHeiko Schocher2014-03-21-3/+20
* fdt: add "fdt checksign" commandHeiko Schocher2014-03-21-1/+41
* tools/image-host: fix sign-images bugHeiko Schocher2014-03-21-1/+1
* sandbox: config: Enable cros_ec emulation and related itemsSimon Glass2014-03-17-5/+34
* sandbox: Add implementation of spi_setup_slave_fdt()Simon Glass2014-03-17-0/+13
* sandbox: Add options to clean up temporary filesSimon Glass2014-03-17-11/+24
* sandbox: Allow Ctrl-C to work in sandboxSimon Glass2014-03-17-8/+69
* sandbox: Deal with conflicting getenv() for SDLSimon Glass2014-03-17-0/+5
* sound: Move Samsung-specific code into its own fileSimon Glass2014-03-17-221/+220
* sandbox: Add LCD driverSimon Glass2014-03-17-4/+150
* sandbox: Add a simple sound driverSimon Glass2014-03-17-0/+39
* sandbox: Add SDL library for LCD, keyboard, audioSimon Glass2014-03-17-0/+467
* sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass2014-03-17-1/+18
* sandbox: Add os_jump_to_image() to run another executableSimon Glass2014-03-17-0/+108
* cros_ec: Implement I2C pass-throughSimon Glass2014-03-17-2/+282
* sandbox: Plumb in Chrome OS EC emulationSimon Glass2014-03-17-0/+30
* cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass2014-03-17-0/+599
* cros_ec: Correct comparison between signed and unsigned numbersSimon Glass2014-03-17-16/+18
* cros_ec: spi: Add support for EC protocol version 3Randall Spangler2014-03-17-0/+49
* cros_ec: Add base support for protocol v3Simon Glass2014-03-17-1/+164
* cros_ec: Clean up multiple EC protocol supportRandall Spangler2014-03-17-47/+49
* cros_ec: Sync up with latest Chrome OS EC versionSimon Glass2014-03-17-62/+321
* cros_ec: Move #ifdef to permit flash region accessSimon Glass2014-03-17-1/+2
* cros_ec: Support systems with no EC interruptSimon Glass2014-03-17-4/+30
* cros_ec: Drop old EC version support from EC driverVadim Bendebury2014-03-17-89/+6
* cros_ec: Add a function for decoding the Chrome OS EC flashmapSimon Glass2014-03-17-0/+69
* cros_ec: Move EC interface into common libraryVadim Bendebury2014-03-17-27/+66
* cros_ec: Add a function for reading a flash map entrySimon Glass2014-03-17-0/+42
* cros_ec: Add an enum for the number of flash regionsSimon Glass2014-03-17-1/+3
* sandbox: dts: Add display and keyboard to sandboxSimon Glass2014-03-17-0/+96
* sandbox: Use os functions to read host device treeSimon Glass2014-03-17-44/+21
* sandbox: Increase memory size to 32MBSimon Glass2014-03-17-1/+1
* Use a const pointer for map_to_sysmem()Simon Glass2014-03-17-1/+1
* mtd: spi: Fix page size for S25FL032P,S25FL064PMarek Vasut2014-03-17-1/+15
* spi: atmel_dataflash: Simplify AT91F_SpiEnable implementationAxel Lin2014-03-17-19/+12
* sf: ops: Squash the malloc+memset comboJagannadha Sutradharudu Teki2014-03-17-2/+6
* sf: Squash the malloc+memset comboMarek Vasut2014-03-17-2/+1
* sf: Add S25FL128S_256K IDsMarek Vasut2014-03-17-0/+1
* sf: Fix entries for S25FL256S_256K and S25FL512S_256KMarek Vasut2014-03-17-2/+2
* sh: ecovec: correct romImage address in commentBaruch Siach2014-03-14-1/+1
* sh: fix PFC registers definition for SH772{2, 3, 4}Baruch Siach2014-03-14-6/+9