From patchwork Fri Jun 19 06:30:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Hu X-Patchwork-Id: 1312584 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49p88423PZz9sNR; Fri, 19 Jun 2020 16:30:58 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1jmAY9-00069n-W9; Fri, 19 Jun 2020 06:30:53 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jmAY8-00069g-PE for fwts-devel@lists.ubuntu.com; Fri, 19 Jun 2020 06:30:52 +0000 Received: from 112-104-28-97.adsl.dynamic.seed.net.tw ([112.104.28.97] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jmAY7-0002sl-TV for fwts-devel@lists.ubuntu.com; Fri, 19 Jun 2020 06:30:52 +0000 From: Ivan Hu To: fwts-devel@lists.ubuntu.com Subject: [PATCH 1/2] doc: add new --dump-acpi-from-sysfs option Date: Fri, 19 Jun 2020 14:30:48 +0800 Message-Id: <20200619063049.27265-1-ivan.hu@canonical.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 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" This new option allows one to specify the dumping acpi log default from syslfs. For example, fwts --dump --dump-acpi-from-sysfs Signed-off-by: Ivan Hu Acked-by: Colin Ian King Acked-by: Alex Hung --- doc/fwts.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/fwts.1 b/doc/fwts.1 index a2884dae..3cac7d58 100644 --- a/doc/fwts.1 +++ b/doc/fwts.1 @@ -117,6 +117,9 @@ cpuinfo.log \- containing the output from cat /proc/cpuinfo .br README.txt \- containing a timestamp and kernel version information. .TP +.B \-\-dump-acpi-from-sysfs +specify dumping acpi table log default from sysfs. +.TP .B \-\-dumpfile=acpidump.log load ACPI tables from output generated from acpidump or from sudo fwts \-\-dump. The latter is preferred as fwts \-\-dump is able to dump more tables than acpidump. This