summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/fsp/pci/Makefile.inc
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2021-05-04 15:38:03 -0600
committerFelix Held <felix-coreboot@felixheld.de>2021-05-09 18:09:36 +0000
commit7b84b02492ec3ae1209c369f9149dd12e69d158a (patch)
treee5128d483d308a8ccc61d175c6acd8fc627563f5 /src/soc/amd/common/fsp/pci/Makefile.inc
parent129d473b2dc994bbfef8a74d5a9471bcc0c56a00 (diff)
downloadcoreboot-7b84b02492ec3ae1209c369f9149dd12e69d158a.tar.gz
coreboot-7b84b02492ec3ae1209c369f9149dd12e69d158a.tar.bz2
coreboot-7b84b02492ec3ae1209c369f9149dd12e69d158a.zip
soc/amd/common/fsp/pci: Add helper methods for PCI IRQ table
These are helper methods for interacting with the AMD_FSP_PCIE_DEVFUNC_REMAP_HOB_GUID. BUG=b:184766519, b:184766197 TEST=Build guybrush Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: Id03d0b74ca12e7bcee11f8d13b0e802861c13923 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52911 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd/common/fsp/pci/Makefile.inc')
-rw-r--r--src/soc/amd/common/fsp/pci/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/amd/common/fsp/pci/Makefile.inc b/src/soc/amd/common/fsp/pci/Makefile.inc
new file mode 100644
index 000000000000..cc1377a42c45
--- /dev/null
+++ b/src/soc/amd/common/fsp/pci/Makefile.inc
@@ -0,0 +1,5 @@
+ifeq ($(CONFIG_SOC_AMD_COMMON_FSP_PCI),y)
+
+ramstage-y += pci_routing_info.c
+
+endif # CONFIG_SOC_AMD_COMMON_FSP_PCI