[coreboot-gerrit] Patch set updated for coreboot: af2fb0b [NOTFORMERGE] cpu/amd/model_10xxx: Enable early timestamp support

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Thu Mar 19 23:53:44 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8778

-gerrit

commit af2fb0bfe6e7ad907ee85215558127a2aa63ca90
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Thu Mar 19 17:05:50 2015 -0500

    [NOTFORMERGE] cpu/amd/model_10xxx: Enable early timestamp support
    
    Change-Id: Ife4212e98c11998ce94fe13f1f7f6f67fe9c90e5
    Signed-off-by: Timothy Pearson <tpearson at 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
 



More information about the coreboot-gerrit mailing list