From c060fb5aace8b3445bb79bbaf74145a022022e57 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Thu, 15 Jun 2017 09:18:01 +0200 Subject: soc/intel/braswell/acpi: Clean OpRegion up Reorder code and put platform specific bits into update_igd_opregion. Get rid of get_fsp_vbt and init_igd_opregion. Write GMA opregion in case a VBT was provided, even when no FSP_GOP is to be run. Use SOC_INTEL_COMMON_GFX_OPREGION to reduce code duplication. Change-Id: Ibabeb05a9d3d776b73f6885dcca846d5001116e7 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/20221 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Paul Menzel --- src/soc/intel/braswell/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/braswell/Kconfig') diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig index 3decbc73b9..dc2f40de1d 100644 --- a/src/soc/intel/braswell/Kconfig +++ b/src/soc/intel/braswell/Kconfig @@ -48,6 +48,7 @@ config CPU_SPECIFIC_OPTIONS select HAVE_SPI_CONSOLE_SUPPORT select HAVE_FSP_GOP select GENERIC_GPIO_LIB + select SOC_INTEL_COMMON_GFX_OPREGION config VBOOT select VBOOT_STARTS_IN_ROMSTAGE -- cgit v1.2.3