device/device.h: Rename pci_domain_scan_bus
commit0b0113f2436b448cd172d2ae9cfcc07628020173
authorArthur Heymans <arthur@aheymans.xyz>
Thu, 31 Aug 2023 15:09:28 +0000 (31 17:09 +0200)
committerMatt DeVillier <matt.devillier@amd.corp-partner.google.com>
Fri, 20 Oct 2023 14:24:57 +0000 (20 14:24 +0000)
tree627b1a81d647e9084763dd18eaca22022bd4568c
parentce84a347bfa16f393e75e4cc63eded636ca69af8
device/device.h: Rename pci_domain_scan_bus

On all targets the domain works as a host bridge. Xeon-sp code intends
to feature multiple host bridges below a domain, hence rename the
function to pci_host_bridge_scan_bus.

Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Change-Id: I4e65fdbaf0b42c5f4f62297a60d818d299d76f73
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78326
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-by: Yidi Lin <yidilin@google.com>
31 files changed:
src/device/pci_device.c
src/include/device/device.h
src/mainboard/emulation/qemu-aarch64/mainboard.c
src/mainboard/emulation/qemu-i440fx/northbridge.c
src/northbridge/amd/pi/00730F01/northbridge.c
src/northbridge/intel/e7505/northbridge.c
src/northbridge/intel/gm45/northbridge.c
src/northbridge/intel/haswell/northbridge.c
src/northbridge/intel/i440bx/northbridge.c
src/northbridge/intel/i945/northbridge.c
src/northbridge/intel/ironlake/northbridge.c
src/northbridge/intel/pineview/northbridge.c
src/northbridge/intel/sandybridge/northbridge.c
src/northbridge/intel/x4x/northbridge.c
src/soc/amd/common/block/data_fabric/domain.c
src/soc/amd/stoneyridge/chip.c
src/soc/cavium/cn81xx/ecam0.c
src/soc/intel/alderlake/chip.c
src/soc/intel/apollolake/chip.c
src/soc/intel/baytrail/chip.c
src/soc/intel/braswell/chip.c
src/soc/intel/broadwell/northbridge.c
src/soc/intel/cannonlake/chip.c
src/soc/intel/denverton_ns/chip.c
src/soc/intel/elkhartlake/chip.c
src/soc/intel/jasperlake/chip.c
src/soc/intel/meteorlake/chip.c
src/soc/intel/skylake/chip.c
src/soc/intel/tigerlake/chip.c
src/soc/mediatek/mt8195/soc.c
src/soc/qualcomm/sc7280/soc.c