aboutsummaryrefslogtreecommitdiff
path: root/src/superio
diff options
context:
space:
mode:
authorEd Swierk <eswierk@arastra.com>2008-10-13 23:18:56 +0000
committerEd Swierk <eswierk@arastra.com>2008-10-13 23:18:56 +0000
commitb8e53eb50cb3745b3bf7964f0f49980dc10c08ec (patch)
treed393a0c49632827b8a440a5ee14c9ac5b80da3c8 /src/superio
parentb7d781dad58471d42c68eff3cf9317430a42af72 (diff)
Add support for the Intel EP80579 (Tolapai) Development Kit mainboard
(Truxton). Signed-off-by: Ed Swierk <eswierk@arastra.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3656 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio')
-rw-r--r--src/superio/intel/i3100/i3100.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/intel/i3100/i3100.h b/src/superio/intel/i3100/i3100.h
index 94698a89ce..0619735e2a 100644
--- a/src/superio/intel/i3100/i3100.h
+++ b/src/superio/intel/i3100/i3100.h
@@ -27,4 +27,6 @@
#define I3100_SP2 0x05 /* Com2 */
#define I3100_WDT 0x06 /* Watchdog timer */
+#define I3100_SUPERIO_CONFIG_PORT 0x4e
+
#endif