From patchwork Tue Feb 28 11:08:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 143403 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id C18B1B6EE7 for ; Tue, 28 Feb 2012 22:08:30 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1S2Kuz-0003ty-6V for incoming@patchwork.ozlabs.org; Tue, 28 Feb 2012 11:08:29 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1S2Kux-0003tq-T4 for fwts-devel@lists.ubuntu.com; Tue, 28 Feb 2012 11:08:27 +0000 Received: from cpc19-craw6-2-0-cust5.croy.cable.virginmedia.com ([77.102.228.6] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1S2Kux-0003s1-Pp for fwts-devel@lists.ubuntu.com; Tue, 28 Feb 2012 11:08:27 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH] fwts-test: checksum-0001: update to sync with fwts checksum test Date: Tue, 28 Feb 2012 11:08:26 +0000 Message-Id: <1330427307-26860-1-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.7.9 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: fwts-devel-bounces@lists.ubuntu.com Errors-To: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Alex Hung --- checksum-0001/checksum-0002.log | 14 ++++++++++++-- checksum-0001/checksum-0003.log | 6 ++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/checksum-0001/checksum-0002.log b/checksum-0001/checksum-0002.log index 1dca100..f4987af 100644 --- a/checksum-0001/checksum-0002.log +++ b/checksum-0001/checksum-0002.log @@ -17,10 +17,20 @@ checksum PASSED: Test 1, Table SSDT has correct checksum 0xc8. checksum PASSED: Test 1, Table SSDT has correct checksum 0x6d. checksum PASSED: Test 1, Table SSDT has correct checksum 0xdf. checksum PASSED: Test 1, Table XSDT has correct checksum 0xc2. -checksum FAILED [HIGH] ACPITableChecksumRSDP: Test 1, RSDP has +checksum FAILED [CRITICAL] ACPITableChecksumRSDP: Test 1, RSDP has checksum incorrect checksum, expected 0xc5, got 0xff. -checksum FAILED [HIGH] ACPITableChecksumRSDP: Test 1, RSDP has +checksum +checksum ADVICE: The kernel will not load the RSDP with an invalid +checksum checksum and hence all other ACPI tables will also fail to +checksum load. +checksum +checksum FAILED [CRITICAL] ACPITableChecksumRSDP: Test 1, RSDP has checksum incorrect extended checksum, expected 0xff, got 0x39. +checksum +checksum ADVICE: The kernel will not load the RSDP with an invalid +checksum extended checksum and hence all other ACPI tables will +checksum also fail to load. +checksum checksum PASSED: Test 1, Table RSDT has correct checksum 0x48. checksum checksum ========================================================= diff --git a/checksum-0001/checksum-0003.log b/checksum-0001/checksum-0003.log index 2c67877..3ef8877 100644 --- a/checksum-0001/checksum-0003.log +++ b/checksum-0001/checksum-0003.log @@ -3,6 +3,12 @@ checksum --------------------------------------------------------- checksum Test 1 of 1: Check ACPI table checksums. checksum FAILED [LOW] ACPITableChecksum: Test 1, Table DSDT has checksum incorrect checksum, expected 0x11, got 0x10. +checksum +checksum ADVICE: The kernel will warn that this table has an +checksum invalid checksum but will ignore the error and still load +checksum it. This is not a critical issue, but should be fixed if +checksum possible to avoid the warning messages. +checksum checksum PASSED: Test 1, Table FACP has correct checksum 0x52. checksum PASSED: Test 1, Table APIC has correct checksum 0xcc. checksum PASSED: Test 1, Table HPET has correct checksum 0xa.