aboutsummaryrefslogtreecommitdiff
path: root/src/superio/smsc/lpc47m15x/lpc47m15x.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-10-28 16:52:48 +0000
committerStefan Reinauer <stepan@openbios.org>2009-10-28 16:52:48 +0000
commit1a08f582b54ec9fff0f356a824647ee40b3a5008 (patch)
tree32a14bd5bce84638628fabc01935486d7cccace2 /src/superio/smsc/lpc47m15x/lpc47m15x.h
parent581707811c1c24bb0676e7582c671548b8851436 (diff)
preliminary Intel D945GCLF Atom+i945 support.
ram init fails, as the i945 driver currently only supports the mobile version of the chipset.. Not sure how much sense it makes to check this in, but since it's a nice and cheap board, maybe someone wants to work on this. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4879 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/smsc/lpc47m15x/lpc47m15x.h')
-rw-r--r--src/superio/smsc/lpc47m15x/lpc47m15x.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/superio/smsc/lpc47m15x/lpc47m15x.h b/src/superio/smsc/lpc47m15x/lpc47m15x.h
new file mode 100644
index 0000000000..ac3c28eaba
--- /dev/null
+++ b/src/superio/smsc/lpc47m15x/lpc47m15x.h
@@ -0,0 +1,10 @@
+#define LPC47M15X_FDC 0 /* Floppy */
+#define LPC47M15X_PP 3 /* Parallel Port */
+#define LPC47M15X_SP1 4 /* Com1 */
+#define LPC47M15X_SP2 5 /* Com2 */
+#define LPC47M15X_KBC 7 /* Keyboard & Mouse */
+#define LPC47M15X_GAME 9 /* GAME */
+#define LPC47M15X_PME 10 /* PME reg*/
+#define LPC47M15X_MPU 11 /* MPE -- who knows -- reg*/
+
+#define LPC47M15X2_MAX_CONFIG_REGISTER 0x5F