d2ebc4d39f
Change-Id: Icecef272bd4cd2a204c903783787bbec751fe9e5 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71613 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
43 lines
773 B
Text
43 lines
773 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config NORTHBRIDGE_INTEL_PINEVIEW
|
|
bool
|
|
select HAVE_DEBUG_RAM_SETUP
|
|
select VGA
|
|
select MAINBOARD_HAS_NATIVE_VGA_INIT
|
|
select HAVE_VGA_TEXT_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT
|
|
select INTEL_EDID if MAINBOARD_DO_NATIVE_VGA_INIT
|
|
select INTEL_GMA_ACPI
|
|
select NO_DDR5
|
|
select NO_LPDDR4
|
|
select NO_DDR4
|
|
select USE_DDR3
|
|
select USE_DDR2
|
|
|
|
if NORTHBRIDGE_INTEL_PINEVIEW
|
|
|
|
config VGA_BIOS_ID
|
|
string
|
|
default "8086,a001"
|
|
|
|
config ECAM_MMCONF_BASE_ADDRESS
|
|
default 0xe0000000
|
|
|
|
config ECAM_MMCONF_BUS_NUMBER
|
|
int
|
|
default 256
|
|
|
|
config SMM_RESERVED_SIZE
|
|
hex
|
|
default 0x80000
|
|
|
|
config FIXED_MCHBAR_MMIO_BASE
|
|
default 0xfed14000
|
|
|
|
config FIXED_DMIBAR_MMIO_BASE
|
|
default 0xfed18000
|
|
|
|
config FIXED_EPBAR_MMIO_BASE
|
|
default 0xfed19000
|
|
|
|
endif
|