blob: 015f1d1e666779bd8b96aea6af005dce170956d8 [file] [log] [blame]
Frank Vibrans39fca802011-02-14 18:35:15 +00001##
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##
19config NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
20 bool
21 select HAVE_DEBUG_RAM_SETUP
22 select HAVE_DEBUG_SMBUS
23 select HYPERTRANSPORT_PLUGIN_SUPPORT
24 select MMCONF_SUPPORT
25 select NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14_ROOT_COMPLEX
26
27config HT3_SUPPORT
28 bool
29 default y
30 depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
31
32config HW_MEM_HOLE_SIZEK
33 hex
34 default 0x100000
35 depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
36
37config HW_MEM_HOLE_SIZE_AUTO_INC
38 bool
39 default n
40 depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
41
42config MMCONF_BASE_ADDRESS
43 hex
44 default 0xe0000000
45 depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
46
47config MMCONF_BUS_NUMBER
48 int
49 default 256
50 depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
51
52config DIMM_DDR3
53 bool
54 default n
55 depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
56
57config DIMM_REGISTERED
58 bool
59 default n
60 depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
61
62if !DIMM_REGISTERED
63 config DIMM_SUPPORT
64 hex
65 default 0x0004
66endif
67
68if DIMM_DDR3
69 if DIMM_REGISTERED
70 config DIMM_SUPPORT
71 hex
72 default 0x0005
73 endif
74endif
75
76config BOOTBLOCK_NORTHBRIDGE_INIT
77 string
78 default "northbridge/amd/agesa_wrapper/family14/bootblock.c"
79 depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14