[U-Boot] [PATCH v2 20/28] x86: acpi: Add some generic ASL libraries
Bin Meng
bmeng.cn at gmail.com
Sun May 8 10:18:56 CEST 2016
On Sun, May 8, 2016 at 2:47 AM, Simon Glass <sjg at chromium.org> wrote:
> 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>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list