<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26304">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pci: Make HW.PCI.MMConf a public generic<br><br>GCC 8 wants us to tie the hidden, private state of HW.PCI.MMConf to a<br>surrounding state. Though, as it's impossible to do that before the<br>package instantiation, we can only comply by making it public.<br><br>Change-Id: I41c3d1324a7d9acde5be2c246011f976361e8f2b<br>Signed-off-by: Nico Huber <nico.h@gmx.de><br>---<br>M common/hw-pci-mmconf.ads<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/libhwbase refs/changes/04/26304/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/common/hw-pci-mmconf.ads b/common/hw-pci-mmconf.ads</span><br><span>index 03c9f44..597ebfa 100644</span><br><span>--- a/common/hw-pci-mmconf.ads</span><br><span>+++ b/common/hw-pci-mmconf.ads</span><br><span>@@ -17,7 +17,7 @@</span><br><span> </span><br><span> pragma Elaborate_All (HW.MMIO_Range);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-private generic</span><br><span style="color: hsl(120, 100%, 40%);">+generic</span><br><span>    Dev : Address := (0, 0, 0);</span><br><span> package HW.PCI.MMConf</span><br><span> with</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26304">change 26304</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/26304"/><meta itemprop="name" content="View Change"/></div></div>

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