Attention is currently required from: Stefan Ott, Furquan Shaikh, Alexander Couzens, Patrick Rudolph.
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/55287 )
Change subject: drivers/generic/ioapic: Drop enable_virtual_wire
......................................................................
Patch Set 5:
(1 comment)
File src/arch/x86/ioapic.c:
https://review.coreboot.org/c/coreboot/+/55287/comment/0e89872b_294052a7
PS5, Line 82: write_vector(ioapic_base, 0, high, low);
Looking at 7series / C216 doc 326776-003
PIC / i8259 has connected i8254 counter 0 as IRQ0. table 5-13
IOAPIC has i8254 counter 0 connected to "pin 2" or "vector IRQ2". table 5-16
IMO this should have modified redirection table entry #2, not #0 within the IOAPIC. That would have correllated with:
/* INT_SRC_OVR */
current += acpi_create_madt_irqoverride((acpi_madt_irqoverride_t *)
current, 0, 0, 2, 0);
--
To view, visit
https://review.coreboot.org/c/coreboot/+/55287
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie87816271fa63bba892c8615aa5e72ee68f6ba93
Gerrit-Change-Number: 55287
Gerrit-PatchSet: 5
Gerrit-Owner: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Alexander Couzens
lynxis@fe80.eu
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Stefan Ott
coreboot@desire.ch
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Furquan Shaikh
furquan@google.com
Gerrit-CC: Nico Huber
nico.h@gmx.de
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Stefan Ott
coreboot@desire.ch
Gerrit-Attention: Furquan Shaikh
furquan@google.com
Gerrit-Attention: Alexander Couzens
lynxis@fe80.eu
Gerrit-Attention: Patrick Rudolph
siro@das-labor.org
Gerrit-Comment-Date: Thu, 17 Jun 2021 12:06:01 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment