[coreboot-gerrit] Change in libhwbase[master]: pci: Make HW.PCI.MMConf a public generic

Nico Huber (Code Review) gerrit at coreboot.org
Tue May 15 23:45:34 CEST 2018


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/26304


Change subject: pci: Make HW.PCI.MMConf a public generic
......................................................................

pci: Make HW.PCI.MMConf a public generic

GCC 8 wants us to tie the hidden, private state of HW.PCI.MMConf to a
surrounding state. Though, as it's impossible to do that before the
package instantiation, we can only comply by making it public.

Change-Id: I41c3d1324a7d9acde5be2c246011f976361e8f2b
Signed-off-by: Nico Huber <nico.h at gmx.de>
---
M common/hw-pci-mmconf.ads
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/libhwbase refs/changes/04/26304/1

diff --git a/common/hw-pci-mmconf.ads b/common/hw-pci-mmconf.ads
index 03c9f44..597ebfa 100644
--- a/common/hw-pci-mmconf.ads
+++ b/common/hw-pci-mmconf.ads
@@ -17,7 +17,7 @@
 
 pragma Elaborate_All (HW.MMIO_Range);
 
-private generic
+generic
    Dev : Address := (0, 0, 0);
 package HW.PCI.MMConf
 with

-- 
To view, visit https://review.coreboot.org/26304
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: libhwbase
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I41c3d1324a7d9acde5be2c246011f976361e8f2b
Gerrit-Change-Number: 26304
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180515/ec4f7597/attachment.html>


More information about the coreboot-gerrit mailing list