[U-Boot] [PATCH v2 2/8] x86: acpi: Make irqroute.asl common
Bin Meng
bmeng.cn at gmail.com
Fri May 27 04:14:49 CEST 2016
On Thu, May 26, 2016 at 10:19 AM, 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>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> 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%)
>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list