aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/dl145_g1/mainboard.c
diff options
context:
space:
mode:
authorOskar Enoksson <oskeno@foi.se>2010-08-20 20:37:27 +0000
committerMyles Watson <mylesgw@gmail.com>2010-08-20 20:37:27 +0000
commit37106a762a2158003c6267873fd6ebc1ec5d685e (patch)
tree07e0b3dfb9439337cca471376a86e87068f195c7 /src/mainboard/hp/dl145_g1/mainboard.c
parentca1a76247920ae3953db12ec290cf702053e970a (diff)
Add support for the HP DL145 G1, based on the Tyan s2881.
Signed-off-by: Oskar Enoksson <oskeno@foi.se> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5723 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/hp/dl145_g1/mainboard.c')
-rw-r--r--src/mainboard/hp/dl145_g1/mainboard.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/mainboard/hp/dl145_g1/mainboard.c b/src/mainboard/hp/dl145_g1/mainboard.c
new file mode 100644
index 0000000000..922afe8fd7
--- /dev/null
+++ b/src/mainboard/hp/dl145_g1/mainboard.c
@@ -0,0 +1,29 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2005 Tyan
+ * (Written by Yinghai Lu <yhlu@tyan.com> for Tyan)
+ * Copyright (C) 2007 Ward Vandewege <ward@gnu.org>
+ * Copyright (C) 2010 FOI Oskar Enoksson <oskeno@foi.se>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#include <device/device.h>
+#include "chip.h"
+
+struct chip_operations mainboard_ops = {
+ CHIP_NAME("HP DL145G1 Mainboard")
+};