summaryrefslogtreecommitdiff
path: root/src/mainboard/technexion/tim8690/chip.h
diff options
context:
space:
mode:
authorDaniel Toussaint <daniel@dmhome.net>2009-04-06 13:38:54 +0000
committerStefan Reinauer <stepan@openbios.org>2009-04-06 13:38:54 +0000
commitda6d92ba11ced79f0e4c6c409d37d6e36d73fd91 (patch)
treefe03ed31f374900766e335d2b50037467a4a3343 /src/mainboard/technexion/tim8690/chip.h
parent38891ab7e62c539a98f435c553481a85c7a8ae1e (diff)
downloadcoreboot-da6d92ba11ced79f0e4c6c409d37d6e36d73fd91.tar.xz
Daniel Toussaint wrote:
As I mentioned a few weeks ago, I am in the process of porting this board: http://www.technexion.com/products/embedded_boards/tim-8690-mt.html This board has a dual BIOS , choosable with a jumper - much like the BIOS savier from before - so it is a pleasure to work with as a linuxbios developer. It is still a work in progress, however , I already submit the patch. All on board devices and slots work as expected, only need some more stress testing with the RAM, acpi, etc.. Signed-off-by: Daniel Toussaint <daniel@dmhome.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4075 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/technexion/tim8690/chip.h')
-rw-r--r--src/mainboard/technexion/tim8690/chip.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/mainboard/technexion/tim8690/chip.h b/src/mainboard/technexion/tim8690/chip.h
new file mode 100644
index 0000000000..bda7abcf29
--- /dev/null
+++ b/src/mainboard/technexion/tim8690/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. */
+};
+