Add VBT file to coreboot image.

Adding the VBT file makes it available through some ACPI memory area
and apparently the VBT contains the information needed by the i915 driver
in order to figure out how to control the screen's backlight.
Without the VBT, we can't control the screen backlight with Fn-F5/Fn-F6
anymore.
This commit is contained in:
Youness Alaoui 2018-05-23 16:47:17 -04:00
parent 6d9b0a7c6c
commit 4b34cca555
No known key found for this signature in database
GPG Key ID: AAFC4B34BBEBB31C
2 changed files with 4 additions and 2 deletions

View File

@ -512,7 +512,8 @@ CONFIG_PCIEXP_PLUGIN_SUPPORT=y
# CONFIG_EARLY_PCI_BRIDGE is not set
CONFIG_SUBSYSTEM_VENDOR_ID=0x0000
CONFIG_SUBSYSTEM_DEVICE_ID=0x0000
# CONFIG_INTEL_GMA_ADD_VBT_DATA_FILE is not set
CONFIG_INTEL_GMA_ADD_VBT_DATA_FILE=y
CONFIG_INTEL_GMA_VBT_FILE="../../blobs/librem_skl/vbt.bin"
# CONFIG_SOFTWARE_I2C is not set
#

View File

@ -512,7 +512,8 @@ CONFIG_PCIEXP_PLUGIN_SUPPORT=y
# CONFIG_EARLY_PCI_BRIDGE is not set
CONFIG_SUBSYSTEM_VENDOR_ID=0x0000
CONFIG_SUBSYSTEM_DEVICE_ID=0x0000
# CONFIG_INTEL_GMA_ADD_VBT_DATA_FILE is not set
CONFIG_INTEL_GMA_ADD_VBT_DATA_FILE=y
CONFIG_INTEL_GMA_VBT_FILE="../../blobs/librem_skl/vbt.bin"
# CONFIG_SOFTWARE_I2C is not set
#