Michał Żygowski has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62078 )
Change subject: cpu/amd/family_10h-family_15h: Select LAPIC timer ......................................................................
cpu/amd/family_10h-family_15h: Select LAPIC timer
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: I079a9e70fc159a8301e0ee6445e13fe066d89513 --- M src/cpu/amd/family_10h-family_15h/Kconfig M src/cpu/amd/socket_G34/Makefile.inc 2 files changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/62078/1
diff --git a/src/cpu/amd/family_10h-family_15h/Kconfig b/src/cpu/amd/family_10h-family_15h/Kconfig index 2b6b6d9..ee1b6ee 100644 --- a/src/cpu/amd/family_10h-family_15h/Kconfig +++ b/src/cpu/amd/family_10h-family_15h/Kconfig @@ -8,6 +8,7 @@ select SSE2 select TSC_SYNC_LFENCE select UDELAY_LAPIC + select LAPIC_MONOTONIC_TIMER select SUPPORT_CPU_UCODE_IN_CBFS select CPU_MICROCODE_MULTIPLE_FILES select CAR_GLOBAL_MIGRATION diff --git a/src/cpu/amd/socket_G34/Makefile.inc b/src/cpu/amd/socket_G34/Makefile.inc index 0bb0844..3aec5a6 100644 --- a/src/cpu/amd/socket_G34/Makefile.inc +++ b/src/cpu/amd/socket_G34/Makefile.inc @@ -3,7 +3,6 @@ subdirs-y += ../quadcore subdirs-y += ../mtrr subdirs-y += ../microcode -subdirs-y += ../../x86/tsc subdirs-y += ../../x86/lapic subdirs-y += ../../x86/cache subdirs-y += ../../x86/pae