[U-Boot] [PATCH v2 1/8] x86: acpi: Create a common irqlinks ASL file
Bin Meng
bmeng.cn at gmail.com
Fri May 27 04:14:45 CEST 2016
On Thu, May 26, 2016 at 10:19 AM, Bin Meng <bmeng.cn at gmail.com> wrote:
> Move the irqlinks.asl file currently in the BayTrail directory to
> a common place to be shared among all x86 platforms. As the PIRQ
> routing control programming interface is common to Intel chipsets,
> leave the common part in the common file, and move the platform
> specific part to the platform files.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> .../asm/{arch-baytrail => }/acpi/irqlinks.asl | 33 +++++++++-------------
> arch/x86/include/asm/arch-baytrail/acpi/lpc.asl | 23 ++++++++++++++-
> 2 files changed, 35 insertions(+), 21 deletions(-)
> rename arch/x86/include/asm/{arch-baytrail => }/acpi/irqlinks.asl (92%)
>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list