aboutsummaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5420
AgeCommit message (Expand)Author
2015-01-27vboot2: add verstageStefan Reinauer
2015-01-06doxygen fixes: fix parameter names to match the functionsMartin Roth
2014-12-30i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner
2014-12-30ipq/arm: Redesign hooks for bootblockVadim Bendebury
2014-12-27samsung/exynos*/Makefile.inc: Simplify unnecessary ifeqEdward O'Callaghan
2014-12-25soc/samsung/exynos: Make 'ps_hold_setup()' staticEdward O'Callaghan
2014-12-16i2c: Replace the i2c API.Gabe Black
2014-12-09spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions.Gabe Black
2014-12-09spi: Remove the spi_set_speed and spi_cs_is_valid functions.Gabe Black
2014-12-09spi: Factor EC protocol details out of the SPI drivers.Gabe Black
2014-12-08samsung/exynos5420: Spelling FixesMartin Roth
2014-12-02Replace hlt with halt()Patrick Georgi
2014-11-10arm: Redesign, clarify and clean up cache related codeJulius Werner
2014-11-01{cpu,soc}: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan
2014-10-16uarts: 32/64 cleanupRonald G. Minnich
2014-09-22Add check_member macro to allow clean and easy struct offset checkingJulius Werner
2014-09-10Exynos5420: Fix up the i2c driver for use with the TPM driverGabe Black
2014-09-09exynos: Install the BL1 and set the checksum in the Makefile.Gabe Black
2014-08-29exynos: Fix the name of the chip_operations structures.Gabe Black
2014-08-29arm: libpayload: Make cache invalidation take pointers instead of integersJulius Werner
2014-08-26armv7: Move Exynos from 'cpu' to 'soc'.Hung-Te Lin