Timothy Pearson (tpearson@raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8778
-gerrit
commit e06740fd1ea1fb39b655e49b8b7dc0152373088d Author: Timothy Pearson tpearson@raptorengineeringinc.com Date: Thu Mar 19 17:05:50 2015 -0500
cpu/amd/model_10xxx: Enable early timestamp support
Change-Id: Ife4212e98c11998ce94fe13f1f7f6f67fe9c90e5 Signed-off-by: Timothy Pearson tpearson@raptorengineeringinc.com --- src/cpu/amd/model_10xxx/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/cpu/amd/model_10xxx/Kconfig b/src/cpu/amd/model_10xxx/Kconfig index cd69cae..9169aa1 100644 --- a/src/cpu/amd/model_10xxx/Kconfig +++ b/src/cpu/amd/model_10xxx/Kconfig @@ -9,6 +9,7 @@ config CPU_AMD_MODEL_10XXX select MMCONF_SUPPORT_DEFAULT select TSC_SYNC_LFENCE select UDELAY_LAPIC + select COLLECT_TIMESTAMPS select HAVE_MONOTONIC_TIMER select SUPPORT_CPU_UCODE_IN_CBFS