On 7 May 2016 at 08:46, Bin Meng <bmeng...@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...@gmail.com>
> Reviewed-by: Stefan Roese <s...@denx.de>
> Tested-by: Stefan Roese <s...@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 <s...@chromium.org>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to