blob: d5cff805ef8a45815f5caefd5d6ce94ff8901b37 [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#
Frank Vibrans420faca2011-02-14 18:42:12 +000015
Kyösti Mälkkif5bb4772012-03-16 15:15:20 +020016config NORTHBRIDGE_AMD_AGESA
Edward O'Callaghanb32e1f42014-11-21 02:44:34 +110017 bool
18 default CPU_AMD_AGESA
Kyösti Mälkki3bf38542014-12-18 22:22:04 +020019 select LATE_CBMEM_INIT
Kyösti Mälkkif5bb4772012-03-16 15:15:20 +020020
21if NORTHBRIDGE_AMD_AGESA
22
efdesign983f5ebd62011-09-14 13:47:17 -060023config CONSOLE_VGA_MULTI
24 bool
25 default n
26
zbaof7223732012-04-13 13:42:15 +080027config S3_VGA_ROM_RUN
28 bool
29 default n
30
Stefan Reinauera48ca842015-04-04 01:58:28 +020031source "src/northbridge/amd/agesa/*/Kconfig"
efdesign9805a89ab2011-06-20 17:38:49 -070032
Kyösti Mälkkieaee6e22014-04-30 01:35:29 +030033# TODO: Reservation for heap seems excessive
34config HEAP_SIZE
35 hex
36 default 0xc0000
37
38config RAMTOP
39 hex
40 default 0x400000
41
Kyösti Mälkkif5bb4772012-03-16 15:15:20 +020042endif # NORTHBRIDGE_AMD_AGESA