blob: ce633e00a335b1e1bef7f27bd56adf53de252608 [file] [log] [blame]
Frank Vibrans420faca2011-02-14 18:42:12 +00001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2011 Advanced Micro Devices, 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 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
20config CPU_AMD_AGESA_WRAPPER_FAMILY14
21 bool
22 select PCI_IO_CFG_EXT
23
24config CPU_ADDR_BITS
25 int
26 default 36
27 depends on CPU_AMD_AGESA_WRAPPER_FAMILY14
28
29config CPU_SOCKET_TYPE
30 hex
31 default 0x10
32 depends on CPU_AMD_AGESA_WRAPPER_FAMILY14
33
34# DDR2 and REG
35config DIMM_SUPPORT
36 hex
37 default 0x0104
38 depends on CPU_AMD_AGESA_WRAPPER_FAMILY14
39
40config EXT_RT_TBL_SUPPORT
41 bool
42 default n
43 depends on CPU_AMD_AGESA_WRAPPER_FAMILY14
44
45config EXT_CONF_SUPPORT
46 bool
47 default n
48 depends on CPU_AMD_AGESA_WRAPPER_FAMILY14
49
50config CBB
51 hex
52 default 0x0
53 depends on CPU_AMD_AGESA_WRAPPER_FAMILY14
54
55config CDB
56 hex
57 default 0x18
58 depends on CPU_AMD_AGESA_WRAPPER_FAMILY14
59
60config XIP_ROM_BASE
61 hex
62 default 0xfff80000
63 depends on CPU_AMD_AGESA_WRAPPER_FAMILY14
64
65config XIP_ROM_SIZE
66 hex
67 default 0x80000
68 depends on CPU_AMD_AGESA_WRAPPER_FAMILY14
69
70config HAVE_INIT_TIMER
71 bool
72 default y
73 depends on CPU_AMD_AGESA_WRAPPER_FAMILY14
74