| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
|
|
|
|
|
|
| |
Fix more spelling issues found using the codespell checker
Signed-off-by: Colin Ian King <colin.king@canonical.com>
|
| |
|
|
|
|
| |
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
|
|
|
|
| |
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
|
|
|
|
|
|
| |
Fix spelling issues found using the codespell checker
Signed-off-by: Colin Ian King <colin.king@canonical.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The tests/ subdirectory contains confusing (and offensive) language
that is not tied to any "external" specifications. The thread worker
naming convention is more accurately named "Worker". (The controlling
thread was already named "Controller".) Rename one file and update the
language throughout.
This removes 209 instances, leaving only the 67 that are tied to
specification language.
For background and further details on the technical and societal
rationale for these changes, please see:
https://tools.ietf.org/id/draft-knodel-terminology-01.html
Signed-off-by: Kees Cook <kees@outflux.net>
|
|
|
|
| |
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
|
|
|
|
|
|
|
|
|
| |
The former was proposed during specification discussions but it was
dropped. This keyword was introduced to the ACPICA code base by
mistake so this commit changes the keyword representing Platform
Communication Channel to be PCC.
Signed-off-by: Erik Kaneda <erik.kaneda@intel.com>
|
| |
|
|
|
|
| |
Submitted by: ehaouas@noos.fr
|
|
|
|
| |
Mostly in generate and tests.
|
|
|
|
| |
All ASL code in the test suite.
|
|
|
|
|
|
| |
fixes were made in onamedloc and rstore
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
| |
|
|
|
|
|
|
| |
Test cases updated: 65, 67, 155, 161, 170, 191
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
|
|
| |
change
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
|
|
|
|
| |
behavior change
Clean up involves adding line numbers to error check control methods
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
| |
Output from iASL.
|
|
|
|
|
| |
In the .asl files
From: ehaouas@noos.fr
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
PCC operation region: fix if statement by correctly checking the SpaceId
|
| |
| |
| |
| | |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
| |
| |
| |
| |
| | |
Checks for illegal forward references, must be ignored
by some of the tests.
|
| |
| |
| |
| |
| |
| | |
This reverts commit 65f57d734ce7036b8f8e081346835e3dd3c95979.
Some issues with these changes.
|
|/
|
|
|
|
| |
iASL now detects illegal forward references.
This error must be ignored by some tests.
Makefiles updated.
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
| |
All ASL code in the test suite.
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|\
| |
| | |
ASLTS: improve speed of building ACPICA tools by adding -j flag to make command
|
| |
| |
| |
| | |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|/
|
|
| |
Fix implemention of generic serial bus, cleanup for others.
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
|
|
|
|
|
| |
Forward references have never been allowed within control methods,
and now there are illegal from module-level code (This makes
ACPICA compatible with "other" acpi implementations).
Both types of fwd refs now generate an error message (this is
also a new addition to iASL).
|
|
|
|
|
|
|
|
|
| |
This change adds parallelization of ASLTS execution via xargs. This
results in a performance gain of 2.3x (14m 22sec to 6m 7sec).
Various functions and variables are exported so that they can be used
in each run_test_case execution.
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
|
|
| |
This changes hard-coded digits to macros.
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|
|
|
|
| |
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
|