<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28763">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">WIP: Add Kaby Lake PCI IDs<br><br>Change-Id: Ice05e07b016cebc7258a9790e38e079e63227a4b<br>---<br>M common/hw-gfx-gma-config.ads.template<br>1 file changed, 5 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/libgfxinit refs/changes/63/28763/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 dba10aa..bdeeefb 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>@@ -333,7 +333,8 @@</span><br><span> </span><br><span>    function Is_Skylake_U (Device_Id : Word16) return Boolean is</span><br><span>      (Device_Id = 16#1906# or Device_Id = 16#1916# or Device_Id = 16#1923# or</span><br><span style="color: hsl(0, 100%, 40%);">-      Device_Id = 16#1926# or Device_Id = 16#1927#);</span><br><span style="color: hsl(120, 100%, 40%);">+      Device_Id = 16#1926# or Device_Id = 16#1927# or</span><br><span style="color: hsl(120, 100%, 40%);">+      Device_Id = 16#5906# or Device_Id = 16#5916# or Device_Id = 16#5917#);</span><br><span> </span><br><span>    -- Rather catch too much here than too little,</span><br><span>    -- it's only used to distinguish generations.</span><br><span>@@ -360,7 +361,9 @@</span><br><span>          when Skylake      => ((Device_Id and 16#ffc3#) = 16#1902# or</span><br><span>                                (Device_Id and 16#ffcf#) = 16#190b# or</span><br><span>                                (Device_Id and 16#ffcf#) = 16#190d# or</span><br><span style="color: hsl(0, 100%, 40%);">-                               (Device_Id and 16#fff9#) = 16#1921#) and</span><br><span style="color: hsl(120, 100%, 40%);">+                               (Device_Id and 16#fff9#) = 16#1921# or</span><br><span style="color: hsl(120, 100%, 40%);">+                               (Device_Id and 16#ffe3#) = 16#5902# or</span><br><span style="color: hsl(120, 100%, 40%);">+                               (Device_Id and 16#fff1#) = 16#5911#) and</span><br><span>                              (case CPU_Var is</span><br><span>                                  when Normal => not Is_Skylake_U (Device_Id),</span><br><span>                                  when ULT    =>     Is_Skylake_U (Device_Id)));</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28763">change 28763</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/28763"/><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: Ice05e07b016cebc7258a9790e38e079e63227a4b </div>
<div style="display:none"> Gerrit-Change-Number: 28763 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>