e88f705946
Tested with BUILD_TIMELESS=1, Asus P5QL PRO does not change. Change-Id: I33c17f56eac0277a12b32af777e2e1ceb086685f Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49754 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
49 lines
762 B
Text
49 lines
762 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config NORTHBRIDGE_INTEL_X4X
|
|
bool
|
|
|
|
if NORTHBRIDGE_INTEL_X4X
|
|
|
|
config NORTHBRIDGE_SPECIFIC_OPTIONS
|
|
def_bool y
|
|
select HAVE_DEBUG_RAM_SETUP
|
|
select VGA
|
|
select INTEL_GMA_ACPI
|
|
select CACHE_MRC_SETTINGS
|
|
select PARALLEL_MP
|
|
select BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES
|
|
|
|
config CBFS_SIZE
|
|
hex
|
|
default 0x100000 if !SOUTHBRIDGE_INTEL_I82801GX
|
|
|
|
config VGA_BIOS_ID
|
|
string
|
|
default "8086,2e32"
|
|
|
|
config MMCONF_BASE_ADDRESS
|
|
default 0xe0000000
|
|
|
|
config MMCONF_BUS_NUMBER
|
|
int
|
|
default 256
|
|
|
|
config SMM_RESERVED_SIZE
|
|
hex
|
|
default 0x100000
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 4
|
|
|
|
config FIXED_MCHBAR_MMIO_BASE
|
|
default 0xfed14000
|
|
|
|
config FIXED_DMIBAR_MMIO_BASE
|
|
default 0xfed18000
|
|
|
|
config FIXED_EPBAR_MMIO_BASE
|
|
default 0xfed19000
|
|
|
|
endif
|