blob: dea839ea513edb54d8356789185e1ad27d81c93d [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
Paul Menzela46a7122013-02-23 18:37:27 +010017# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Frank Vibrans420faca2011-02-14 18:42:12 +000018#
19
efdesign9805a89ab2011-06-20 17:38:49 -070020config CPU_AMD_AGESA_FAMILY14
Frank Vibrans420faca2011-02-14 18:42:12 +000021 bool
22 select PCI_IO_CFG_EXT
Aaron Durbin57686f82013-03-20 15:50:59 -050023 select X86_AMD_FIXED_MTRRS
Frank Vibrans420faca2011-02-14 18:42:12 +000024
25config CPU_ADDR_BITS
26 int
27 default 36
efdesign9805a89ab2011-06-20 17:38:49 -070028 depends on CPU_AMD_AGESA_FAMILY14
Frank Vibrans420faca2011-02-14 18:42:12 +000029
30config CPU_SOCKET_TYPE
31 hex
32 default 0x10
efdesign9805a89ab2011-06-20 17:38:49 -070033 depends on CPU_AMD_AGESA_FAMILY14
Frank Vibrans420faca2011-02-14 18:42:12 +000034
35# DDR2 and REG
36config DIMM_SUPPORT
37 hex
38 default 0x0104
efdesign9805a89ab2011-06-20 17:38:49 -070039 depends on CPU_AMD_AGESA_FAMILY14
Frank Vibrans420faca2011-02-14 18:42:12 +000040
41config EXT_RT_TBL_SUPPORT
42 bool
43 default n
efdesign9805a89ab2011-06-20 17:38:49 -070044 depends on CPU_AMD_AGESA_FAMILY14
Frank Vibrans420faca2011-02-14 18:42:12 +000045
46config EXT_CONF_SUPPORT
47 bool
48 default n
efdesign9805a89ab2011-06-20 17:38:49 -070049 depends on CPU_AMD_AGESA_FAMILY14
Frank Vibrans420faca2011-02-14 18:42:12 +000050
51config CBB
52 hex
53 default 0x0
efdesign9805a89ab2011-06-20 17:38:49 -070054 depends on CPU_AMD_AGESA_FAMILY14
Frank Vibrans420faca2011-02-14 18:42:12 +000055
56config CDB
57 hex
58 default 0x18
efdesign9805a89ab2011-06-20 17:38:49 -070059 depends on CPU_AMD_AGESA_FAMILY14
Frank Vibrans420faca2011-02-14 18:42:12 +000060
Frank Vibrans420faca2011-02-14 18:42:12 +000061config XIP_ROM_SIZE
62 hex
63 default 0x80000
efdesign9805a89ab2011-06-20 17:38:49 -070064 depends on CPU_AMD_AGESA_FAMILY14
65
Frank Vibrans420faca2011-02-14 18:42:12 +000066config HAVE_INIT_TIMER
67 bool
68 default y
efdesign9805a89ab2011-06-20 17:38:49 -070069 depends on CPU_AMD_AGESA_FAMILY14
70
zbaof7223732012-04-13 13:42:15 +080071config HIGH_SCRATCH_MEMORY_SIZE
72 hex
73 # Assume the maximum size of stack as (0xA0000 - 0x30000 + 0x1000)
74 default 0x71000
75 depends on CPU_AMD_AGESA_FAMILY14