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
/
power.c
Age
Commit message (
Expand
)
Author
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-06
soc/samsung: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2019-12-04
Change all clrsetbits_leXX() to clrsetbitsXX()
Julius Werner
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2018-11-16
src: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-10-22
soc/samsung/exynos5250: Convert to `board_reset()`
Nico Huber
2017-06-13
Consolidate reset API, add generic reset_prepare mechanism
Julius Werner
2015-12-16
soc/samsung/exynos5250: Implement hard_reset()
Stefan Reinauer
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-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-02
Replace hlt with halt()
Patrick Georgi
2014-08-26
armv7: Move Exynos from 'cpu' to 'soc'.
Hung-Te Lin