summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/dbm690t/chip.h
diff options
context:
space:
mode:
authorMichael Xie <Michael.Xie@amd.com>2008-09-22 13:16:18 +0000
committerStefan Reinauer <stepan@openbios.org>2008-09-22 13:16:18 +0000
commit80d7c85fb9e9f0b301b01e68f475b2ede34ec877 (patch)
treeff2f50ec27379d2a28b711addc7fc4fc9c672dd7 /src/mainboard/amd/dbm690t/chip.h
parent7586cef37aace94f1558a391b25245f08523ab95 (diff)
downloadcoreboot-80d7c85fb9e9f0b301b01e68f475b2ede34ec877.tar.xz
Patch for AMD DBM690T board.
Signed-off-by: Michael Xie <Michael.Xie@amd.com> Reviewed-by: Marc Jones <marc.jones@amd.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3590 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/dbm690t/chip.h')
-rw-r--r--src/mainboard/amd/dbm690t/chip.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/mainboard/amd/dbm690t/chip.h b/src/mainboard/amd/dbm690t/chip.h
new file mode 100644
index 0000000000..e79d8b802e
--- /dev/null
+++ b/src/mainboard/amd/dbm690t/chip.h
@@ -0,0 +1,26 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2008 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 mainboard_amd_dbm690t_ops;
+
+struct mainboard_amd_dbm690t_config
+{
+ unsigned long uma_size; /* How many UMA should be used in memory for TOP. */
+};
+