blob: 7f10193f7bf964f43cb85c69199c8183e47322c4 [file] [log] [blame]
Elyes HAOUAS36787b02020-05-07 12:07:24 +02001# This file is part of the coreboot project.
2# SPDX-License-Identifier: GPL-2.0-only
3
efdesign9805a89ab2011-06-20 17:38:49 -07004config NORTHBRIDGE_AMD_AGESA_FAMILY14
Frank Vibrans39fca802011-02-14 18:35:15 +00005 bool
Frank Vibrans39fca802011-02-14 18:35:15 +00006
efdesign9805a89ab2011-06-20 17:38:49 -07007if NORTHBRIDGE_AMD_AGESA_FAMILY14
Peter Stuge16c8e372011-05-15 22:40:40 +00008
Frank Vibrans39fca802011-02-14 18:35:15 +00009config HW_MEM_HOLE_SIZEK
10 hex
11 default 0x100000
Frank Vibrans39fca802011-02-14 18:35:15 +000012
Frank Vibrans39fca802011-02-14 18:35:15 +000013config MMCONF_BASE_ADDRESS
14 hex
Edward O'Callaghanae5fd342014-11-20 19:58:09 +110015 default 0xF8000000
Frank Vibrans39fca802011-02-14 18:35:15 +000016
17config MMCONF_BUS_NUMBER
18 int
Kyösti Mälkki24e31e22014-12-14 16:36:09 +020019 default 64
Frank Vibrans39fca802011-02-14 18:35:15 +000020
Edward O'Callaghanae5fd342014-11-20 19:58:09 +110021endif # NORTHBRIDGE_AMD_AGESA_FAMILY14