x86: Refactor PIRQ routing support
PIRQ routing is pretty much common in Intel chipset. It has several PIRQ links (normally 8) and corresponding registers (either in PCI configuration space or memory-mapped IBASE) to configure the legacy 8259 IRQ vector mapping. Refactor current Queensbay PIRQ routing support using device tree and move it to a common place, so that we can easily add PIRQ routing support on a new platform. Signed-off-by:Bin Meng <bmeng.cn@gmail.com> Acked-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/x86/cpu/Makefile 1 addition, 1 deletionarch/x86/cpu/Makefile
- arch/x86/cpu/irq.c 213 additions, 0 deletionsarch/x86/cpu/irq.c
- arch/x86/cpu/queensbay/Makefile 1 addition, 1 deletionarch/x86/cpu/queensbay/Makefile
- arch/x86/cpu/queensbay/irq.c 0 additions, 242 deletionsarch/x86/cpu/queensbay/irq.c
- arch/x86/cpu/queensbay/tnc.c 38 additions, 1 deletionarch/x86/cpu/queensbay/tnc.c
- arch/x86/dts/crownbay.dts 54 additions, 0 deletionsarch/x86/dts/crownbay.dts
- arch/x86/include/asm/arch-queensbay/irq.h 0 additions, 55 deletionsarch/x86/include/asm/arch-queensbay/irq.h
- arch/x86/include/asm/irq.h 76 additions, 0 deletionsarch/x86/include/asm/irq.h
- include/dt-bindings/interrupt-router/intel-irq.h 31 additions, 0 deletionsinclude/dt-bindings/interrupt-router/intel-irq.h
- include/fdtdec.h 1 addition, 0 deletionsinclude/fdtdec.h
- lib/fdtdec.c 1 addition, 0 deletionslib/fdtdec.c
Loading
Please register or sign in to comment