Commit de62ccbf authored by Pierre Gondois's avatar Pierre Gondois Committed by mergify[bot]
Browse files

DynamicTablesPkg: AML code generation for a Method



Add AmlCodeGenMethod() to generate code for a control method.

AmlCodeGenMethod ("MET0", 1, TRUE, 3, ParentNode, NewObjectNode)
is equivalent of the following ASL code:
    Method(MET0, 1, Serialized, 3) {}

Reviewed-by: default avatarSami Mujawar <sami.mujawar@arm.com>
Signed-off-by: default avatarPierre Gondois <Pierre.Gondois@arm.com>
parent ce15936f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment