Skip to content
  • Bin Meng's avatar
    x86: Support platform PIRQ routing · b5b6b019
    Bin Meng authored
    
    
    On x86 boards, platform chipset receives up to four different
    interrupt signals from PCI devices (INTA/B/C/D), which in turn
    will be routed to chipset internal PIRQ lines then routed to
    8259 PIC finally if configuring the whole system to work under
    the so-called PIC mode (in contrast to symmetric IO mode which
    uses IOAPIC).
    
    We add two major APIs to aid this, one for routing PIRQ and the
    other one for generating a PIRQ routing table.
    
    Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
    Acked-by: default avatarSimon Glass <sjg@chromium.org>
    b5b6b019