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 <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>

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 */
 
 

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to