[U-Boot] [PATCH v2 20/28] x86: acpi: Add some generic ASL libraries

Simon Glass sjg at chromium.org
Sat May 7 20:47:04 CEST 2016


On 7 May 2016 at 08:46, Bin Meng <bmeng.cn at gmail.com> wrote:
> This adds several generic ASL libraries that can be included by
> other ASL files, which are:
>
> - debug.asl: for debug output using POST I/O port and legacy serial port
> - globutil.asl: for string compare routines
> - statdef.asl: for _STA status values
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Stefan Roese <sr at denx.de>
> Tested-by: Stefan Roese <sr at denx.de>
> ---
>
> Changes in v2: None
>
>  arch/x86/include/asm/acpi/debug.asl    | 136 +++++++++++++++++++++++++++++++++
>  arch/x86/include/asm/acpi/globutil.asl | 113 +++++++++++++++++++++++++++
>  arch/x86/include/asm/acpi/statdef.asl  |  82 ++++++++++++++++++++
>  3 files changed, 331 insertions(+)
>  create mode 100644 arch/x86/include/asm/acpi/debug.asl
>  create mode 100644 arch/x86/include/asm/acpi/globutil.asl
>  create mode 100644 arch/x86/include/asm/acpi/statdef.asl

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


More information about the U-Boot mailing list