[coreboot] [commit] r6355 - trunk/src/northbridge/amd/amdk8

repository service svn at coreboot.org
Mon Feb 14 20:21:29 CET 2011


Author: oxygene
Date: Mon Feb 14 20:21:28 2011
New Revision: 6355
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6355

Log:
Errata #169 works on HT, not MC

Signed-off-by: Josef Kellermann <seppk at arcor.de>
Acked-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>

Modified:
   trunk/src/northbridge/amd/amdk8/coherent_ht.c

Modified: trunk/src/northbridge/amd/amdk8/coherent_ht.c
==============================================================================
--- trunk/src/northbridge/amd/amdk8/coherent_ht.c	Mon Feb 14 20:19:58 2011	(r6354)
+++ trunk/src/northbridge/amd/amdk8/coherent_ht.c	Mon Feb 14 20:21:28 2011	(r6355)
@@ -1717,6 +1717,7 @@
 		{
 			/* Errata 169 */
 			/* We also need to set some bits in NB_CFG_MSR, which is handled in src/cpu/amd/model_fxx/ */
+			dev = NODE_HT(node);
 			cmd = pci_read_config32(dev, 0x68);
 			cmd &= ~(1 << 22);
 			cmd |= (1 << 21);




More information about the coreboot mailing list