intel/minnowmax: Fix IRQ connection for legacy uart at 0x3f8
The E38xx legacy uart fires IRQ4, not IRQ3. PCI based IRQ A is switched from IRQ4 to IRQ3, to get a working IRQ for the legacy uart. Change-Id: Ibc8e824c92bf1b9a92594ddc5d8a06726c9f1744 Signed-off-by: Michael Tasche <michael.tasche@esd.eu> Reviewed-on: https://review.coreboot.org/12622 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
886f478925
commit
4d166f9380
|
@ -70,7 +70,7 @@
|
|||
* Floppy: 6
|
||||
*/
|
||||
#define PIRQ_PIC_ROUTES \
|
||||
PIRQ_PIC(A, 4), \
|
||||
PIRQ_PIC(A, 3), \
|
||||
PIRQ_PIC(B, 5), \
|
||||
PIRQ_PIC(C, 7), \
|
||||
PIRQ_PIC(D, 10), \
|
||||
|
|
Loading…
Reference in New Issue