summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung
Commit message (Expand)AuthorAgeFilesLines
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-022-128/+0
* coreboot: introduce boot_deviceAaron Durbin2015-05-266-194/+223
* Remove address from GPLv2 headersPatrick Georgi2015-05-2191-94/+91
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-192-2/+0
* 3rdparty: move to 3rdparty/blobsPatrick Georgi2015-05-052-2/+2
* 3rdparty: Move to blobsPatrick Georgi2015-05-052-2/+2
* kbuild: automatically include SOCsStefan Reinauer2015-04-293-2/+8
* arm(64): Manually clean up the mess left by write32() transitionJulius Werner2015-04-215-31/+100
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-2132-896/+825
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-213-9/+9
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-172-0/+2
* exynos: return correct value when init_default_cbfs_media failsDaisuke Nojiri2015-04-172-2/+2
* timer: Reestablish init_timer(), consolidate timer initialization callsJulius Werner2015-04-146-20/+6
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-142-50/+0
* rk3288/exynos5250/exynos5420: Consolidate timer filesJulius Werner2015-04-136-86/+37
* gpio: Extend common GPIO header, simplify function namesJulius Werner2015-04-102-0/+4
* timer: Add generic udelay() implementationAaron Durbin2015-04-086-114/+2
* exynos5420: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-0749-132/+122
* exynos5250: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-0748-110/+105
* 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