150cbb452806dc46bbc48db9c1c40076c64f3e16
[coreboot.git] / src / northbridge / intel / i3100 / ep80579.h
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2008 Arastra, Inc.
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 version 2 as
8  * published by 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
21 #ifndef NORTHBRIDGE_INTEL_I3100_EP80579_H
22 #define NORTHBRIDGE_INTEL_I3100_EP80579_H
23
24 #define SMRBASE   0x14
25 #define MCHCFG0   0x50
26 #define FDHC      0x58
27 #define PAM       0x59
28 #define DRB       0x60
29 #define DRT1      0x64
30 #define DRA       0x70
31 #define DRT0      0x78
32 #define DRC       0x7c
33 #define ECCDIAG   0x84
34 #define SDRC      0x88
35 #define CKDIS     0x8c
36 #define CKEDIS    0x8d
37 #define DEVPRES   0x9c
38 #define  DEVPRES_D0F0 (1 << 0)
39 #define  DEVPRES_D1F0 (1 << 1)
40 #define  DEVPRES_D2F0 (1 << 2)
41 #define  DEVPRES_D3F0 (1 << 3)
42 #define  DEVPRES_D4F0 (1 << 4)
43 #define  DEVPRES_D10F0 (1 << 5)
44 #define EXSMRC    0x9d
45 #define SMRAM     0x9e
46 #define EXSMRAMC  0x9f
47 #define DDR2ODTC  0xb0
48 #define TOLM      0xc4
49 #define REMAPBASE 0xc6
50 #define REMAPLIMIT 0xc8
51 #define REMAPOFFSET 0xca
52 #define TOM       0xcc
53 #define HECBASE   0xce
54 #define DEVPRES1  0xf4
55
56 #define DCALCSR   0x040
57 #define DCALADDR  0x044
58 #define DCALDATA  0x048
59 #define MBCSR     0x140
60 #define MBADDR    0x144
61 #define MBDATA    0x148
62 #define DDRIOMC2  0x268
63
64 #endif