summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung
Commit message (Expand)AuthorAgeFilesLines
* kconfig: drop intermittend forwarder filesStefan Reinauer2015-04-071-2/+0
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-0610-183/+127
* Add predefined __ROMSTAGE__ and __RAMSTAGE__ macrosJulius Werner2015-04-064-16/+2
* build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi2015-04-042-4/+4
* exynos: convert to stopwatch APIAaron Durbin2015-03-215-44/+25
* coreboot classes: Add dynamic classes to corebootFurquan Shaikh2015-03-171-0/+3
* CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki2015-01-272-2/+0
* vboot2: add verstageStefan Reinauer2015-01-272-0/+2
* doxygen fixes: change @var to @param varMartin Roth2015-01-061-1/+1
* doxygen fixes: fix parameter names to match the functionsMartin Roth2015-01-062-4/+4
* i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner2014-12-302-2/+2
* ipq/arm: Redesign hooks for bootblockVadim Bendebury2014-12-302-2/+2
* samsung/exynos*/Makefile.inc: Simplify unnecessary ifeqEdward O'Callaghan2014-12-272-6/+2
* soc/samsung/exynos5250/clk.h: Trivial, fix spelling in commentsEdward O'Callaghan2014-12-261-4/+4
* soc/samsung/exynos5250/clock.c: Trivial whitespace fixesEdward O'Callaghan2014-12-261-5/+3
* soc/samsung/exynos: Sync 'power.c' between chip variantsEdward O'Callaghan2014-12-262-3/+5
* soc/samsung/exynos: Make 'ps_hold_setup()' staticEdward O'Callaghan2014-12-254-5/+3
* i2c: Replace the i2c API.Gabe Black2014-12-164-821/+602
* spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions.Gabe Black2014-12-091-13/+3
* spi: Remove the spi_set_speed and spi_cs_is_valid functions.Gabe Black2014-12-091-5/+0
* spi: Factor EC protocol details out of the SPI drivers.Gabe Black2014-12-092-203/+129
* samsung/exynos5420: Spelling FixesMartin Roth2014-12-0817-39/+39
* Replace hlt with halt()Patrick Georgi2014-12-022-4/+4
* arm: Redesign, clarify and clean up cache related codeJulius Werner2014-11-101-1/+0
* {cpu,soc}: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-012-12/+4
* uarts: 32/64 cleanupRonald G. Minnich2014-10-162-2/+2
* Add check_member macro to allow clean and easy struct offset checkingJulius Werner2014-09-2225-18/+39
* exynos5250: remove unused ret variable in cpu.cIsaac Christensen2014-09-191-2/+1
* exynos5250: Fix PMU register address mapJulius Werner2014-09-151-2/+2
* Exynos5420: Fix up the i2c driver for use with the TPM driverGabe Black2014-09-101-13/+15
* exynos: Install the BL1 and set the checksum in the Makefile.Gabe Black2014-09-094-28/+23
* exynos: Fix the name of the chip_operations structures.Gabe Black2014-08-292-4/+4
* arm: libpayload: Make cache invalidation take pointers instead of integersJulius Werner2014-08-292-2/+2
* armv7: Move Exynos from 'cpu' to 'soc'.Hung-Te Lin2014-08-2699-0/+22817