<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27046">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gma config: Fix CPU range for Has_PCH_DAC<br><br>Looks like this hasn't been tested for a while or maybe never. The range<br>`Broadwell .. Haswell` was reversed and thus empty.<br><br>Change-Id: I1f6f8e3897c55aa5978e9403d14f103458c89cac<br>Signed-off-by: Nico Huber <nico.h@gmx.de><br>---<br>M common/hw-gfx-gma-config.ads.template<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/libgfxinit refs/changes/46/27046/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/common/hw-gfx-gma-config.ads.template b/common/hw-gfx-gma-config.ads.template</span><br><span>index 8a61d81..90500ab 100644</span><br><span>--- a/common/hw-gfx-gma-config.ads.template</span><br><span>+++ b/common/hw-gfx-gma-config.ads.template</span><br><span>@@ -71,7 +71,7 @@</span><br><span>    ----- PCH/FDI: ---------</span><br><span>    Has_PCH                 : constant Boolean := CPU /= Broxton and CPU /= G45;</span><br><span>    Has_PCH_DAC             : constant Boolean := CPU in Ironlake .. Ivybridge or</span><br><span style="color: hsl(0, 100%, 40%);">-                                                 (CPU in Broadwell .. Haswell</span><br><span style="color: hsl(120, 100%, 40%);">+                                                 (CPU in Haswell .. Broadwell</span><br><span>                                                   and CPU_Var = Normal);</span><br><span> </span><br><span>    Has_PCH_Aux_Channels    : constant Boolean := CPU in Ironlake .. Broadwell;</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27046">change 27046</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/27046"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libgfxinit </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I1f6f8e3897c55aa5978e9403d14f103458c89cac </div>
<div style="display:none"> Gerrit-Change-Number: 27046 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>