blob: 6d560d22cfe43764605fa17c030ebafe95730933 [file] [log] [blame]
Frank Vibrans420faca2011-02-14 18:42:12 +00001#
2# This file is part of the coreboot project.
3#
Kerry Sheh6811f752012-02-07 20:31:40 +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
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
Kyösti Mälkkif5bb4772012-03-16 15:15:20 +020020config NORTHBRIDGE_AMD_AGESA
Edward O'Callaghanb32e1f42014-11-21 02:44:34 +110021 bool
22 default CPU_AMD_AGESA
Kyösti Mälkkif5bb4772012-03-16 15:15:20 +020023
24if NORTHBRIDGE_AMD_AGESA
25
efdesign983f5ebd62011-09-14 13:47:17 -060026config CONSOLE_VGA_MULTI
27 bool
28 default n
29
zbaof7223732012-04-13 13:42:15 +080030config S3_VGA_ROM_RUN
31 bool
32 default n
33
efdesign98b58640c2011-07-13 17:49:25 -070034source src/northbridge/amd/agesa/family10/Kconfig
efdesign987c0c64e2011-06-20 19:56:06 -070035source src/northbridge/amd/agesa/family12/Kconfig
efdesign9805a89ab2011-06-20 17:38:49 -070036source src/northbridge/amd/agesa/family14/Kconfig
Kerry Sheh6811f752012-02-07 20:31:40 +080037source src/northbridge/amd/agesa/family15/Kconfig
zbao2c08f6a2012-07-02 15:32:58 +080038source src/northbridge/amd/agesa/family15tn/Kconfig
Siyuan Wang3e32cc02013-07-09 17:16:20 +080039source src/northbridge/amd/agesa/family16kb/Kconfig
efdesign9805a89ab2011-06-20 17:38:49 -070040
Kyösti Mälkkieaee6e22014-04-30 01:35:29 +030041# TODO: Reservation for heap seems excessive
42config HEAP_SIZE
43 hex
44 default 0xc0000
45
46config RAMTOP
47 hex
48 default 0x400000
49
Kyösti Mälkkif5bb4772012-03-16 15:15:20 +020050endif # NORTHBRIDGE_AMD_AGESA