diff options
author | Aaron Durbin <adurbin@chromium.org> | 2013-05-01 13:29:45 -0500 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2013-11-24 16:07:53 +0100 |
commit | 8e0cd496a15b1e20571806468e7d2a9a5b1c9890 (patch) | |
tree | 5cb7e41596fcca2eef1373a4ff0c27c80f6e14c1 /src/mainboard/google/slippy/Kconfig | |
parent | 3e996a55cd7b6a3ff9a1b5f16fd3c2247ff6bda8 (diff) | |
download | coreboot-8e0cd496a15b1e20571806468e7d2a9a5b1c9890.tar.xz |
haswell: enable monotonic timer
For all the current haswell boards enable the monotonic timer.
The ULT boards use the 24MHz MSR while the non-ULT boards use the
local apic.
Change-Id: I8b19f526a5a49e8467f296c566a2c4263bc5a863
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/49763
Reviewed-by: Stefan Reinauer <reinauer@chromium.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: http://review.coreboot.org/4148
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/google/slippy/Kconfig')
-rw-r--r-- | src/mainboard/google/slippy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig index b7f0b76f14..a53ac000b1 100644 --- a/src/mainboard/google/slippy/Kconfig +++ b/src/mainboard/google/slippy/Kconfig @@ -19,6 +19,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select EXTERNAL_MRC_BLOB select CACHE_ROM select MARK_GRAPHICS_MEM_WRCOMB + select MONOTONIC_TIMER_MSR config VBOOT_RAMSTAGE_INDEX hex |