[coreboot] r3087 - trunk/coreboot-v2/src/mainboard/gigabyte/m57sli

svn at coreboot.org svn at coreboot.org
Sat Feb 2 00:07:05 CET 2008


Author: ward
Date: 2008-02-02 00:07:04 +0100 (Sat, 02 Feb 2008)
New Revision: 3087

Modified:
   trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Config.lb
Log:

This patch reverses an erroneous change that sneaked in during r2972, and broke
flashrom on the plcc-based rev 1 and 1.1 of the Gigabyte m57sli-s4 board.

Signed-off-by: Ward Vandewege <ward at gnu.org>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>



Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Config.lb	2008-01-28 22:55:47 UTC (rev 3086)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Config.lb	2008-02-01 23:07:04 UTC (rev 3087)
@@ -309,8 +309,8 @@
 								#irq 0xc3 = 0x0
 					# SIO pin set 1 input mode
 								#irq 0xc8 = 0x0
-					# SIO pin set 2 mixed input/output mode
-								irq 0xc9 = 0x40
+					# SIO pin set 2 input mode
+								irq 0xc9 = 0x0
 					# SIO pin set 4 input mode
 								#irq 0xcb = 0x0
 					# Generate SMI# on EC IRQ





More information about the coreboot mailing list