[coreboot-gerrit] Patch set updated for coreboot: 46fb377 nehalem: Remove SSKPD.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sat Feb 22 10:01:30 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5268

-gerrit

commit 46fb377e9527d07fd00a8fc1b2936f803810ce7a
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Wed Feb 19 22:10:03 2014 +0100

    nehalem: Remove SSKPD.
    
    Not really used and conflicts with SSKPD from i915_regs.h
    
    Change-Id: I1462457f656310df99e78aee8cbfe0206f6e2a1e
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/northbridge/intel/nehalem/nehalem.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/northbridge/intel/nehalem/nehalem.h b/src/northbridge/intel/nehalem/nehalem.h
index e79a343..60cafdf 100644
--- a/src/northbridge/intel/nehalem/nehalem.h
+++ b/src/northbridge/intel/nehalem/nehalem.h
@@ -504,7 +504,6 @@ void init_iommu(void);
 #define MCHBAR32(x) *((volatile u32 *)(DEFAULT_MCHBAR + x))
 #define MCHBAR32_OR(x, or) MCHBAR32(x) = (MCHBAR32(x) | (or))
 
-#define SSKPD		0x5d14	/* 16bit (scratchpad) */
 #define BIOS_RESET_CPL	0x5da8	/* 8bit */
 
 /*



More information about the coreboot-gerrit mailing list