8670a4c DynamicTablesPkg: AmlEncoding change debug macro

2 files Authored by Sami Mujawar 3 years ago, Committed by mergify[bot] 3 years ago,
    DynamicTablesPkg: AmlEncoding change debug macro
    
    Change the AML_DEBUG_STR() macro to AML_OPCODE_DEF() that takes a string
    and the AML OpCode as input so that the text description and the AML
    OpCode are grouped. The AML_OPCODE_DEF() macro also strips the string
    description for release builds.
    
    Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
    Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>