<p>Matt DeVillier has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20315">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">nb/haswell: 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: Ic1f81aea60b9fe8596ed7d95b20d079636d5dd2a<br>Signed-off-by: Matt DeVillier <matt.devillier@gmail.com><br>---<br>M src/northbridge/intel/haswell/Kconfig<br>M src/northbridge/intel/haswell/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/15/20315/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/northbridge/intel/haswell/Kconfig b/src/northbridge/intel/haswell/Kconfig<br>index 90f8774..4db8140 100644<br>--- a/src/northbridge/intel/haswell/Kconfig<br>+++ b/src/northbridge/intel/haswell/Kconfig<br>@@ -95,4 +95,18 @@<br>          VBIOS. On those systems we need to wait for a bit before executing<br>    the VBIOS.<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/haswell/Makefile.inc b/src/northbridge/intel/haswell/Makefile.inc<br>index f198b7c..1f32f56 100644<br>--- a/src/northbridge/intel/haswell/Makefile.inc<br>+++ b/src/northbridge/intel/haswell/Makefile.inc<br>@@ -48,4 +48,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/20315">change 20315</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/20315"/><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: Ic1f81aea60b9fe8596ed7d95b20d079636d5dd2a </div>
<div style="display:none"> Gerrit-Change-Number: 20315 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com> </div>