1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00

2 Commits

Author SHA1 Message Date
Achilleas Anagnostopoulos
851011f957 acpi: define parser tables for decoding AML opcodes
The opcode tables establish a 2-level mapping between AML opcodes (regular
or extended) and a secondary table that allows the parser to decode each
opcode. This information includes:
 - the opcode name
 - the opcode flags (e.g. specifies a named object or parsing must be
 deferred to a later pass)
 - the expected arguments for each opcode and their types.
2018-02-28 19:41:51 +00:00
Achilleas Anagnostopoulos
ca1682c431 acpi: define helper functions for working with opcode groups 2018-02-27 08:37:55 +00:00