Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39880 )
Change subject: mb/intel/d510mo: Add vbt file ......................................................................
mb/intel/d510mo: Add vbt file
Add vbt file extracted from the vendor UEFI blob.
Change-Id: Idd39065e9cf5a420317d79695cf032713173eeab Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/intel/d510mo/Kconfig A src/mainboard/intel/d510mo/data.vbt 2 files changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/39880/1
diff --git a/src/mainboard/intel/d510mo/Kconfig b/src/mainboard/intel/d510mo/Kconfig index 738eabc..c7d7de0 100644 --- a/src/mainboard/intel/d510mo/Kconfig +++ b/src/mainboard/intel/d510mo/Kconfig @@ -28,6 +28,7 @@ select HAVE_OPTION_TABLE select HAVE_CMOS_DEFAULT select DRIVERS_I2C_CK505 + select INTEL_GMA_HAVE_VBT
config MAX_CPUS int diff --git a/src/mainboard/intel/d510mo/data.vbt b/src/mainboard/intel/d510mo/data.vbt new file mode 100644 index 0000000..7cf261d --- /dev/null +++ b/src/mainboard/intel/d510mo/data.vbt Binary files differ