baytrail: enable monotonic timer
Enabling the monotonic timer allows for collecting boot stage times as well as each device initialization time. BUG=chrome-os-partner:23166 BRANCH=None TEST=Built and booted. Noted timings in console output. Change-Id: I5fdc703ea21710fd26de352f367c6fc0c767ab6a Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/174422 Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
parent
6e3e98e8b9
commit
2224200fa4
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ config CPU_SPECIFIC_OPTIONS
|
|||
select COLLECT_TIMESTAMPS
|
||||
select CPU_MICROCODE_IN_CBFS
|
||||
select DYNAMIC_CBMEM
|
||||
select HAVE_MONOTONIC_TIMER
|
||||
select HAVE_SMI_HANDLER
|
||||
select HAVE_HARD_RESET
|
||||
select MMCONF_SUPPORT
|
||||
|
|
@ -27,6 +28,7 @@ config CPU_SPECIFIC_OPTIONS
|
|||
select SPI_FLASH
|
||||
select SSE2
|
||||
select TSC_CONSTANT_RATE
|
||||
select TSC_MONOTONIC_TIMER
|
||||
select TSC_SYNC_MFENCE
|
||||
select UDELAY_TSC
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue