blob: 430d4babcd67bd4a4444f8c65d2c042e4652ce84 [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älkki3bf38542014-12-18 22:22:04 +020023 select LATE_CBMEM_INIT
Kyösti Mälkkif5bb4772012-03-16 15:15:20 +020024
25if NORTHBRIDGE_AMD_AGESA
26
efdesign983f5ebd62011-09-14 13:47:17 -060027config CONSOLE_VGA_MULTI
28 bool
29 default n
30
zbaof7223732012-04-13 13:42:15 +080031config S3_VGA_ROM_RUN
32 bool
33 default n
34
Stefan Reinauera48ca842015-04-04 01:58:28 +020035source "src/northbridge/amd/agesa/*/Kconfig"
efdesign9805a89ab2011-06-20 17:38:49 -070036
Kyösti Mälkkieaee6e22014-04-30 01:35:29 +030037# TODO: Reservation for heap seems excessive
38config HEAP_SIZE
39 hex
40 default 0xc0000
41
42config RAMTOP
43 hex
44 default 0x400000
45
Kyösti Mälkkif5bb4772012-03-16 15:15:20 +020046endif # NORTHBRIDGE_AMD_AGESA