blob: e47d20d68b21f970b0dee255063aee7d12547abf [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
WANG Siyuan05639412015-05-20 14:44:32 +08004config NORTHBRIDGE_AMD_PI_00660F01
5 bool
WANG Siyuan05639412015-05-20 14:44:32 +08006
7if NORTHBRIDGE_AMD_PI_00660F01
8
9config HW_MEM_HOLE_SIZEK
10 hex
11 default 0x100000
12
WANG Siyuan05639412015-05-20 14:44:32 +080013config MMCONF_BASE_ADDRESS
14 hex
15 default 0xF8000000
16
17config MMCONF_BUS_NUMBER
18 int
19 default 64
20
21config VGA_BIOS_ID
22 string
23 default "1002,9870"
24 help
25 The default VGA BIOS PCI vendor/device ID should be set to the
26 result of the map_oprom_vendev() function in northbridge.c.
27
28config VGA_BIOS_FILE
29 string
30 default "3rdparty/blobs/northbridge/amd/00660F01/VBIOS.bin"
31
32endif