summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i3100/ep80579.h
blob: 60c319f5933b783aa11742a56fd86a22e776e933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/*
 * This file is part of the coreboot project.
 *
 * Copyright (C) 2008 Arastra, 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.
 */

#ifndef NORTHBRIDGE_INTEL_I3100_EP80579_H
#define NORTHBRIDGE_INTEL_I3100_EP80579_H

#define SMRBASE   0x14
#define MCHCFG0	  0x50
#define FDHC      0x58
#define PAM       0x59
#define DRB       0x60
#define DRT1      0x64
#define DRA       0x70
#define DRT0      0x78
#define DRC       0x7c
#define ECCDIAG   0x84
#define SDRC      0x88
#define CKDIS     0x8c
#define CKEDIS    0x8d
#define DEVPRES   0x9c
#define  DEVPRES_D0F0 (1 << 0)
#define  DEVPRES_D1F0 (1 << 1)
#define  DEVPRES_D2F0 (1 << 2)
#define  DEVPRES_D3F0 (1 << 3)
#define  DEVPRES_D4F0 (1 << 4)
#define  DEVPRES_D10F0 (1 << 5)
#define EXSMRC    0x9d
#define SMRAM     0x9e
#define EXSMRAMC  0x9f
#define DDR2ODTC  0xb0
#define TOLM      0xc4
#define REMAPBASE 0xc6
#define REMAPLIMIT 0xc8
#define REMAPOFFSET 0xca
#define TOM       0xcc
#define HECBASE   0xce
#define DEVPRES1  0xf4

#define DCALCSR   0x040
#define DCALADDR  0x044
#define DCALDATA  0x048
#define MBCSR     0x140
#define MBADDR    0x144
#define MBDATA    0x148
#define DDRIOMC2  0x268

#endif