From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 7 May 2016 12:47:04 -0600 Subject: [U-Boot] [PATCH v2 20/28] x86: acpi: Add some generic ASL libraries In-Reply-To: <1462632397-11224-21-git-send-email-bmeng.cn@gmail.com> References: <1462632397-11224-1-git-send-email-bmeng.cn@gmail.com> <1462632397-11224-21-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 7 May 2016 at 08:46, Bin Meng 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 > Reviewed-by: Stefan Roese > Tested-by: Stefan Roese > --- > > 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