Hello build bot (Jenkins), Nico Huber, Furquan Shaikh, Angel Pons, Michael Niewöhner, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/50858
to look at the new patch set (#13).
Change subject: soc/intel/common: Add function to lpc_lib to return PIRQ routing ......................................................................
soc/intel/common: Add function to lpc_lib to return PIRQ routing
In order to fill out static entries for a _PRT table for soc/intel/common, the PIRQ<->IRQ mapping is required. This patch adds a function lpc_get_pch_pirq_routing() which returns this mapping.
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: Ib215fba54573c50a88aa4584442bd8d27ae017be --- M src/soc/intel/common/block/include/intelblocks/itss.h M src/soc/intel/common/block/include/intelblocks/lpc_lib.h M src/soc/intel/common/block/itss/itss.c M src/soc/intel/common/block/lpc/lpc_lib.c 4 files changed, 20 insertions(+), 14 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/50858/13