Attention is currently required from: Jason Glenesk, Marshall Dawson, Felix Held. Hello build bot (Jenkins), Jason Glenesk, Marshall Dawson, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/52913
to look at the new patch set (#2).
Change subject: soc/amd/common/fsp/pci: Implement populate_pirq_data ......................................................................
soc/amd/common/fsp/pci: Implement populate_pirq_data
This method will use the PCI routing table provided by FSP and populate the pirq data. This data is used to set the PCI_INTR registers on the PCI devices.
This is loosely based off of picasso/pcie_gpp.c. Eventually we can migrate picasso over to use this function.
BUG=b:184766519 TEST=Build guybrush
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: I297fc3ca7227fb4794ac70bd046ce2f93da8b869 --- M src/soc/amd/common/fsp/pci/Makefile.inc A src/soc/amd/common/fsp/pci/pirq.c 2 files changed, 39 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/52913/2