cpu/amd/geode_lx/Kconfig: Select TSC_MONOTONIC_TIMER
The following is an excerpt from serial log of the Bachmann OT200. $ grep usec coreboot_log clocks_per_usec: 500 Root Device init 48034 usecs CPU_CLUSTER: 0 init 133251 usecs PCI: 00:01.0 init 33376 usecs PCI: 00:01.1 init 9930 usecs PCI: 00:01.2 init 9929 usecs PCI: 00:04.0 init 9929 usecs PCI: 00:0f.0 init 185788 usecs PCI: 00:0f.2 init 21473 usecs PCI: 00:0f.3 init 9930 usecs PCI: 00:0f.4 init 9930 usecs PCI: 00:0f.5 init 9930 usecs PCI: 00:0f.6 init 9930 usecs PCI: 00:0f.7 init 9929 usecs Change-Id: I4d0805c4cf8fcb25ec107615787fc6da0c945a30 Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-on: http://review.coreboot.org/3308 Tested-by: build bot (Jenkins)
This commit is contained in:
parent
e4e8e090fa
commit
c4fd2973ab
|
@ -6,6 +6,7 @@ if CPU_AMD_GEODE_LX
|
|||
config CPU_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
select CACHE_AS_RAM
|
||||
select TSC_MONOTONIC_TIMER
|
||||
|
||||
config DCACHE_RAM_BASE
|
||||
hex
|
||||
|
|
Loading…
Reference in New Issue