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: 60001 Delivered-To: patches@linaro.org Received: by 10.112.130.2 with SMTP id oa2csp2740314lbb; Tue, 19 Jan 2016 10:37:25 -0800 (PST) X-Received: by 10.202.214.5 with SMTP id n5mr13669491oig.38.1453228645639; Tue, 19 Jan 2016 10:37:25 -0800 (PST) Return-Path: Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com. [2607:f8b0:4003:c01::232]) by mx.google.com with ESMTPS id gb5si1257887obb.87.2016.01.19.10.37.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Jan 2016 10:37:25 -0800 (PST) Received-SPF: pass (google.com: domain of al.stone@linaro.org designates 2607:f8b0:4003:c01::232 as permitted sender) client-ip=2607:f8b0:4003:c01::232; Authentication-Results: mx.google.com; spf=pass (google.com: domain of al.stone@linaro.org designates 2607:f8b0:4003:c01::232 as permitted sender) smtp.mailfrom=al.stone@linaro.org; dkim=pass header.i=@linaro.org Received: by mail-ob0-x232.google.com with SMTP id ba1so606211731obb.3 for ; Tue, 19 Jan 2016 10:37:25 -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=Pj9YQ2lmo2elj0XZ3fR4gI28z5tr4RDQdBc/ktYs0o8WNmIm/Y19E0g9lNwRxR2hqu aaxMwvFhSVV3XwbH+LJ65AUDNXBWpozYZreyeBgjrqQbR1PRy9G/6E4vPDG40TA/976h uov78IrJgWIwGpA76NqgSz2tRwHouhvXwCJURmtWWD2jPwD2QSQvUL/bvb5q9bZkkg4k KBdn58AdMzcGsCBA4L224IcvhvEdDo+xOR04Y53aDNS3Gws8Kx5O0NqQzx++tDa75rGB /Bivn1o15USthznJNGfikPBmSSlh2QwKozeX8SJvxkxDBH5SnVoYOrIiuWC9VYntHsHy uqRQ== X-Gm-Message-State: ALoCoQnwd+gIHiXDknzm0CaKL3bNIpl5ZvOiRGMMWgCtJuEnNCrapJb7gKbpITz65MjNJNE2XkOjbhBZ0GL9m9M4M5hpCRf0+A== X-Received: by 10.182.103.167 with SMTP id fx7mr24600911obb.36.1453228645326; Tue, 19 Jan 2016 10:37:25 -0800 (PST) Return-Path: 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 Cc: linaro-acpi@lists.linaro.org, patches@linaro.org, Al Stone 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> Add a brief description of the new --arch parameter to the fwts man page. Signed-off-by: Al Stone --- doc/fwts.1 | 7 +++++++ 1 file changed, 7 insertions(+) -- 2.5.0 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