<p>Matt DeVillier has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20316">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">nb/sandybridge: 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: I6b52c782c45ef4bf83439b10e25034ea5bbaaf73<br>Signed-off-by: Matt DeVillier <matt.devillier@gmail.com><br>---<br>M src/northbridge/intel/sandybridge/Kconfig<br>M src/northbridge/intel/sandybridge/Makefile.inc<br>2 files changed, 18 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/16/20316/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig<br>index ae5ddfc..8b29419 100644<br>--- a/src/northbridge/intel/sandybridge/Kconfig<br>+++ b/src/northbridge/intel/sandybridge/Kconfig<br>@@ -121,4 +121,18 @@<br> <br> endif # !USE_NATIVE_RAMINIT<br> <br>+config ADD_VBT_DATA_FILE<br>+  bool "Add a Video Bios Table (VBT) binary to CBFS"<br>+ depends on !VGA_BIOS<br>+ help<br>+   Add a VBT file data file to CBFS. The VBT describes the integrated<br>+   GPU and connections, and is needed in leiu of a VBIOS in order to<br>+    initialize the display.<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>+<br> endif<br>diff --git a/src/northbridge/intel/sandybridge/Makefile.inc b/src/northbridge/intel/sandybridge/Makefile.inc<br>index 846d31b..8bca5bb 100644<br>--- a/src/northbridge/intel/sandybridge/Makefile.inc<br>+++ b/src/northbridge/intel/sandybridge/Makefile.inc<br>@@ -57,4 +57,8 @@<br> mrc.cache-type := mrc_cache<br> endif<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>+<br> endif<br></pre><p>To view, visit <a href="https://review.coreboot.org/20316">change 20316</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/20316"/><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: I6b52c782c45ef4bf83439b10e25034ea5bbaaf73 </div>
<div style="display:none"> Gerrit-Change-Number: 20316 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com> </div>