<p>Maximilian Schander has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22350">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/inteltool: Add PCIEXBAR and PXPEPBAR reading for skylake<br><br>Both registers behave the same as on the previous generation<br><br>Taken from<br>     * 6th Generation Intel Processor Families for S-Platform Volume 2 of 2<br>     * Page 55 and 62<br>     * 332688-003EN<br><br>Change-Id: Id02a38a7ab51003c9d0f16ebb2300a16b66a15f9<br>Signed-off-by: Maximilian Schander <coreboot@mimoja.de><br>---<br>M util/inteltool/pcie.c<br>1 file changed, 4 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/50/22350/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/util/inteltool/pcie.c b/util/inteltool/pcie.c<br>index e8b8c94..ac76bd6 100644<br>--- a/util/inteltool/pcie.c<br>+++ b/util/inteltool/pcie.c<br>@@ -280,6 +280,8 @@<br>         case PCI_DEVICE_ID_INTEL_CORE_4TH_GEN_E3:<br>     case PCI_DEVICE_ID_INTEL_CORE_4TH_GEN_U:<br>      case PCI_DEVICE_ID_INTEL_CORE_5TH_GEN_U:<br>+     case PCI_DEVICE_ID_INTEL_CORE_6TH_GEN_M:<br>+     case PCI_DEVICE_ID_INTEL_CORE_6TH_GEN_WST:<br>            epbar_phys = pci_read_long(nb, 0x40) & 0xfffffffe;<br>                epbar_phys |= ((uint64_t)pci_read_long(nb, 0x44)) << 32;<br>                break;<br>@@ -501,6 +503,8 @@<br>   case PCI_DEVICE_ID_INTEL_CORE_4TH_GEN_E3:<br>     case PCI_DEVICE_ID_INTEL_CORE_4TH_GEN_U:<br>      case PCI_DEVICE_ID_INTEL_CORE_5TH_GEN_U:<br>+     case PCI_DEVICE_ID_INTEL_CORE_6TH_GEN_M:<br>+     case PCI_DEVICE_ID_INTEL_CORE_6TH_GEN_WST:<br>            pciexbar_reg = pci_read_long(nb, 0x60);<br>               pciexbar_reg |= ((uint64_t)pci_read_long(nb, 0x64)) << 32;<br>              break;<br></pre><p>To view, visit <a href="https://review.coreboot.org/22350">change 22350</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/22350"/><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: Id02a38a7ab51003c9d0f16ebb2300a16b66a15f9 </div>
<div style="display:none"> Gerrit-Change-Number: 22350 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Maximilian Schander <coreboot@mimoja.de> </div>