aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/kontron/ktqm77/acpi/superio.asl
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2013-04-29 18:00:57 +0200
committerRonald G. Minnich <rminnich@gmail.com>2013-06-24 17:50:01 +0200
commitefe1feda19e4799a2acb2e57205604662dde17cc (patch)
tree4969dface94b0c4dc27bc7d8d8a89ea9a066dcb2 /src/mainboard/kontron/ktqm77/acpi/superio.asl
parenta15cd66b9ecba4033ec4ccf767847876236af70b (diff)
kontron/ktqm77: New board
Change-Id: Ife1c0a8597c2de04773899cdd87af6b6c630906a Signed-off-by: Nico Huber <nico.huber@secunet.com> Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/3392 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/kontron/ktqm77/acpi/superio.asl')
-rw-r--r--src/mainboard/kontron/ktqm77/acpi/superio.asl12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/kontron/ktqm77/acpi/superio.asl b/src/mainboard/kontron/ktqm77/acpi/superio.asl
new file mode 100644
index 0000000000..1ed4c931fc
--- /dev/null
+++ b/src/mainboard/kontron/ktqm77/acpi/superio.asl
@@ -0,0 +1,12 @@
+#undef SUPERIO_DEV
+#undef SUPERIO_PNP_BASE
+#undef W83627DHG_SHOW_UARTA
+#undef W83627DHG_SHOW_UARTB
+#undef W83627DHG_SHOW_KBC
+#undef W83627DHG_SHOW_PS2M
+#undef W83627DHG_SHOW_HWMON
+#define SUPERIO_DEV SIO0
+#define SUPERIO_PNP_BASE 0x2e
+#define W83627DHG_SHOW_UARTA 1
+#define W83627DHG_SHOW_UARTB 1
+#include <superio/winbond/w83627dhg/acpi/superio.asl>