<p>Arthur Heymans has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23090">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sb/intel/i82801ix: Don't select HAVE_INTEL_FIRMWARE on Q35-QEMU<br><br>The Qemu q35 target doesn't support or needs Intel Firmware blobs so<br>it doesn't make sense to select that option on this hardware.<br><br>The result of this change will be that when changing the ROM chip<br>size, CBFS_SIZE will automatically fill the whole flash which is<br>desirable in this case.<br><br>Change-Id: I89b0c2a7b3e9c163ce4b4eb5b38ab5fa70ba3cfa<br>Signed-off-by: Arthur Heymans <arthur@aheymans.xyz><br>---<br>M src/southbridge/intel/i82801ix/Kconfig<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/23090/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/southbridge/intel/i82801ix/Kconfig b/src/southbridge/intel/i82801ix/Kconfig</span><br><span>index 6879bce..fcf2eb5 100644</span><br><span>--- a/src/southbridge/intel/i82801ix/Kconfig</span><br><span>+++ b/src/southbridge/intel/i82801ix/Kconfig</span><br><span>@@ -25,7 +25,7 @@</span><br><span>  select HAVE_SMI_HANDLER</span><br><span>      select HAVE_USBDEBUG_OPTIONS</span><br><span>         select SOUTHBRIDGE_INTEL_COMMON_GPIO</span><br><span style="color: hsl(0, 100%, 40%);">-    select HAVE_INTEL_FIRMWARE</span><br><span style="color: hsl(120, 100%, 40%);">+    select HAVE_INTEL_FIRMWARE if !BOARD_EMULATION_QEMU_X86_Q35</span><br><span> </span><br><span> if SOUTHBRIDGE_INTEL_I82801IX</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23090">change 23090</a>. To unsubscribe, or for help writing mail filters, 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/23090"/><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: I89b0c2a7b3e9c163ce4b4eb5b38ab5fa70ba3cfa </div>
<div style="display:none"> Gerrit-Change-Number: 23090 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz> </div>