From 1a08f582b54ec9fff0f356a824647ee40b3a5008 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 28 Oct 2009 16:52:48 +0000 Subject: 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 Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4879 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/smsc/lpc47m15x/chip.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/superio/smsc/lpc47m15x/chip.h (limited to 'src/superio/smsc/lpc47m15x/chip.h') diff --git a/src/superio/smsc/lpc47m15x/chip.h b/src/superio/smsc/lpc47m15x/chip.h new file mode 100644 index 0000000000..5837e1472a --- /dev/null +++ b/src/superio/smsc/lpc47m15x/chip.h @@ -0,0 +1,10 @@ +struct chip_operations; +extern struct chip_operations superio_smsc_lpc47m15x_ops; + +#include +#include + +struct superio_smsc_lpc47m15x_config { + struct uart8250 com1, com2; + struct pc_keyboard keyboard; +}; -- cgit v1.2.3