<p>Matt DeVillier has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/24985">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/braswell: fix PCI resoruce PMAX/PLEN values<br><br>Without PMAX correctly set, the calculation for PLEN is incorrect,<br>leading to a Windows BSOD on boot.  Correct PMAX using code from<br>Baytrail SoC, setting PMAX to (CONFIG_MMCONF_BASE_ADDRESS - 1).<br><br>Test: boot Windows on google/edgar without BSOD.<br><br>Change-Id: I4f2f4a0ff3a285826709f9eaafa40b0bf0cafb83<br>Signed-off-by: Matt DeVillier <matt.devillier@gmail.com><br>---<br>M src/soc/intel/braswell/acpi/southcluster.asl<br>1 file changed, 1 insertion(+), 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/85/24985/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/intel/braswell/acpi/southcluster.asl b/src/soc/intel/braswell/acpi/southcluster.asl</span><br><span>index 7617662..19a58d1 100644</span><br><span>--- a/src/soc/intel/braswell/acpi/southcluster.asl</span><br><span>+++ b/src/soc/intel/braswell/acpi/southcluster.asl</span><br><span>@@ -173,6 +173,7 @@</span><br><span> </span><br><span>        /* TOLM is BMBOUND accessible from IOSF so is saved in NVS */</span><br><span>        Store (\TOLM, PMIN)</span><br><span style="color: hsl(120, 100%, 40%);">+   Store (Subtract(CONFIG_MMCONF_BASE_ADDRESS, 1), PMAX)</span><br><span>        Add (Subtract (PMAX, PMIN), 1, PLEN)</span><br><span> </span><br><span>     Return (MCRS)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/24985">change 24985</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/24985"/><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: I4f2f4a0ff3a285826709f9eaafa40b0bf0cafb83 </div>
<div style="display:none"> Gerrit-Change-Number: 24985 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com> </div>