Update the fwts man page to include some new parameters.
Al Stone (2): Documentation: add --acpicompliance to man page Documentation: add --arch to the man page
doc/fwts.1 | 11 +++++++++++ 1 file changed, 11 insertions(+)
Add a brief description of the --acpicompliance parameter to the man page for fwts.
Signed-off-by: Al Stone al.stone@linaro.org --- doc/fwts.1 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/doc/fwts.1 b/doc/fwts.1 index e299b26..ba232fd 100644 --- a/doc/fwts.1 +++ b/doc/fwts.1 @@ -72,6 +72,10 @@ to allow buggy AML to work on non-Windows systems. enable ACPICA debug warning and error messages when invoking the ACPICA subsystem. This is mainly for fwts developers to help track down any ACPICA interfacing issues with fwts. .TP +.B --acpicompliance +run only those tests that specifically check for compliance with the ACPI +specifications. This may be a subset of the ACPI tests. +.TP .B -a, --all run all the tests. .TP
Add a brief description of the new --arch parameter to the fwts man page.
Signed-off-by: Al Stone al.stone@linaro.org --- doc/fwts.1 | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/doc/fwts.1 b/doc/fwts.1 index ba232fd..76fb679 100644 --- a/doc/fwts.1 +++ b/doc/fwts.1 @@ -79,6 +79,13 @@ specifications. This may be a subset of the ACPI tests. .B -a, --all run all the tests. .TP +.B --arch=name +specify the target architecture whose firmware is being tested. This allows +fwts to run on one architecture (the host) but perform tests for a different +architecture (the target). Known architecture strings are: x86, x86_32, or +x86_64 for Intel; ia64 for Itanium; arm64 or aarch64 for ARMv8. Unless this +option is specified, the target is assumed to be the same as the host. +.TP .B -b, --batch run the non-interactive batch tests. Batch tests require no user interaction. .TP