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 <se...@arcor.de>
Acked-by: Alexandru Gagniuc <mr.nuke...@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);

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to