[coreboot-gerrit] Change in coreboot[master]: nb/intel/common: add option to include VBT in CBFS

Matt DeVillier (Code Review) gerrit at coreboot.org
Sat Jun 24 00:34:39 CEST 2017


Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/20321


Change subject: nb/intel/common: add option to include VBT in CBFS
......................................................................

nb/intel/common: add option to include VBT in CBFS

Add option to include vbt.bin in CBFS for injection into
ACPI OpRegion in leiu of using a VBIOS.

Change-Id: I8b651db2b0eeade6f222e4c39711a5763fe37d1a
Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
M src/northbridge/intel/common/Kconfig
M src/northbridge/intel/common/Makefile.inc
2 files changed, 17 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/20321/1

diff --git a/src/northbridge/intel/common/Kconfig b/src/northbridge/intel/common/Kconfig
index 672010e..46ac83e 100644
--- a/src/northbridge/intel/common/Kconfig
+++ b/src/northbridge/intel/common/Kconfig
@@ -3,3 +3,16 @@
 
 config NORTHBRIDGE_INTEL_COMMON_GMA_OPREGION
 	def_bool n
+
+config ADD_VBT_DATA_FILE
+	bool "Add a Video Bios Table (VBT) binary to CBFS"
+	help
+	  Add a VBT file data file to CBFS. The VBT describes the integrated
+	  GPU and connections, and can be used in leiu of a VBIOS in order to
+	  populate the ACPI OpRegion VBT data.
+
+config VBT_FILE
+	string "VBT binary path and filename"
+	depends on ADD_VBT_DATA_FILE
+	help
+	  The path and filename of the VBT binary.
diff --git a/src/northbridge/intel/common/Makefile.inc b/src/northbridge/intel/common/Makefile.inc
index fe72970..14dd99e 100644
--- a/src/northbridge/intel/common/Makefile.inc
+++ b/src/northbridge/intel/common/Makefile.inc
@@ -16,3 +16,7 @@
 romstage-$(CONFIG_NORTHBRIDGE_INTEL_COMMON_MRC_CACHE) += mrc_cache.c
 ramstage-$(CONFIG_NORTHBRIDGE_INTEL_COMMON_MRC_CACHE) += mrc_cache.c
 ramstage-$(CONFIG_NORTHBRIDGE_INTEL_COMMON_GMA_OPREGION) += gma_opregion.c
+
+cbfs-files-$(CONFIG_ADD_VBT_DATA_FILE) += vbt.bin
+vbt.bin-file := $(call strip_quotes,$(CONFIG_VBT_FILE))
+vbt.bin-type := raw

-- 
To view, visit https://review.coreboot.org/20321
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8b651db2b0eeade6f222e4c39711a5763fe37d1a
Gerrit-Change-Number: 20321
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170623/a1f1a521/attachment.html>


More information about the coreboot-gerrit mailing list