coreboot/src
Felix Held dde265f5a2 soc/amd/common/data_fabric/domain: introduce add_pci_cfg_resources
Since reporting the PCI ECAM MMCONF MMIO region and the IO ports for the
legacy PCI config space access is needed on all AMD SoCs, implement a
common add_pci_cfg_resources function that reports both and gets called
from amd_pci_domain_read_resources and don't report those in the SoC-
specific code any more. The only functional change is that on Genoa now
the IO ports used for the legacy PCI config space access get reserved.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ibbcc2aea4f25b6dc68fdf7f360e5a4ce53f6d850
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80270
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
2024-02-01 11:39:01 +00:00
..
acpi device/device.h: Rename busses for clarity 2024-01-31 10:36:39 +00:00
arch device/device.h: Rename busses for clarity 2024-01-31 10:36:39 +00:00
commonlib acpi,arch,commonlib: Rename Makefiles from .inc to .mk 2024-01-24 08:32:11 +00:00
console lib,console,sbom: Rename Makefiles from .inc to .mk 2024-01-24 10:12:57 +00:00
cpu cpu/x86/smm/pci_resource_store: Store DEV/VEN ID 2024-01-31 14:47:54 +00:00
device device/device.h: Fix spelling mistake 2024-01-31 10:36:49 +00:00
drivers device/device.h: Rename busses for clarity 2024-01-31 10:36:39 +00:00
ec device/device.h: Rename busses for clarity 2024-01-31 10:36:39 +00:00
include cpu/x86/smm/pci_resource_store: Store DEV/VEN ID 2024-01-31 14:47:54 +00:00
lib device/device.h: Rename busses for clarity 2024-01-31 10:36:39 +00:00
mainboard device/device.h: Rename busses for clarity 2024-01-31 10:36:39 +00:00
northbridge device/device.h: Rename busses for clarity 2024-01-31 10:36:39 +00:00
sbom src, util: Clean up makefile.inc in text, help & comments 2024-01-26 20:15:18 +00:00
security security/intel: Use write{64,32,16,8}p and read{64,32,16,8}p 2024-01-30 12:27:29 +00:00
soc soc/amd/common/data_fabric/domain: introduce add_pci_cfg_resources 2024-02-01 11:39:01 +00:00
southbridge device/device.h: Rename busses for clarity 2024-01-31 10:36:39 +00:00
superio device/device.h: Rename busses for clarity 2024-01-31 10:36:39 +00:00
vendorcode soc/amd/common/data_fabric/domain: introduce add_pci_cfg_resources 2024-02-01 11:39:01 +00:00
Kconfig src, util: Clean up makefile.inc in text, help & comments 2024-01-26 20:15:18 +00:00