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

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Thu Feb 20 14:38:55 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 6f53b41501b9c3ee12d15febd664dd58726edba1
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 c967e39..46a15a9 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