From 34d86f0c6178cf057a58891c1c90e48a189795af Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Fri, 6 Jul 2012 08:58:11 +0200 Subject: i5000: reset system if raminit fails Don't stop if RAM init fails at first try. It's better to restart and try again instead of failing on the first try if the second try would have worked. Change-Id: Ib5660265d5b10a01588f2e4022dac2ee34f2c6d0 Signed-off-by: Sven Schnelle Reviewed-on: http://review.coreboot.org/1191 Reviewed-by: Peter Stuge Tested-by: build bot (Jenkins) --- src/northbridge/intel/i5000/raminit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/intel/i5000/raminit.c') diff --git a/src/northbridge/intel/i5000/raminit.c b/src/northbridge/intel/i5000/raminit.c index 139a33ca61..841e8093cd 100644 --- a/src/northbridge/intel/i5000/raminit.c +++ b/src/northbridge/intel/i5000/raminit.c @@ -1521,7 +1521,7 @@ static void i5000_try_restart(const char *msg) { printk(BIOS_INFO, msg); i5000_dump_error_registers(); -// outb(0x06, 0xcf9); + outb(0x06, 0xcf9); for(;;) asm volatile("hlt"); } -- cgit v1.2.3