Please bear with me - another rename checkin. This qualifies as trivial, no
[coreboot.git] / src / southbridge / via / k8t890 / k8t890.h
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License v2 as published by
8  * the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18  */
19
20 #ifndef SOUTHBRIDGE_VIA_K8T890_K8T890_H
21 #define SOUTHBRIDGE_VIA_K8T890_K8T890_H
22
23 /* Static resources for K8T890. */
24 #define K8T890_APIC_ID          0x3
25
26 /*
27  * Please check the datasheet and traf_ctrl_enable before change!
28  * It can't be changed to an arbitrary address.
29  */
30 #define K8T890_APIC_BASE        0xfecc0000
31
32 #define K8T890_MMCONFIG_MBAR    0x61
33 #define K8T890_MULTIPLE_FN_EN   0x4f
34
35 #endif