From dc231a7041efae40d5c5ca9f0efe0eb21471e29d Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 9 May 2008 21:48:28 +0000 Subject: [PATCH] This is the fix for MFGPT on those boards which have a cs5536 and ALSO have a superio. With this patch, alix1c and MFGPT work fine. Still need to test on Alix2c3, but it is likely it will work. Thanks to Marc and Jordan for this one. Signed-off-by: Ronald G. Minnich Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://coreboot.org/repository/coreboot-v3@682 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- mainboard/pcengines/alix1c/dts | 4 ++-- mainboard/pcengines/alix2c3/dts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mainboard/pcengines/alix1c/dts b/mainboard/pcengines/alix1c/dts index a6b6c4c088..a3eb153c2a 100644 --- a/mainboard/pcengines/alix1c/dts +++ b/mainboard/pcengines/alix1c/dts @@ -36,9 +36,9 @@ /config/("southbridge/amd/cs5536/dts"); /* Interrupt enables for LPC bus. * Each bit is an IRQ 0-15. */ - lpc_serirq_enable = "0x000010da"; + lpc_serirq_enable = "0x0000105A"; /* LPC IRQ polarity. Each bit is an IRQ 0-15. */ - lpc_serirq_polarity = "0x0000EF25"; + lpc_serirq_polarity = "0x0000EFA5"; /* 0:continuous 1:quiet */ lpc_serirq_mode = "1"; /* GPIO(0-0x20) for INT D:C:B:A, 0xFF=none. diff --git a/mainboard/pcengines/alix2c3/dts b/mainboard/pcengines/alix2c3/dts index 2a216d123b..1af2944922 100644 --- a/mainboard/pcengines/alix2c3/dts +++ b/mainboard/pcengines/alix2c3/dts @@ -34,9 +34,9 @@ /config/("southbridge/amd/cs5536/dts"); /* Interrupt enables for LPC bus. * Each bit is an IRQ 0-15. */ - lpc_serirq_enable = "0x000010da"; + lpc_serirq_enable = "0x0000105A"; /* LPC IRQ polarity. Each bit is an IRQ 0-15. */ - lpc_serirq_polarity = "0x0000EF25"; + lpc_serirq_polarity = "0x0000EFA5"; /* 0:continuous 1:quiet */ lpc_serirq_mode = "1"; /* GPIO(0-0x20) for INT D:C:B:A, 0xFF=none.