]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
malta: setup PIIX4 interrupt route
authorPaul Burton <paul.burton@imgtec.com>
Fri, 8 Nov 2013 11:18:57 +0000 (11:18 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 9 Nov 2013 16:21:02 +0000 (17:21 +0100)
commit81f98bbd62b66e4a590fe6fe9b0d8231e45beffd
treeb7ea029d769b9c014983faa2c55f3e4302d1145e
parentfba6f45cdcf77985c4bf891322b5442bda1005e0
malta: setup PIIX4 interrupt route

Without setting up the PIRQ[A:D] interrupt routes, PCI interrupts will
be left disabled. Linux does not set up this routing but relies upon it
having been set up by the bootloader, reading back the IRQ lines which
the PIRQ[A:D] signals have been routed to.

This patch routes PIRQA & PIRQB to IRQ 10, and PIRQC & PIRQD to IRQ 11.
This matches the setup used by YAMON.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
arch/mips/include/asm/malta.h
board/imgtec/malta/malta.c