[coreboot] [commit] r5736 - trunk/src/cpu/amd/model_10xxx

repository service svn at coreboot.org
Sun Aug 22 22:00:43 CEST 2010


Author: stepan
Date: Sun Aug 22 22:00:42 2010
New Revision: 5736
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5736

Log:
I've checked Revision Guide for AMD Family10h processors (#41322) rev
3.74 June 2010 for errata 351 and it agrees with the comment on
setting ForceFullT0= 000b but I believe the code didn't honor the
comment.

Signed-off-by: Xavi Drudis Ferran <xdrudis at tinet.cat>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/cpu/amd/model_10xxx/defaults.h

Modified: trunk/src/cpu/amd/model_10xxx/defaults.h
==============================================================================
--- trunk/src/cpu/amd/model_10xxx/defaults.h	Sun Aug 22 21:59:27 2010	(r5735)
+++ trunk/src/cpu/amd/model_10xxx/defaults.h	Sun Aug 22 22:00:42 2010	(r5736)
@@ -161,7 +161,7 @@
 
 	/* Link Global Extended Control Register */
 	{ 0, 0x16C,  AMD_DRBA23_RBC2, AMD_PTYPE_ALL,
-	  0x00000014, 0x0000003F },	/* [15:13] ForceFullT0 = 0b,
+	  0x00000014, 0x0000E03F },	/* [15:13] ForceFullT0 = 0b,
 								 * Set T0Time 14h per BKDG */
 
 




More information about the coreboot mailing list