Skip to content
Snippets Groups Projects
  • Paul Burton's avatar
    81f98bbd
    malta: setup PIIX4 interrupt route · 81f98bbd
    Paul Burton authored
    
    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: default avatarPaul Burton <paul.burton@imgtec.com>
    81f98bbd
    History
    malta: setup PIIX4 interrupt route
    Paul Burton authored
    
    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: default avatarPaul Burton <paul.burton@imgtec.com>