]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: AML debug logging
authorPierre Gondois <pierre.gondois@arm.com>
Tue, 4 Aug 2020 13:55:03 +0000 (14:55 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 13 Aug 2020 18:00:06 +0000 (18:00 +0000)
commit340f8f4565c6a9a11992b9ac4a90df948dbd989f
treef10fc93ffe03d21418a983a8f2adcd20a5c07f9f
parent26f5961f3e53c6c8916a51f9b92a525d301b7dd7
DynamicTablesPkg: AML debug logging

The AML debug print functions enable logging
of the operations on the AML tree and the data
output. The debug logging functionality is
enabled for debug builds when the DEBUG_INFO
or DEBUG_VERBOSE mask is enabled in the PCD
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel

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