summaryrefslogtreecommitdiff
path: root/src/mainboard/kontron/kt690/chip.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-10-13 16:47:57 +0000
committerStefan Reinauer <stepan@openbios.org>2009-10-13 16:47:57 +0000
commitc270e896f0bf9c780f2c49fa258b1c225e61ec9d (patch)
tree6fdcb503e531163b07c035a812fd9d3fa37c9022 /src/mainboard/kontron/kt690/chip.h
parent45cbc35abb9e8d8cea3d1ba69891b6a0b1621709 (diff)
downloadcoreboot-c270e896f0bf9c780f2c49fa258b1c225e61ec9d.tar.xz
This patch adds (initial) support for the Kontron KT690 mainboard.
It's an embedded AMD 690/SB600 mainboard with a Mobile Sempron CPU. Issues with this port: - hangs early during "Starting Windows" with Windows 7, after loading all the drivers - sound is untested and probably not working - powernow seems to be not working Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4764 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/kontron/kt690/chip.h')
-rw-r--r--src/mainboard/kontron/kt690/chip.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/mainboard/kontron/kt690/chip.h b/src/mainboard/kontron/kt690/chip.h
new file mode 100644
index 0000000000..bda7abcf29
--- /dev/null
+++ b/src/mainboard/kontron/kt690/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_ops;
+
+struct mainboard_config
+{
+ u32 uma_size; /* How many UMA should be used in memory for TOP. */
+};
+