aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/m5a88-v/chip.h
diff options
context:
space:
mode:
authorQingPei Wang <wangqingpei@gmail.com>2011-09-13 17:54:12 +0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2011-10-28 22:26:07 +0200
commitcc66d97f505c304e773dea938ac864cd74363292 (patch)
tree2e19f47aa4435b07c4c3e148a3d12adf3558a080 /src/mainboard/asus/m5a88-v/chip.h
parent914377efd61be7b473faca0e6bdfca6f3feb5dc5 (diff)
Add ASUS M5A88-V mainboard support
it's a AMD 880+800 mainboard. I port the code based on the AMD reference code. update: 1.use CIMX instead of pmio 2.fix some whitespace 3.fix subsystemid of devicetree.cb Change-Id: I9725ccdbb25365c4007621318efee80b131fec29 Signed-off-by: QingPei Wang <wangqingpei@gmail.com> Reviewed-on: http://review.coreboot.org/205 Tested-by: build bot (Jenkins) Reviewed-by: Kerry Sheh <shekairui@gmail.com> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/m5a88-v/chip.h')
-rw-r--r--src/mainboard/asus/m5a88-v/chip.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/mainboard/asus/m5a88-v/chip.h b/src/mainboard/asus/m5a88-v/chip.h
new file mode 100644
index 0000000000..d5b991d42c
--- /dev/null
+++ b/src/mainboard/asus/m5a88-v/chip.h
@@ -0,0 +1,22 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2011 QingPei Wang <wangqingpei@gmail.com>
+ *
+ * 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
+ */
+
+extern struct chip_operations mainboard_ops;
+
+struct mainboard_config {};