Author: mjones
Date: 2008-11-07 01:51:38 +0100 (Fri, 07 Nov 2008)
New Revision: 986

Modified:
   coreboot-v3/mainboard/pcengines/alix2c3/dts
Log:
LPC serial IRQs were being left enabled when there is no LPC serial device.

Signed-off-by: Marc Jones <[EMAIL PROTECTED]>
Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]>


Modified: coreboot-v3/mainboard/pcengines/alix2c3/dts
===================================================================
--- coreboot-v3/mainboard/pcengines/alix2c3/dts 2008-11-06 17:52:52 UTC (rev 
985)
+++ coreboot-v3/mainboard/pcengines/alix2c3/dts 2008-11-07 00:51:38 UTC (rev 
986)
@@ -34,9 +34,9 @@
                        /config/("southbridge/amd/cs5536/dts");
                        /* Interrupt enables for LPC bus.
                         *  Each bit is an IRQ 0-15. */
-                       lpc_serirq_enable = "0x0000105A";
+                       lpc_serirq_enable = "0x00001002";
                        /* LPC IRQ polarity. Each bit is an IRQ 0-15. */
-                       lpc_serirq_polarity = "0x0000EFA5";
+                       lpc_serirq_polarity = "0x0000EFFD";
                        /* 0:continuous 1:quiet */
                        lpc_serirq_mode = "1";
                        /* GPIO(0-0x20) for INT D:C:B:A, 0xFF=none. 


--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to