4 Commits

Author SHA1 Message Date
Erik Schmauss
7b0edf13a5 ASLTS: fix reference to ACPICA tools
In ASLTS script code, the ACPICA tools must be referenced through
variables that have been exported. If not, ASLTS uses ACPICA tools in
the existing path.

Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
2019-08-23 13:52:05 -07:00
Erik Schmauss
a9f3b38f9d ASLTS: add iASL template test suite
For each template supported by iASL, this test suite does the
following:

    1) Compile with iASL
    2) Disassemble .aml file generated from 1)
    3) Re-compile .dsl file generated from 2)
    4) Use acpibin to compare files generated from 1) and 3) using
       acpibin

This test exercises the data table compiler as well as the data table
disassembler.

Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
2019-08-14 13:54:56 -07:00
Robert Moore
cd3f1db755 iASL: Fully enable Data Table Compiler (DTC).
No option needed to invoke DTC. Compiler auto-detects ASl code
versus DT code.
2010-06-18 14:52:34 -07:00
Robert Moore
2992688b8f Tests: new test for template generator and data table compiler.
in tests/templates.
2010-06-11 14:13:21 -07:00