<p>Matt DeVillier has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20321">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">nb/intel/common: add option to include VBT in CBFS<br><br>Add option to include vbt.bin in CBFS for injection into<br>ACPI OpRegion in leiu of using a VBIOS.<br><br>Change-Id: I8b651db2b0eeade6f222e4c39711a5763fe37d1a<br>Signed-off-by: Matt DeVillier <matt.devillier@gmail.com><br>---<br>M src/northbridge/intel/common/Kconfig<br>M src/northbridge/intel/common/Makefile.inc<br>2 files changed, 17 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/20321/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/northbridge/intel/common/Kconfig b/src/northbridge/intel/common/Kconfig<br>index 672010e..46ac83e 100644<br>--- a/src/northbridge/intel/common/Kconfig<br>+++ b/src/northbridge/intel/common/Kconfig<br>@@ -3,3 +3,16 @@<br> <br> config NORTHBRIDGE_INTEL_COMMON_GMA_OPREGION<br>         def_bool n<br>+<br>+config ADD_VBT_DATA_FILE<br>+     bool "Add a Video Bios Table (VBT) binary to CBFS"<br>+ help<br>+   Add a VBT file data file to CBFS. The VBT describes the integrated<br>+   GPU and connections, and can be used in leiu of a VBIOS in order to<br>+          populate the ACPI OpRegion VBT data.<br>+<br>+config VBT_FILE<br>+  string "VBT binary path and filename"<br>+      depends on ADD_VBT_DATA_FILE<br>+ help<br>+   The path and filename of the VBT binary.<br>diff --git a/src/northbridge/intel/common/Makefile.inc b/src/northbridge/intel/common/Makefile.inc<br>index fe72970..14dd99e 100644<br>--- a/src/northbridge/intel/common/Makefile.inc<br>+++ b/src/northbridge/intel/common/Makefile.inc<br>@@ -16,3 +16,7 @@<br> romstage-$(CONFIG_NORTHBRIDGE_INTEL_COMMON_MRC_CACHE) += mrc_cache.c<br> ramstage-$(CONFIG_NORTHBRIDGE_INTEL_COMMON_MRC_CACHE) += mrc_cache.c<br> ramstage-$(CONFIG_NORTHBRIDGE_INTEL_COMMON_GMA_OPREGION) += gma_opregion.c<br>+<br>+cbfs-files-$(CONFIG_ADD_VBT_DATA_FILE) += vbt.bin<br>+vbt.bin-file := $(call strip_quotes,$(CONFIG_VBT_FILE))<br>+vbt.bin-type := raw<br></pre><p>To view, visit <a href="https://review.coreboot.org/20321">change 20321</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/20321"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I8b651db2b0eeade6f222e4c39711a5763fe37d1a </div>
<div style="display:none"> Gerrit-Change-Number: 20321 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com> </div>