diff options
Diffstat (limited to 'src/southbridge/via/k8t890/k8t890.h')
-rw-r--r-- | src/southbridge/via/k8t890/k8t890.h | 35 |
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 |