summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/k8v-x/mainboard.c
diff options
context:
space:
mode:
authorFlorian Zumbiehl <florz@florz.de>2011-11-01 20:19:40 +0100
committerRudolf Marek <r.marek@assembler.cz>2011-12-02 23:20:20 +0100
commit2138556e2aaa70730a58e6a74dd17ed5bc27bcc1 (patch)
tree9da856884675510e0f8fe2f71e7f9c4dc022e15d /src/mainboard/asus/k8v-x/mainboard.c
parent6a3e8d62f852f2abd377d827c0909aa71c44ca39 (diff)
downloadcoreboot-2138556e2aaa70730a58e6a74dd17ed5bc27bcc1.tar.xz
copied asus a8v-e_se to k8v-x
Change-Id: Ib66e8c5102ad45e73977a06aea109ed9544f4d08 Signed-off-by: Florian Zumbiehl <florz@florz.de> Reviewed-on: http://review.coreboot.org/389 Tested-by: build bot (Jenkins) Reviewed-by: Rudolf Marek <r.marek@assembler.cz>
Diffstat (limited to 'src/mainboard/asus/k8v-x/mainboard.c')
-rw-r--r--src/mainboard/asus/k8v-x/mainboard.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/mainboard/asus/k8v-x/mainboard.c b/src/mainboard/asus/k8v-x/mainboard.c
new file mode 100644
index 0000000000..b70f396987
--- /dev/null
+++ b/src/mainboard/asus/k8v-x/mainboard.c
@@ -0,0 +1,28 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
+ *
+ * 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; version 2 of the License.
+ *
+ * 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 <console/console.h>
+#include <device/device.h>
+#include <device/pci.h>
+#include <device/pci_ids.h>
+#include "chip.h"
+
+struct chip_operations mainboard_ops = {
+ CHIP_NAME("ASUS A8V-E SE Mainboard")
+};