Hello Patrick Rudolph, Karthik Ramasubramanian, Paul Fagerburg, Subrata Banik, Arthur Heymans, Tim Wawrzynczak, Shelley Chen, build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34089
to look at the new patch set (#11).
Change subject: src/soc/intel/common/itss: Add support to get IRQ configuration for PCI devices ......................................................................
src/soc/intel/common/itss: Add support to get IRQ configuration for PCI devices
Add implementation to fill PCI IRQ table. Each IRQ entry in the table would have information on PCI device number, bus number, irq number and INTx mapping information.
This table will be used by FSP as interrupt config to program ITSS PIRx register and also to program interrupt pin for LPSS controllers.
Change-Id: Ib7066432ff5f0d7017ac5a44922ca69f07da9556 Signed-off-by: Aamir Bohra aamir.bohra@intel.com --- A src/soc/intel/common/block/include/intelblocks/irq.h M src/soc/intel/common/block/itss/Kconfig M src/soc/intel/common/block/itss/Makefile.inc A src/soc/intel/common/block/itss/irq.c 4 files changed, 166 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/34089/11