summaryrefslogtreecommitdiff
path: root/src/southbridge/via/k8t890/k8t890.h
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2007-10-22 19:59:57 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-22 19:59:57 +0000
commit1d4fc0cff913f0ace9ce150d53713b70eb20cf8f (patch)
treec0e1899b2c428b6e86eef7df9abca2f14440df8e /src/southbridge/via/k8t890/k8t890.h
parentbed2f9c2fe1940a4eb83a22f1c84c8d87e836586 (diff)
downloadcoreboot-1d4fc0cff913f0ace9ce150d53713b70eb20cf8f.tar.xz
This patch adds support for K8T890CE northbridge.
Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2883 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/k8t890/k8t890.h')
-rw-r--r--src/southbridge/via/k8t890/k8t890.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/southbridge/via/k8t890/k8t890.h b/src/southbridge/via/k8t890/k8t890.h
new file mode 100644
index 0000000000..d719af6082
--- /dev/null
+++ b/src/southbridge/via/k8t890/k8t890.h
@@ -0,0 +1,35 @@
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License v2 as published by
+ * the Free Software Foundation.
+ *
+ * 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
+ */
+
+#ifndef SOUTHBRIDGE_VIA_K8T890_K8T890_H
+#define SOUTHBRIDGE_VIA_K8T890_K8T890_H
+
+/* Static resources for K8T890. */
+#define K8T890_APIC_ID 0x3
+
+/*
+ * Please check the datasheet and traf_ctrl_enable before change!
+ * It can't be changed to an arbitrary address.
+ */
+#define K8T890_APIC_BASE 0xfecc0000
+
+#define K8T890_MMCONFIG_MBAR 0x61
+#define K8T890_MULTIPLE_FN_EN 0x4f
+
+#endif