From patchwork Fri Feb 19 23:39:59 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Al Stone X-Patchwork-Id: 62439 Delivered-To: patches@linaro.org Received: by 10.112.43.199 with SMTP id y7csp78801lbl; Fri, 19 Feb 2016 15:41:30 -0800 (PST) X-Received: by 10.60.59.37 with SMTP id w5mr13876482oeq.44.1455925290706; Fri, 19 Feb 2016 15:41:30 -0800 (PST) Return-Path: Received: from mail-oi0-x22d.google.com (mail-oi0-x22d.google.com. [2607:f8b0:4003:c06::22d]) by mx.google.com with ESMTPS id s124si16332oib.57.2016.02.19.15.41.30 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Feb 2016 15:41:30 -0800 (PST) Received-SPF: pass (google.com: domain of al.stone@linaro.org designates 2607:f8b0:4003:c06::22d as permitted sender) client-ip=2607:f8b0:4003:c06::22d; Authentication-Results: mx.google.com; spf=pass (google.com: domain of al.stone@linaro.org designates 2607:f8b0:4003:c06::22d as permitted sender) smtp.mailfrom=al.stone@linaro.org; dkim=pass header.i=@linaro.org Received: by mail-oi0-x22d.google.com with SMTP id x21so22799261oix.2 for ; Fri, 19 Feb 2016 15:41:30 -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=n5cI0ve5w/18sS4Qek8dzcVnXKmm53xj3n9MiO+QmG8=; b=SEJvZXrVlXm9OGegNr01Wqnrp8fyt/yBdgY5FZkKodePPP+nsc5UlnENVYW17WMn+W vnufJfNyc50FOGgRXdf1Hg9IobZCGTDPaX6AqzPCScbwyoZvRmhhUHKt4wImQIB411G8 3L8Wu38PjE611M5xRm7p38bri4sAEpyq9NRYc= 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=n5cI0ve5w/18sS4Qek8dzcVnXKmm53xj3n9MiO+QmG8=; b=JElxSMjnKXsUcdDmpvxtpg6skEXXZY5DlI2DzKlHw1trhd5NOijd1BCpXkF7zhMPgp idAg0FVVBaUkg1InjS4yPRPpHAD1enHMqwzX9z4eZibX8qI22U6Ec0lHEJfqGgcnw+W9 blUj/rKKYYpgK3I0o7VXjMGhayw8+pexkSc/ojjyiOmXTfAVxCCYG9PQLGGdlV/4NSyj 6ujPGSuspdlBMbPGkPTG93QCZND1/g4XB6wHpwPrRMu/l7KRHlm4xyfqoYM4VGxuzzXq XwSoTc8IqnMkfNpEsTj4fTj/Ke9yPQPfDNGo2gamIcIyLVzINHwc3UYoCzatwPbTjp45 Nieg== X-Gm-Message-State: AG10YOQDRJwzdTHOnDxSlLr5hEwlNZB2dvvsKn6qe8R0Rbh5Y1PZYu7JE1FxcN5mXIM3cL5ynpY= X-Received: by 10.202.175.151 with SMTP id y145mr13363740oie.107.1455925290134; Fri, 19 Feb 2016 15:41:30 -0800 (PST) Return-Path: Received: from fidelio.ahs3.com (c-50-134-239-249.hsd1.co.comcast.net. [50.134.239.249]) by smtp.googlemail.com with ESMTPSA id kg7sm8655217obb.27.2016.02.19.15.41.28 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Feb 2016 15:41:29 -0800 (PST) From: Al Stone To: fwts-devel@lists.ubuntu.com Cc: linaro-acpi@lists.linaro.org, patches@linaro.org, Al Stone Subject: [PATCH v2 23/23] FADT: update regression tests to incorporate new/changed tests Date: Fri, 19 Feb 2016 16:39:59 -0700 Message-Id: <1455925199-8587-24-git-send-email-al.stone@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1455925199-8587-1-git-send-email-al.stone@linaro.org> References: <1455925199-8587-1-git-send-email-al.stone@linaro.org> Signed-off-by: Al Stone --- .../arg-show-tests-0001/arg-show-tests-0001.log | 1 + .../arg-show-tests-full-0001.log | 21 +++++++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) -- 2.5.0 diff --git a/fwts-test/arg-show-tests-0001/arg-show-tests-0001.log b/fwts-test/arg-show-tests-0001/arg-show-tests-0001.log index c131850..ab96106 100644 --- a/fwts-test/arg-show-tests-0001/arg-show-tests-0001.log +++ b/fwts-test/arg-show-tests-0001/arg-show-tests-0001.log @@ -172,5 +172,6 @@ UEFI tests: uefirtvariable UEFI Runtime service variable interface tests. ACPI Spec Compliance tests: + fadt FADT Fixed ACPI Description Table tests. madt MADT Multiple APIC Description Table (spec compliant). rsdp RSDP Root System Description Pointer test. diff --git a/fwts-test/arg-show-tests-full-0001/arg-show-tests-full-0001.log b/fwts-test/arg-show-tests-full-0001/arg-show-tests-full-0001.log index 9b7185a..a3ba2fc 100644 --- a/fwts-test/arg-show-tests-full-0001/arg-show-tests-full-0001.log +++ b/fwts-test/arg-show-tests-full-0001/arg-show-tests-full-0001.log @@ -37,8 +37,11 @@ ACPI tests: ERST Error Record Serialization Table test. facs (1 test): FACS Firmware ACPI Control Structure test. - fadt (3 tests): - Test FADT ACPI Description Table tests. + fadt (6 tests): + ACPI FADT Description Table flag info. + FADT checksum test. + FADT revision test. + ACPI FADT Description Table tests. Test FADT SCI_EN bit is enabled. Test FADT reset register. fpdt (1 test): @@ -371,8 +374,11 @@ Batch tests: ERST Error Record Serialization Table test. facs (1 test): FACS Firmware ACPI Control Structure test. - fadt (3 tests): - Test FADT ACPI Description Table tests. + fadt (6 tests): + ACPI FADT Description Table flag info. + FADT checksum test. + FADT revision test. + ACPI FADT Description Table tests. Test FADT SCI_EN bit is enabled. Test FADT reset register. fan (2 tests): @@ -891,6 +897,13 @@ UEFI tests: Test UEFI RT service get variable interface, invalid parameters. ACPI Spec Compliance tests: + fadt (6 tests): + ACPI FADT Description Table flag info. + FADT checksum test. + FADT revision test. + ACPI FADT Description Table tests. + Test FADT SCI_EN bit is enabled. + Test FADT reset register. madt (5 tests): MADT checksum test. MADT revision test.