]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Add AML FieldList OpCode definitions
authorPierre Gondois <pierre.gondois@arm.com>
Mon, 30 Mar 2020 08:52:38 +0000 (16:52 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 17 Apr 2020 03:36:43 +0000 (03:36 +0000)
commitc884b23ac40a1b1f56e21ebbb1f602fa2e0f05c9
tree7c827ec4c27201d7713c6453b0fd8b5c5dde7fcb
parenta7947b6366a660d4d655371fe6bc96315097c06d
MdePkg: Add AML FieldList OpCode definitions

The ACPI specification, version 6.3, January 2019,
defines the Named Objects Encoding for FieldElements
in section '20.2.5.2 Named Objects Encoding'.
FieldElements can be one of the following:
NamedField | ReservedField | AccessField |
ExtendedAccessField | ConnectField

Some of these keywords are starting with an opcode,
allowing to identify their type.
E.g.: ReservedField := 0x00 PkgLength

This patch adds these FieldElement opcodes definitions to
the list of AML Opcode definitions.

Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Zhiguang Liu <zhiguang.liu@intel.com>
Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
MdePkg/Include/IndustryStandard/AcpiAml.h