[coreboot-gerrit] New patch to review for coreboot: b109022 intel/nehalem: Fix soft reset detection.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Wed Feb 19 22:22:11 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/5267

-gerrit

commit b10902251c9c945374eb0dc66ff07cf9c64e646f
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Wed Feb 19 22:09:33 2014 +0100

    intel/nehalem: Fix soft reset detection.
    
    Change-Id: I4575cddc35dc8309372beafec441d194bc145242
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/northbridge/intel/nehalem/raminit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/intel/nehalem/raminit.c b/src/northbridge/intel/nehalem/raminit.c
index dfd3574..5994e51 100644
--- a/src/northbridge/intel/nehalem/raminit.c
+++ b/src/northbridge/intel/nehalem/raminit.c
@@ -4970,7 +4970,7 @@ void raminit(const int s3resume, const u8 *spd_addrmap)
 	pcie_write_config8(SOUTHBRIDGE, GEN_PMCON_2,
 		      pcie_read_config8(SOUTHBRIDGE, GEN_PMCON_2) & ~0x80);
 	udelay(10000);
-	write_mchbar16(0x2ca8, 0x0);
+	write_mchbar16(0x2ca8, 0x8);
 
 #if REAL
 	udelay(1000);



More information about the coreboot-gerrit mailing list