Move pci_ops_mmconf
from arch/x86/ to device/
MMConf is not architecture specific. We also always provide a pci_bus_default_ops() now if MMCONF_SUPPORT is selected. Change-Id: I3f9b403da29d3fa81914cc1519710ba7d1bf2bb5 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/26062 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -12,6 +12,7 @@ ramstage-$(CONFIG_AZALIA_PLUGIN_SUPPORT) += azalia_device.c
|
||||
ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_32) += pnp_device.c
|
||||
ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_64) += pnp_device.c
|
||||
ramstage-$(CONFIG_PCI) += pci_ops.c
|
||||
ramstage-$(CONFIG_MMCONF_SUPPORT) += pci_ops_mmconf.c
|
||||
ramstage-$(CONFIG_PCI) += pci_early.c
|
||||
ramstage-$(CONFIG_PCI) += pci_rom.c
|
||||
ramstage-y += smbus_ops.c
|
||||
|
Reference in New Issue
Block a user