Remove XIP_ROM_BASE
[coreboot.git] / src / northbridge / amd / amdk8 / Kconfig
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2007-2009 coresystems GmbH
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 as published by
8 ## the Free Software Foundation; version 2 of the License.
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 config NORTHBRIDGE_AMD_AMDK8
21         bool
22         select HAVE_DEBUG_RAM_SETUP
23         select HAVE_DEBUG_SMBUS
24         select HAVE_DEBUG_CAR
25         select HYPERTRANSPORT_PLUGIN_SUPPORT
26
27 if NORTHBRIDGE_AMD_AMDK8
28 config AGP_APERTURE_SIZE
29         hex
30         default 0x4000000
31
32 config K8_HT_FREQ_1G_SUPPORT
33         bool
34         default n
35
36 config MEM_TRAIN_SEQ
37         int
38         default 0
39
40 config HW_MEM_HOLE_SIZEK
41         hex
42         default 0x100000
43
44 config HW_MEM_HOLE_SIZE_AUTO_INC
45         bool
46         default n
47
48 config BOOTBLOCK_NORTHBRIDGE_INIT
49         string
50         default "northbridge/amd/amdk8/bootblock.c"
51
52 config SB_HT_CHAIN_UNITID_OFFSET_ONLY
53         bool
54         default n
55
56 config QRANK_DIMM_SUPPORT
57         bool
58         default n
59
60 config K8_ALLOCATE_IO_RANGE
61         bool
62         default n
63
64 if K8_REV_F_SUPPORT
65
66 config DIMM_DDR2
67         bool
68         default n
69
70 config DIMM_REGISTERED
71         bool
72         default n
73
74 if DIMM_DDR2
75         if DIMM_REGISTERED
76         config DIMM_SUPPORT
77                 hex
78                 default 0x0104
79         endif
80
81         if !DIMM_REGISTERED
82         config DIMM_SUPPORT
83                 hex
84                 default 0x0004
85         endif
86 endif #DIMM_DDR2
87
88 endif #K8_REV_F_SUPPORT
89
90 config IOMMU
91         bool
92         default y
93
94 endif #NORTHBRIDGE_AMD_K8
95
96 source src/northbridge/amd/amdk8/root_complex/Kconfig