aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-21rsa: add sha256,rsa4096 algorithmHeiko Schocher6-16/+104
2014-03-21rsa: add sha256-rsa2048 algorithmHeiko Schocher14-93/+363
2014-03-21fit: add sha256 supportHeiko Schocher5-3/+20
2014-03-21fdt: add "fdt checksign" commandHeiko Schocher1-1/+41
2014-03-21tools/image-host: fix sign-images bugHeiko Schocher1-1/+1
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
2014-03-17sandbox: Deal with conflicting getenv() for SDLSimon Glass1-0/+5
2014-03-17sound: Move Samsung-specific code into its own fileSimon Glass5-221/+220
2014-03-17sandbox: Add LCD driverSimon Glass12-4/+150
2014-03-17sandbox: Add a simple sound driverSimon Glass3-0/+39
2014-03-17sandbox: Add SDL library for LCD, keyboard, audioSimon Glass4-0/+467
2014-03-17sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass2-1/+18
2014-03-17sandbox: Add os_jump_to_image() to run another executableSimon Glass2-0/+108
2014-03-17cros_ec: Implement I2C pass-throughSimon Glass2-2/+282
2014-03-17sandbox: Plumb in Chrome OS EC emulationSimon Glass1-0/+30
2014-03-17cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass6-0/+599
2014-03-17cros_ec: Correct comparison between signed and unsigned numbersSimon Glass1-16/+18
2014-03-17cros_ec: spi: Add support for EC protocol version 3Randall Spangler3-0/+49
2014-03-17cros_ec: Add base support for protocol v3Simon Glass1-1/+164
2014-03-17cros_ec: Clean up multiple EC protocol supportRandall Spangler4-47/+49
2014-03-17cros_ec: Sync up with latest Chrome OS EC versionSimon Glass4-62/+321
2014-03-17cros_ec: Move #ifdef to permit flash region accessSimon Glass1-1/+2
2014-03-17cros_ec: Support systems with no EC interruptSimon Glass1-4/+30
2014-03-17cros_ec: Drop old EC version support from EC driverVadim Bendebury2-89/+6
2014-03-17cros_ec: Add a function for decoding the Chrome OS EC flashmapSimon Glass2-0/+69
2014-03-17cros_ec: Move EC interface into common libraryVadim Bendebury5-27/+66
2014-03-17cros_ec: Add a function for reading a flash map entrySimon Glass2-0/+42
2014-03-17cros_ec: Add an enum for the number of flash regionsSimon Glass1-1/+3
2014-03-17sandbox: dts: Add display and keyboard to sandboxSimon Glass1-0/+96
2014-03-17sandbox: Use os functions to read host device treeSimon Glass2-44/+21
2014-03-17sandbox: Increase memory size to 32MBSimon Glass1-1/+1
2014-03-17Use a const pointer for map_to_sysmem()Simon Glass1-1/+1
2014-03-17mtd: spi: Fix page size for S25FL032P,S25FL064PMarek Vasut1-1/+15
2014-03-17spi: atmel_dataflash: Simplify AT91F_SpiEnable implementationAxel Lin1-19/+12
2014-03-17sf: ops: Squash the malloc+memset comboJagannadha Sutradharudu Teki1-2/+6
2014-03-17sf: Squash the malloc+memset comboMarek Vasut1-2/+1
2014-03-17sf: Add S25FL128S_256K IDsMarek Vasut1-0/+1
2014-03-17sf: Fix entries for S25FL256S_256K and S25FL512S_256KMarek Vasut1-2/+2
2014-03-14sh: ecovec: correct romImage address in commentBaruch Siach1-1/+1
2014-03-14sh: fix PFC registers definition for SH772{2, 3, 4}Baruch Siach3-6/+9
2014-03-12kbuild: delete *.pyc files by "make distclean"Masahiro Yamada1-1/+1
2014-03-12kbuild: delete SPLTREE and TPLTREEMasahiro Yamada1-4/+0
2014-03-12kbuild: rename OBJTREE to objtreeMasahiro Yamada14-21/+20
2014-03-12kbuild: rename SRCTREE to srctreeMasahiro Yamada17-94/+93
2014-03-12kbuild: rename TOPDIR to stctreeMasahiro Yamada19-42/+41
2014-03-12kbuild: use $(KBUILD_SRC) to check out-of-tree buildMasahiro Yamada2-7/+5
2014-03-12kirkwood: kwbimage: refactor CONFIG_SYS_KWD_CONFIGMasahiro Yamada6-18/+13