index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
/
samsung
Age
Commit message (
Expand
)
Author
2015-04-07
exynos5420: Change all SoC headers to <soc/headername.h> system
Julius Werner
2015-04-07
exynos5250: Change all SoC headers to <soc/headername.h> system
Julius Werner
2015-04-07
kconfig: drop intermittend forwarder files
Stefan Reinauer
2015-04-06
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-04-06
Add predefined __ROMSTAGE__ and __RAMSTAGE__ macros
Julius Werner
2015-04-04
build system: rename __BOOT_BLOCK__ and __VER_STAGE__
Patrick Georgi
2015-03-21
exynos: convert to stopwatch API
Aaron Durbin
2015-03-17
coreboot classes: Add dynamic classes to coreboot
Furquan Shaikh
2015-01-27
CBMEM: Always use DYNAMIC_CBMEM
Kyösti Mälkki
2015-01-27
vboot2: add verstage
Stefan Reinauer
2015-01-06
doxygen fixes: change @var to @param var
Martin Roth
2015-01-06
doxygen fixes: fix parameter names to match the functions
Martin Roth
2014-12-30
i2c: Add software_i2c driver for I2C debugging and emulation
Julius Werner
2014-12-30
ipq/arm: Redesign hooks for bootblock
Vadim Bendebury
2014-12-27
samsung/exynos*/Makefile.inc: Simplify unnecessary ifeq
Edward O'Callaghan
2014-12-26
soc/samsung/exynos5250/clk.h: Trivial, fix spelling in comments
Edward O'Callaghan
2014-12-26
soc/samsung/exynos5250/clock.c: Trivial whitespace fixes
Edward O'Callaghan
2014-12-26
soc/samsung/exynos: Sync 'power.c' between chip variants
Edward O'Callaghan
2014-12-25
soc/samsung/exynos: Make 'ps_hold_setup()' static
Edward O'Callaghan
2014-12-16
i2c: Replace the i2c API.
Gabe Black
2014-12-09
spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions.
Gabe Black
2014-12-09
spi: Remove the spi_set_speed and spi_cs_is_valid functions.
Gabe Black
2014-12-09
spi: Factor EC protocol details out of the SPI drivers.
Gabe Black
2014-12-08
samsung/exynos5420: Spelling Fixes
Martin Roth
2014-12-02
Replace hlt with halt()
Patrick Georgi
2014-11-10
arm: Redesign, clarify and clean up cache related code
Julius Werner
2014-11-01
{cpu,soc}: Use DEVICE_NOOP macro over dummy symbol
Edward O'Callaghan
2014-10-16
uarts: 32/64 cleanup
Ronald G. Minnich
2014-09-22
Add check_member macro to allow clean and easy struct offset checking
Julius Werner
2014-09-19
exynos5250: remove unused ret variable in cpu.c
Isaac Christensen
2014-09-15
exynos5250: Fix PMU register address map
Julius Werner
2014-09-10
Exynos5420: Fix up the i2c driver for use with the TPM driver
Gabe Black
2014-09-09
exynos: Install the BL1 and set the checksum in the Makefile.
Gabe Black
2014-08-29
exynos: Fix the name of the chip_operations structures.
Gabe Black
2014-08-29
arm: libpayload: Make cache invalidation take pointers instead of integers
Julius Werner
2014-08-26
armv7: Move Exynos from 'cpu' to 'soc'.
Hung-Te Lin