Skip to content
Snippets Groups Projects
Commit 3498cc97 authored by Bin Meng's avatar Bin Meng
Browse files

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: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 0d71511a
No related branches found
No related tags found
No related merge requests found
......@@ -108,4 +108,4 @@ Device (prefix_ ## 0 ## func_) \
}
/* SoC specific PIRQ route configuration */
#include "irqroute.h"
#include <asm/arch/acpi/irqroute.h>
......@@ -207,5 +207,5 @@ Device (PCI0)
#include "xhci.asl"
/* IRQ routing for each PCI device */
#include "irqroute.asl"
#include <asm/acpi/irqroute.asl>
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment