]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: AML and ASL string helper
authorPierre Gondois <pierre.gondois@arm.com>
Tue, 4 Aug 2020 08:08:47 +0000 (09:08 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 13 Aug 2020 18:00:06 +0000 (18:00 +0000)
commitca04956e1b7790101a4bd774de60642acc15d695
tree047becb4de2e42991999e33598159ca6c8791494
parent667aa7ccbf8311a3bbe6ae541cdb6915711a9f3e
DynamicTablesPkg: AML and ASL string helper

Dynamic AML requires encoding/decoding and conversion of
AML and ASL strings. A collection of helper functions
have been provided for internal use in the AmlLib Library.

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/String/AmlString.c [new file with mode: 0644]
DynamicTablesPkg/Library/Common/AmlLib/String/AmlString.h [new file with mode: 0644]