Skip to content

Commit 637f2a4

Browse files
committed
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@gmx.de> Reviewed-on: https://review.coreboot.org/26304 Tested-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
1 parent 6685971 commit 637f2a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/hw-pci-mmconf.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ with HW.MMIO_Range;
1717

1818
pragma Elaborate_All (HW.MMIO_Range);
1919

20-
private generic
20+
generic
2121
Dev : Address := (0, 0, 0);
2222
package HW.PCI.MMConf
2323
with

0 commit comments

Comments
 (0)