[U-Boot] [PATCH 1/8] x86: acpi: Create a common irqlinks ASL file

Simon Glass sjg at chromium.org
Thu May 26 01:17:21 CEST 2016


On 25 May 2016 at 02:48, 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>
> ---
>
>  .../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%)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list