blob: 631724b04a3103d2f41b320b596d2147aefd62d4 [file] [log] [blame]
Frank Vibrans420faca2011-02-14 18:42:12 +00001#
2# This file is part of the coreboot project.
3#
Kerry Shehd3e990c2012-02-07 20:31:35 +08004# Copyright (C) 2011 - 2012 Advanced Micro Devices, Inc.
Frank Vibrans420faca2011-02-14 18:42:12 +00005#
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
Kerry Shehd3e990c2012-02-07 20:31:35 +080020config AMD_AGESA
21 bool
22 default n
23
24config XIP_ROM_BASE
25 hex
26 default 0xfff00000
27
28config XIP_ROM_SIZE
29 hex
30 default 0x100000
31 help
32 Overwride the default write through caching size as 1M Bytes.
33 On some AMD paltform, one socket support 2 or more kinds of
34 processor family, compiling several cpu families agesa code
35 will increase the romstage size.
36 In order to execute romstage in place on the flash rom,
37 more space is required to be set as write through caching.
38
efdesign984b508342011-07-13 17:16:13 -070039source src/cpu/amd/agesa/family10/Kconfig
efdesign987c0c64e2011-06-20 19:56:06 -070040source src/cpu/amd/agesa/family12/Kconfig
efdesign9805a89ab2011-06-20 17:38:49 -070041source src/cpu/amd/agesa/family14/Kconfig
Kerry Shehd3e990c2012-02-07 20:31:35 +080042source src/cpu/amd/agesa/family15/Kconfig