diff options
author | Abhay Kumar <abhay.kumar@intel.com> | 2017-10-12 11:33:01 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-10-19 15:19:36 +0000 |
commit | b0c4cbb7aff5656a35babe7020c71b45fe3235a6 (patch) | |
tree | 43d61a81ae2adbf2f02e47d919b832d9f607fe04 /src/soc/intel/cannonlake/Kconfig | |
parent | 0e35eb2434026293db5ab2e466c479b91d634311 (diff) | |
download | coreboot-b0c4cbb7aff5656a35babe7020c71b45fe3235a6.tar.gz coreboot-b0c4cbb7aff5656a35babe7020c71b45fe3235a6.tar.bz2 coreboot-b0c4cbb7aff5656a35babe7020c71b45fe3235a6.zip |
soc/intel/cannonlake: Add IGD Support and pre-OS display code
1. Add IGD opregion initialization.
2. Use frame buffer return by FSP for display.
3. Derived from "src/soc/intel/apollolake/graphics.c" with changes
needed for CNL.
TEST=Pre-OS screen comes up and VBT is getting passed to kernel.
Change-Id: I19c0cf6cfc03fc9df9e98c75af4e486cb5a19e32
Signed-off-by: Abhay Kumar <abhay.kumar@intel.com>
Reviewed-on: https://review.coreboot.org/21999
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/soc/intel/cannonlake/Kconfig')
-rw-r--r-- | src/soc/intel/cannonlake/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index 3ce8776cc729..00aa6e9ac887 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -25,6 +25,7 @@ config CPU_SPECIFIC_OPTIONS select HAVE_MONOTONIC_TIMER select HAVE_SMI_HANDLER select INTEL_CAR_NEM_ENHANCED + select INTEL_GMA_ACPI select INTEL_GMA_ADD_VBT_DATA_FILE if RUN_FSP_GOP select IOAPIC select MRC_SETTINGS_PROTECT |