Remove address from GPLv2 headers
[coreboot.git] / src / cpu / amd / agesa / family14 / Kconfig
blob898393ee95ff192939e78ffd1733edf88b40c112
2 # This file is part of the coreboot project.
4 # Copyright (C) 2011 Advanced Micro Devices, Inc.
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.
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.
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.
20 config CPU_AMD_AGESA_FAMILY14
21         bool
22         select PCI_IO_CFG_EXT
23         select X86_AMD_FIXED_MTRRS
25 if CPU_AMD_AGESA_FAMILY14
27 config CPU_ADDR_BITS
28         int
29         default 36
31 config CPU_SOCKET_TYPE
32         hex
33         default 0x10
35 # DDR2 and REG
36 config DIMM_SUPPORT
37         hex
38         default 0x0104
40 config EXT_RT_TBL_SUPPORT
41         bool
42         default n
44 config CBB
45         hex
46         default 0x0
48 config CDB
49         hex
50         default 0x18
52 config XIP_ROM_SIZE
53         hex
54         default 0x80000
56 config HIGH_SCRATCH_MEMORY_SIZE
57         hex
58         # Assume the maximum size of stack as (0xA0000 - 0x30000 + 0x1000)
59         default 0x71000
61 endif