diff options
author | David Hendricks <dhendrix@chromium.org> | 2013-05-02 13:23:08 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-05-03 06:28:54 +0200 |
commit | 5ec69ed884852426e17439263e3678c5dfbc71e7 (patch) | |
tree | 35ad1882b197bd5f484e32eabb3eebbf0e38d0eb /src/cpu/samsung/exynos5250/clk.h | |
parent | 008616247d4f03b47b2eb996029072a21789f3e0 (diff) | |
download | coreboot-5ec69ed884852426e17439263e3678c5dfbc71e7.tar.xz |
exynos5250: monotonic timer implementation (using MCT)
This implements the new monotonic timer API using the global
multi-core timer (MCT).
Change-Id: Id56249ff5d3e0f85808f5754954c83c0bc75f1c1
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/3175
Reviewed-by: Aaron Durbin <adurbin@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/samsung/exynos5250/clk.h')
-rw-r--r-- | src/cpu/samsung/exynos5250/clk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/samsung/exynos5250/clk.h b/src/cpu/samsung/exynos5250/clk.h index 4785894668..1894c006d2 100644 --- a/src/cpu/samsung/exynos5250/clk.h +++ b/src/cpu/samsung/exynos5250/clk.h @@ -585,4 +585,6 @@ int clock_get_mem_selection(enum ddr_mode *mem_type, unsigned *frequency_mhz, unsigned *arm_freq, enum mem_manuf *mem_manuf); +uint64_t mct_raw_value(void); + #endif |