From patchwork Tue Jul 9 10:03:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 257690 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 469092C00A8 for ; Tue, 9 Jul 2013 20:03:50 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UwUlx-0001QG-6c; Tue, 09 Jul 2013 10:03:49 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UwUlV-0001Lv-H5 for fwts-devel@lists.ubuntu.com; Tue, 09 Jul 2013 10:03:21 +0000 Received: from cpc3-craw6-2-0-cust180.croy.cable.virginmedia.com ([77.100.248.181] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UwUlV-0002eh-Dq for fwts-devel@lists.ubuntu.com; Tue, 09 Jul 2013 10:03:21 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH 6/6] doc: add --acpica option to man page Date: Tue, 9 Jul 2013 11:03:17 +0100 Message-Id: <1373364197-14442-7-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1373364197-14442-1-git-send-email-colin.king@canonical.com> References: <1373364197-14442-1-git-send-email-colin.king@canonical.com> X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Alex Hung --- doc/fwts.1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/fwts.1 b/doc/fwts.1 index 187751c..520572a 100644 --- a/doc/fwts.1 +++ b/doc/fwts.1 @@ -60,6 +60,14 @@ fwts options are as follow: .B \- output results to stdout. .TP +.B \-\-acpica +enable ACPICA execution mode options. These can be specified as a comma separated +list of one or more options. Avaiable options are: serialized (serialized execution +of AML), slack (run in less pedeantic mode), ignore\-errors (ignore ACPICA exception +errors), disable\-auto\-repair (disable ACPICA from automatically fixing broken ACPICA controls). +Note that the slack mode will turn on implicit returns of zero on control methods to attempt +to allow buggy AML to work on non-Windows systems. +.TP .B \-\-acpica\-debug 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.