acrn-hypervisor/misc/config_tools/board_inspector/acpiparser/aml
Junjie Mao 185b5d22e2 board-inspector: support buffer assignments and indexing
The ACPI specification allows both assigning to buffers and indexing to a
certain byte of a buffer using the Index operator. This patch adds the
implementation of these two operations in the interpreter.

Tracked-On: #6287
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
2021-08-10 08:36:24 +08:00
..
builder.py board-inspector: fix the creation of packages 2021-08-10 08:36:24 +08:00
context.py board-inspector: replace enter_scope with change_scope 2021-08-09 13:59:16 +08:00
datatypes.py board-inspector: support buffer assignments and indexing 2021-08-10 08:36:24 +08:00
exception.py board_inspector/acpiparser: add DSDT/SSDT parser 2021-05-16 19:02:00 +08:00
grammar.py board_inspector: allow ConstObj to be used as a TermObj 2021-08-09 09:05:01 +08:00
interpreter.py board-inspector: fixes to issues when parsing host-bridge objects 2021-08-10 08:36:24 +08:00
parser.py board-inspector: replace enter_scope with change_scope 2021-08-09 13:59:16 +08:00
stream.py board_inspector/acpiparser: add DSDT/SSDT parser 2021-05-16 19:02:00 +08:00
tree.py board_inspector: skip visiting DefMethod properly when unregistering symbols 2021-08-09 09:05:01 +08:00
visitors.py board_inspector: skip visiting DefMethod properly when unregistering symbols 2021-08-09 09:05:01 +08:00