blob: f5f36f88021100323ca95f2d509ccb2633921a56 [file] [log] [blame]
Bruce Griffith27ed80b2014-08-15 11:46:25 -06001#
2# This file is part of the coreboot project.
3#
Marc Jonesaa31f992016-09-20 20:30:17 -06004# Copyright (C) 2011 - 2016 Advanced Micro Devices, Inc.
Bruce Griffith27ed80b2014-08-15 11:46:25 -06005#
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#
Bruce Griffith27ed80b2014-08-15 11:46:25 -060015
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030016config NORTHBRIDGE_AMD_PI
Martin Roth595e7772015-04-26 18:53:26 -060017 bool
18 default CPU_AMD_PI
Kyösti Mälkki3bf38542014-12-18 22:22:04 +020019 select LATE_CBMEM_INIT
Bruce Griffith27ed80b2014-08-15 11:46:25 -060020
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030021if NORTHBRIDGE_AMD_PI
22
Ricardo Ribalda Delgadoa1328922016-12-28 15:16:22 +010023config BOTTOMIO_POSITION
24 hex "Bottom of 32-bit IO space"
25 default 0xD0000000
26 help
27 If PCI peripherals with big BARs are connected to the system
28 the bottom of the IO must be decreased to allocate such
29 devices.
30
31 Declare the beginning of the 128MB-aligned MMIO region. This
32 option is useful when PCI peripherals requesting large address
33 ranges are present.
34
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030035config CONSOLE_VGA_MULTI
36 bool
37 default n
38
39config S3_VGA_ROM_RUN
40 bool
41 default n
42
Bruce Griffith006364e2014-10-22 03:33:49 -060043source src/northbridge/amd/pi/00630F01/Kconfig
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030044source src/northbridge/amd/pi/00730F01/Kconfig
Marc Jonesaa31f992016-09-20 20:30:17 -060045source src/northbridge/amd/pi/00670F00/Kconfig
WANG Siyuan05639412015-05-20 14:44:32 +080046source src/northbridge/amd/pi/00660F01/Kconfig
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030047
WANG Siyuan2dcd0fc2015-06-02 16:25:58 +080048config HW_MEM_HOLE_SIZEK
49 hex
50 default 0x200000
51
52config HW_MEM_HOLE_SIZE_AUTO_INC
53 bool
54 default n
55
56config RAMTOP
57 hex
58 default 0x1000000
59
60config HEAP_SIZE
61 hex
62 default 0xc0000
63
64config RAMBASE
65 hex
66 default 0x200000
67
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030068endif # NORTHBRIDGE_AMD_PI