[U-Boot] [PATCH 2/8] x86: acpi: Make irqroute.asl common
Simon Glass
sjg at chromium.org
Thu May 26 01:17:19 CEST 2016
On 25 May 2016 at 02:48, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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 at gmail.com>
> ---
>
> arch/x86/include/asm/{arch-baytrail => }/acpi/irq_helper.h | 2 +-
> arch/x86/include/asm/{arch-baytrail => }/acpi/irqroute.asl | 0
> arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl | 2 +-
> 3 files changed, 2 insertions(+), 2 deletions(-)
> rename arch/x86/include/asm/{arch-baytrail => }/acpi/irq_helper.h (98%)
> rename arch/x86/include/asm/{arch-baytrail => }/acpi/irqroute.asl (100%)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list