summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/acpi
Commit message (Collapse)AuthorAgeLines
* x86: acpi: Add some generic ASL librariesBin Meng2016-05-23-0/+331
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>