diff options
author | Pierre Gondois <pierre.gondois@arm.com> | 2020-08-03 16:39:57 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-08-13 18:00:06 +0000 |
commit | e2c1104c504024b6bbee7c34a87cc9add59f37d5 (patch) | |
tree | 0c1036d21059b3a22ec48fc262e24a34b50a512b /BaseTools/Source/Python/Common | |
parent | f96dd8185d6ba79de57fc6c4f9ccc4d7482b1200 (diff) | |
download | edk2-e2c1104c504024b6bbee7c34a87cc9add59f37d5.tar.gz edk2-e2c1104c504024b6bbee7c34a87cc9add59f37d5.tar.bz2 edk2-e2c1104c504024b6bbee7c34a87cc9add59f37d5.zip |
DynamicTablesPkg: AML tree iterator
The AML tree iterator provides interfaces to traverse the nodes
in the AML tree. The iterator can traverse the AML tree nodes in
the following order:
- Linear progression: Iterate following the AML byte stream
order (depth first).
- Branch progression: Iterate following the AML byte stream
order (depth first), but stop iterating
at the end of the branch.
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>
Diffstat (limited to 'BaseTools/Source/Python/Common')
0 files changed, 0 insertions, 0 deletions