]> git.sur5r.net Git - u-boot/commit
x86: acpi: Add some generic ASL libraries
authorBin Meng <bmeng.cn@gmail.com>
Sat, 7 May 2016 14:46:29 +0000 (07:46 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 23 May 2016 07:18:00 +0000 (15:18 +0800)
commit9e70a11622eb01c90c5152c08c3166adc60aed1e
treee5efcb3fe5cfdb5d23e3d9cfa2007f4822e8741b
parent7e6343ef94e7f495f91ee20e2f5e76cfab409134
x86: acpi: Add some generic ASL libraries

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@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/acpi/debug.asl [new file with mode: 0644]
arch/x86/include/asm/acpi/globutil.asl [new file with mode: 0644]
arch/x86/include/asm/acpi/statdef.asl [new file with mode: 0644]