]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: AML Core interface
authorPierre Gondois <pierre.gondois@arm.com>
Wed, 5 Aug 2020 15:01:35 +0000 (16:01 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 13 Aug 2020 18:00:06 +0000 (18:00 +0000)
commit3196253710a1ed56b4dc04a728d33961ec7542c8
tree09c4456fc3eee744d21f577baad32e3246ae3867
parent01ea2ad59c26abbf72c7697e61c9e5fc4d757cfd
DynamicTablesPkg: AML Core interface

AML Core interface APIs are internal APIs of the
AmlLib library. These APIs can be used to:
 - Create/Delete/Clone an AML tree/node
 - Get/update Fixed and Variable arguments
 - Serialize an AML tree.

Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
DynamicTablesPkg/Library/Common/AmlLib/AmlCoreInterface.h [new file with mode: 0644]