From 20d943d9f982f777ac7d97bce56367fc4a2e6a95 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 19 Oct 2005 17:02:34 +0000 Subject: adding support for dell 1850 git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2054 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/dell/s1850/mainboard.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/mainboard/dell/s1850/mainboard.c (limited to 'src/mainboard/dell/s1850/mainboard.c') diff --git a/src/mainboard/dell/s1850/mainboard.c b/src/mainboard/dell/s1850/mainboard.c new file mode 100644 index 0000000000..d1b419df6c --- /dev/null +++ b/src/mainboard/dell/s1850/mainboard.c @@ -0,0 +1,12 @@ +#include +#include +#include +#include +#include +#include +#include "chip.h" + +struct chip_operations mainboard_dell_s2850_ops = { + CHIP_NAME("Dell S2850") +}; + -- cgit v1.2.3