From patchwork Thu Nov 7 07:46:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Hu X-Patchwork-Id: 1190952 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 477wTZ3PTQzB3x1; Thu, 7 Nov 2019 18:46:58 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1iScVL-0006f2-V9; Thu, 07 Nov 2019 07:46:55 +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 1iScVK-0006em-GP for fwts-devel@lists.ubuntu.com; Thu, 07 Nov 2019 07:46:54 +0000 Received: from 61-220-137-37.hinet-ip.hinet.net ([61.220.137.37] 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 1iScVJ-0000dG-RD; Thu, 07 Nov 2019 07:46:54 +0000 From: Ivan Hu To: fwts-devel@lists.ubuntu.com Subject: [PATCH] doc: add --ebbr option for man page Date: Thu, 7 Nov 2019 15:46:34 +0800 Message-Id: <1573112794-4284-5-git-send-email-ivan.hu@canonical.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1573112794-4284-1-git-send-email-ivan.hu@canonical.com> References: <1573112794-4284-1-git-send-email-ivan.hu@canonical.com> 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" 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 ecb3446..be38429 100644 --- a/doc/fwts.1 +++ b/doc/fwts.1 @@ -122,6 +122,9 @@ load ACPI tables from output generated from acpidump or from sudo fwts \-\-dump. latter is preferred as fwts \-\-dump is able to dump more tables than acpidump. This allows one to dump tables from one machine and processes them with fwts on another machine. .TP +.B \-\-ebbr +run ARM EBBR tests. +.TP .B \-\-uefi\-get\-var\-multiple specifies the number of times to get a variable in the uefirtvariable get variable stress test. .TP