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
/
exynos5250
/
cpu.c
Age
Commit message (
Expand
)
Author
2019-12-19
src/soc/samsung: Remove unused <stdlib.h>
Elyes HAOUAS
2019-04-06
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2018-11-29
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-06-04
soc/samsung: Get rid of device_t
Elyes HAOUAS
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-21
arm(64): Globally replace writel(v, a) with write32(a, v)
Julius Werner
2015-04-07
exynos5250: Change all SoC headers to <soc/headername.h> system
Julius Werner
2014-11-01
{cpu,soc}: Use DEVICE_NOOP macro over dummy symbol
Edward O'Callaghan
2014-09-19
exynos5250: remove unused ret variable in cpu.c
Isaac Christensen
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