From bb98b38b93d1f01fd3cd71c9e27ddbf4d3f1d244 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Sat, 30 Sep 2017 09:13:53 +0200 Subject: nb/intel/pineview: Port ACPI opregion to pineview Port the ACPI opregion implementation that resides in drivers/intel/gma to older platforms. It allows to include a vbt.bin and allows GNU/Linux to load the opregion as ASLB is being set. Windows' Intel will likely ignore it as it relies on legacy VBIOS to be loaded at 0xc0000. Change-Id: Ifc9fc52d84dcbb0da577e61467ece8a48752f44b Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/21775 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/northbridge/intel/pineview/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/intel/pineview/Kconfig') diff --git a/src/northbridge/intel/pineview/Kconfig b/src/northbridge/intel/pineview/Kconfig index 1af8d3cb4c..e8ef9d9403 100644 --- a/src/northbridge/intel/pineview/Kconfig +++ b/src/northbridge/intel/pineview/Kconfig @@ -28,6 +28,7 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy select HAVE_VGA_TEXT_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT select INTEL_EDID if MAINBOARD_DO_NATIVE_VGA_INIT select RELOCATABLE_RAMSTAGE + select INTEL_GMA_ACPI config BOOTBLOCK_NORTHBRIDGE_INIT string -- cgit v1.2.3