[coreboot-gerrit] New patch to review for coreboot: nb/x4x: Fix sticky scratchpad register offset

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Thu Dec 1 18:43:29 CET 2016


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17685

-gerrit

commit 3d923f90eb54f027b8b4e5e15b3f531aaf1dbc62
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Thu Dec 1 18:41:50 2016 +0100

    nb/x4x: Fix sticky scratchpad register offset
    
    Change-Id: I9b952e32dc661f5c1fa96b037b415693d8777b04
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/northbridge/intel/x4x/x4x.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/northbridge/intel/x4x/x4x.h b/src/northbridge/intel/x4x/x4x.h
index e4eb8dd..7ca634f 100644
--- a/src/northbridge/intel/x4x/x4x.h
+++ b/src/northbridge/intel/x4x/x4x.h
@@ -97,9 +97,7 @@
 #define CLKCFG_MEMCLK_MASK	(7 << CLKCFG_MEMCLK_SHIFT)
 #define CLKCFG_UPDATE		(1 << 12)
 
-#define SSKPD_MCHBAR		0x0c1c
-#define SSKPD_CLK_SHIFT		0
-#define SSKPD_CLK_MASK		(7 << SSKPD_CLK_SHIFT)
+#define SSKPD_MCHBAR		0x0c20 /* 64 bit */
 
 /*
  * DMIBAR



More information about the coreboot-gerrit mailing list