/openbmc/u-boot/include/dt-bindings/interrupt-router/ |
H A D | intel-irq.h | 9c7dea602edd9027848d312e9b3b69f06c15f163 Mon May 25 09:35:04 CDT 2015 Bin Meng <bmeng.cn@gmail.com> 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>
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | irq.h | 9c7dea602edd9027848d312e9b3b69f06c15f163 Mon May 25 09:35:04 CDT 2015 Bin Meng <bmeng.cn@gmail.com> 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>
|
/openbmc/u-boot/arch/x86/cpu/queensbay/ |
H A D | Makefile | 9c7dea602edd9027848d312e9b3b69f06c15f163 Mon May 25 09:35:04 CDT 2015 Bin Meng <bmeng.cn@gmail.com> 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>
|
H A D | tnc.c | 9c7dea602edd9027848d312e9b3b69f06c15f163 Mon May 25 09:35:04 CDT 2015 Bin Meng <bmeng.cn@gmail.com> 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>
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | irq.c | 9c7dea602edd9027848d312e9b3b69f06c15f163 Mon May 25 09:35:04 CDT 2015 Bin Meng <bmeng.cn@gmail.com> 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>
|
H A D | Makefile | 9c7dea602edd9027848d312e9b3b69f06c15f163 Mon May 25 09:35:04 CDT 2015 Bin Meng <bmeng.cn@gmail.com> 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>
|
/openbmc/u-boot/arch/x86/dts/ |
H A D | crownbay.dts | 9c7dea602edd9027848d312e9b3b69f06c15f163 Mon May 25 09:35:04 CDT 2015 Bin Meng <bmeng.cn@gmail.com> 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>
|
/openbmc/u-boot/include/ |
H A D | fdtdec.h | 9c7dea602edd9027848d312e9b3b69f06c15f163 Mon May 25 09:35:04 CDT 2015 Bin Meng <bmeng.cn@gmail.com> 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>
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 9c7dea602edd9027848d312e9b3b69f06c15f163 Mon May 25 09:35:04 CDT 2015 Bin Meng <bmeng.cn@gmail.com> 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>
|