[coreboot-gerrit] Patch set updated for coreboot: 19df02a intel/nehalem: Use non-powercycle reset.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Thu Feb 20 00:50:46 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/5266

-gerrit

commit 19df02a4ab6945f9affbf1cee2e54208e52b9188
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Wed Feb 19 22:08:51 2014 +0100

    intel/nehalem: Use non-powercycle reset.
    
    Change-Id: Ibc2421a50e272a580461e4eacec6cfcd38654fe8
    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 c50f7f6..dfd3574 100644
--- a/src/northbridge/intel/nehalem/raminit.c
+++ b/src/northbridge/intel/nehalem/raminit.c
@@ -3804,7 +3804,7 @@ void chipset_init(const int s3resume)
 	if ((x2ca8 & 1) || (x2ca8 == 8 && !s3resume)) {
 		printk(BIOS_DEBUG, "soft reset detected, rebooting properly\n");
 		write_mchbar8(0x2ca8, 0);
-		outb(0xe, 0xcf9);
+		outb(0x6, 0xcf9);
 #if REAL
 		while (1) {
 			asm volatile ("hlt");



More information about the coreboot-gerrit mailing list