diff options
author | Pierre Gondois <Pierre.Gondois@arm.com> | 2021-10-08 15:46:28 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-10-08 15:39:42 +0000 |
commit | 3e958e93ce2021dd955a448185d4ddf047c90f4e (patch) | |
tree | 6d06180f150a133686ed20278beb1563fb816bd8 /BaseTools/Source/Python/Ecc/Check.py | |
parent | e2d7b4950b5bdabd494314ebc009e7ade5335f1e (diff) | |
download | edk2-3e958e93ce2021dd955a448185d4ddf047c90f4e.tar.gz edk2-3e958e93ce2021dd955a448185d4ddf047c90f4e.tar.bz2 edk2-3e958e93ce2021dd955a448185d4ddf047c90f4e.zip |
DynamicTablesPkg: AML code generation for a Method returning a NS
Add AmlCodeGenMethodRetNameString() to generate AML code to create
a Method returning a NameString (NS).
AmlCodeGenMethodRetNameString (
"MET0", "_CRS", 1, TRUE, 3, ParentNode, NewObjectNode
);
is equivalent of the following ASL code:
Method(MET0, 1, Serialized, 3) {
Return (_CRS)
}
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Diffstat (limited to 'BaseTools/Source/Python/Ecc/Check.py')
0 files changed, 0 insertions, 0 deletions