Attention is currently required from: Nico Huber, Furquan Shaikh, Tim Wawrzynczak. Hello Shelley Chen, build bot (Jenkins), Furquan Shaikh, Tim Wawrzynczak, Angel Pons, Furquan Shaikh, Kyösti Mälkki,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/58331
to look at the new patch set (#4).
Change subject: pci_mmio_cfg: Move guard around pci_s_* functions to x86 ......................................................................
pci_mmio_cfg: Move guard around pci_s_* functions to x86
There is no platform in our tree that requires the PCI MMIO ops but doesn't want the pci_s_* definitions. The only case where we include the `pci_mmio_cfg.h` header but don't want the pci_s_* functions to use MMIO is on older x86 platforms, so move the guard there.
Change-Id: Iaeed6ab43ad61b7c0e14572b12bf4ec06b6a26af Signed-off-by: Nico Huber nico.huber@secunet.com --- M src/arch/x86/include/arch/pci_ops.h M src/include/device/pci_mmio_cfg.h 2 files changed, 4 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/58331/4