]> git.proxmox.com Git - mirror_edk2.git/commit
EmbeddedPkg: Introduced AcpiLib
authorOlivier Martin <olivier.martin@arm.com>
Fri, 23 Jan 2015 15:59:27 +0000 (15:59 +0000)
committeroliviermartin <oliviermartin@Edk2>
Fri, 23 Jan 2015 15:59:27 +0000 (15:59 +0000)
commit3356211b9c9afd39cc0ca1bb8d92ee968a8cfd04
tree0d67e25ddaf0d621ed32e246457ff0a2c1f89ca7
parentbfed5d80af4cb3d76f9e064bc4d513d1be92ee2e
EmbeddedPkg: Introduced AcpiLib

AcpiLib is a library to help working with ACPI Tables.

In this initial implementation, the library provides:
- a helper function to locate and install the ACPI Tables within
  a Firmware Volume
- Some helper macros to initialize some ACPI structures

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Graeme Gregory <graeme.gregory@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16650 6f19259b-4bc3-4df7-8a09-765794883524
EmbeddedPkg/EmbeddedPkg.dsc
EmbeddedPkg/Include/Library/AcpiLib.h [new file with mode: 0644]
EmbeddedPkg/Library/AcpiLib/AcpiLib.c [new file with mode: 0644]
EmbeddedPkg/Library/AcpiLib/AcpiLib.inf [new file with mode: 0644]