[coreboot] r3424 - trunk/coreboot-v2/src/cpu/amd/model_10xxx

svn at coreboot.org svn at coreboot.org
Thu Jul 17 21:44:09 CEST 2008


Author: mjones
Date: 2008-07-17 21:44:08 +0200 (Thu, 17 Jul 2008)
New Revision: 3424

Modified:
   trunk/coreboot-v2/src/cpu/amd/model_10xxx/defaults.h
Log:
Add Fam10 Gart table walk enable for MCA reporting to match AMD example code.

Signed-off-by: Marc Jones <marc.jones at amd.com>

Acked-by: Peter Stuge <peter at stuge.se>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>



Modified: trunk/coreboot-v2/src/cpu/amd/model_10xxx/defaults.h
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_10xxx/defaults.h	2008-07-16 21:09:31 UTC (rev 3423)
+++ trunk/coreboot-v2/src/cpu/amd/model_10xxx/defaults.h	2008-07-17 19:44:08 UTC (rev 3424)
@@ -46,6 +46,10 @@
 	  0xF << 19, 0x00000000,
 	  0xF << 19, 0x00000000 },	/* [RtryHt[0..3]]=1 */
 
+	{ MC4_CTL_MASK, AMD_DR_ALL, AMD_PTYPE_ALL,
+	  0x1 << 10, 0x00000000,
+	  0x1 << 10, 0x00000000 },	/* [GartTblWkEn]=1 */
+
 	{ DC_CFG, AMD_DR_ALL, AMD_PTYPE_SVR,
 	  0x00000000, 0x00000004,
 	  0x00000000, 0x0000000C },	/* [REQ_CTR] = 1 for Server */





More information about the coreboot mailing list