Attention is currently required from: Stefan Ott, Alexander Couzens, Patrick Rudolph.
Hello Stefan Ott, build bot (Jenkins), Arthur Heymans, Alexander Couzens, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/55315
to look at the new patch set (#11).
Change subject: drivers/generic/ioapic: Use register_new_ioapic_gsi0() ......................................................................
drivers/generic/ioapic: Use register_new_ioapic_gsi0()
The only IOAPIC in the system will have IOAPIC ID 0.
The mechanism itself is flawed and redundant. The mapping of integrated PCI devices' INTx pins to IOAPIC pins is dependent of configuration registers and needs not appear in the devicetree.cb files at all.
Change-Id: I4b03d32fa16fb9eb8a035e58bb7e3e027904f076 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/drivers/generic/ioapic/chip.h M src/drivers/generic/ioapic/ioapic.c M src/mainboard/lenovo/t400/devicetree.cb M src/mainboard/lenovo/x200/devicetree.cb M src/mainboard/roda/rk9/devicetree.cb M src/mainboard/samsung/lumpy/devicetree.cb 6 files changed, 75 insertions(+), 58 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/55315/11