From patchwork Tue Jan 19 18:37:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Al Stone X-Patchwork-Id: 570103 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 596191400CB; Wed, 20 Jan 2016 05:38:31 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b=Pv6JgImU; dkim-atps=neutral Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1aLbAk-0007Tj-0F; Tue, 19 Jan 2016 18:38:30 +0000 Received: from mail-ob0-f174.google.com ([209.85.214.174]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.76) (envelope-from ) id 1aLb9i-0007Az-DD for fwts-devel@lists.ubuntu.com; Tue, 19 Jan 2016 18:37:26 +0000 Received: by mail-ob0-f174.google.com with SMTP id vt7so194591092obb.1 for ; Tue, 19 Jan 2016 10:37:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=DSn12VbLlBe769OwMHVrhKPnmxxI0ZhCzUu0NCsUiW0=; b=Pv6JgImUq5qhqS9pLsedYpoEkanhQS7XVoIKOfQQbV2EhWwCXiChn23Aq1fdzILnT2 TmQtaC0Eb1qUXA3UPlp0pukYOgK9/xx9pViYp6SE4r4waGAYevG5q8P81b58IZUrdDD7 jj2zQY/9+Yt0faPRqQYdV3eNc3xJdpNQjW1Ro= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=DSn12VbLlBe769OwMHVrhKPnmxxI0ZhCzUu0NCsUiW0=; b=Xk4mqSk+u4KEupbGO3nvBnoCijvjgcnDzDqFu6+K52XUSBgpPOfT27Bc7uqT3lYp6U CGzOAjZCWy5wpmgHW4LtkcIFEzyz4sgg8R1OukqGmQ5hFCxuVhpFwvO5IKaZ5ctegJZ4 xowf/qu3i5mvIHOwHBbf1pzpJ2KHtSJlwgvG5DJd/B59QFYDYTnwd+2wduRsMU6D5SBd B0Al/d7dF88qwWxHuc0V1j8MecPOnh+QikUBGVTo7ayfAmpsjHLCFHHMYjhx3gxza7Ym tviFwDxdGnYjOuL+nDmcru1M6eEJmnLQoWWsExWMFPX56/OYoxTMs8w5zyB0gOJaLYnL LAeg== X-Gm-Message-State: ALoCoQmPr/63/8WUOM3Gdv88YG+YsexaoJiR22HGLVrOnyD0978B2c8Ve19yFi/fwaEvAbTYUPrr/cCURnESY01OVwtTQukteA== X-Received: by 10.182.103.167 with SMTP id fx7mr24600911obb.36.1453228645326; Tue, 19 Jan 2016 10:37:25 -0800 (PST) Received: from fidelio.ahs3 (c-50-134-239-249.hsd1.co.comcast.net. [50.134.239.249]) by smtp.googlemail.com with ESMTPSA id z190sm15997088oig.25.2016.01.19.10.37.23 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 19 Jan 2016 10:37:23 -0800 (PST) From: Al Stone To: fwts-devel@lists.ubuntu.com Subject: [PATCH 2/2] Documentation: add --arch to the man page Date: Tue, 19 Jan 2016 11:37:06 -0700 Message-Id: <1453228626-12471-3-git-send-email-al.stone@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1453228626-12471-1-git-send-email-al.stone@linaro.org> References: <1453228626-12471-1-git-send-email-al.stone@linaro.org> Cc: patches@linaro.org, linaro-acpi@lists.linaro.org 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 Add a brief description of the new --arch parameter to the fwts man page. Signed-off-by: Al Stone Acked-by: Alex Hung Acked-by: Ivan Hu --- 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