commit | 3498cc9775e255875ae30ecfb4e29ea1220923a3 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed May 25 19:19:07 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon May 30 10:21:12 2016 +0800 |
tree | a2adeb4a11da16c0e937037777ac05ae122705de | |
parent | 0d71511a2ae03aeb3794a0461bd8c14752438c7f [diff] |
x86: acpi: Make irqroute.asl common The irqroute.asl file is already common enough to all x86 platforms. Platform ASL files need only provide a irqroute.h to describe how internal PCI devices and PCIe downstream port devices' INTx pins are routed to which PIRQ pin. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>