u-boot-brain/arch/x86/cpu/queensbay
Bin Meng cdb6babec6 x86: queensbay: Change PCIe root ports' interrupt routing
So far interrupt routing works pretty well for any on-chip devices
on Intel Crown Bay. When inserting any PCIe card to any PCIe slot,
Linux kernel is smart enough to do interrupt swizzling and figure
out device's irq using its parent bridge's interrupt routing info
all the way up to its root port. In U-Boot all PCIe root ports'
interrupts were routed to PIRQ E/F/G/H before, while actually all
PCIe downstream ports received INTx are routed to PIRQ A/B/C/D
directly and not configurable. Now we change this mapping so that
any external PCIe device can work correctly.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-07-14 18:03:17 -06:00
..
fsp_configs.c x86: Move common FSP code into a common location 2015-02-05 22:16:43 -07:00
Kconfig x86: Allow FSP Kconfig settings for all x86 2015-02-06 12:07:38 -07:00
Makefile x86: Refactor PIRQ routing support 2015-06-04 02:39:39 -06:00
tnc_pci.c x86: mmc: Move common FSP functions into a common file 2015-02-06 12:07:36 -07:00
tnc.c x86: queensbay: Change PCIe root ports' interrupt routing 2015-07-14 18:03:17 -06:00
topcliff.c x86: mmc: Move common FSP functions into a common file 2015-02-06 12:07:36 -07:00