aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_C32/chip.h
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2011-03-28 04:29:14 +0000
committerZheng Bao <Zheng.Bao@amd.com>2011-03-28 04:29:14 +0000
commit2ca2f177245fdfa34ae7bd732052c8984e2b8b7d (patch)
treeb6852663c5c29001ed76241c73b5c7d135510a1d /src/cpu/amd/socket_C32/chip.h
parentc3422235b14d97c16bd13113c522827d1cfda9b4 (diff)
Add AMD C32 support.
It is based on other existing Fam10 code. Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6464 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/socket_C32/chip.h')
-rw-r--r--src/cpu/amd/socket_C32/chip.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/cpu/amd/socket_C32/chip.h b/src/cpu/amd/socket_C32/chip.h
new file mode 100644
index 0000000000..0e06de56e7
--- /dev/null
+++ b/src/cpu/amd/socket_C32/chip.h
@@ -0,0 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2010 Advanced Micro Devices, Inc.
+ *
+ * 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 cpu_amd_socket_C32_ops;
+
+struct cpu_amd_socket_C32_config {
+};