Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/22803
to look at the new patch set (#2).
Change subject: sb/intel/common: Add function to automatically generate ACPI PIRQ ......................................................................
sb/intel/common: Add function to automatically generate ACPI PIRQ
With the RCBA DxxIR registers on reset default the pins are mapped quite straightforwardly namely pinA -> linkA, pinB -> linkB, pinC -> linkC, pinD -> linkD. Although this might not be optimal for performance, it does provide a good working default.
This function generates PIRQ ACPI tables automatically based on the previous assumption.
Change-Id: I2b5d68adabf0840162c6f295af8d10d8d3007a34 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/southbridge/intel/common/Kconfig M src/southbridge/intel/common/Makefile.inc A src/southbridge/intel/common/acpi_pirq_gen.c A src/southbridge/intel/common/acpi_pirq_gen.h 4 files changed, 145 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/22803/2