From patchwork Fri Apr 20 10:17: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: 154002 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 EB4E7B702D for ; Fri, 20 Apr 2012 20:17:30 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SLAu9-0000EG-Dt for incoming@patchwork.ozlabs.org; Fri, 20 Apr 2012 10:17:29 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SLAu7-0000EA-Cl for fwts-devel@lists.ubuntu.com; Fri, 20 Apr 2012 10:17: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 1SLAu7-0004lw-9J for fwts-devel@lists.ubuntu.com; Fri, 20 Apr 2012 10:17:27 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH][FWTS-TEST] checksum-0001: update checksums because of table loading fixes Date: Fri, 20 Apr 2012 11:17:26 +0100 Message-Id: <1334917046-2900-1-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.7.9.5 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 Due to the way we need to fixup (or create) some ACPI tables when mmap'ing them into low 32 bit memory for the ACPICA core we also had to re-calculate the table checksums which makes the checksum tests now fail. Update the tests accordingly. Signed-off-by: Colin Ian King --- checksum-0001/checksum-0001.log | 6 +++--- checksum-0001/checksum-0003.log | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/checksum-0001/checksum-0001.log b/checksum-0001/checksum-0001.log index 2f500f8..47dc271 100644 --- a/checksum-0001/checksum-0001.log +++ b/checksum-0001/checksum-0001.log @@ -17,10 +17,10 @@ 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 PASSED: Test 1, Table RSDP has correct checksum 0xc5. +checksum PASSED: Test 1, Table RSDT has correct checksum 0xd. +checksum PASSED: Test 1, Table RSDP has correct checksum 0xb1. checksum PASSED: Test 1, Table RSDP has correct extended checksum -checksum 0x39. -checksum PASSED: Test 1, Table RSDT has correct checksum 0x48. +checksum 0xe. checksum checksum ========================================================= checksum 19 passed, 0 failed, 0 warnings, 0 aborted, 0 skipped, 0 diff --git a/checksum-0001/checksum-0003.log b/checksum-0001/checksum-0003.log index 3ef8877..311cbb2 100644 --- a/checksum-0001/checksum-0003.log +++ b/checksum-0001/checksum-0003.log @@ -24,10 +24,10 @@ 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 PASSED: Test 1, Table RSDP has correct checksum 0xc5. +checksum PASSED: Test 1, Table RSDT has correct checksum 0xd. +checksum PASSED: Test 1, Table RSDP has correct checksum 0xbc. checksum PASSED: Test 1, Table RSDP has correct extended checksum -checksum 0x39. -checksum PASSED: Test 1, Table RSDT has correct checksum 0x48. +checksum 0xb7. checksum checksum ========================================================= checksum 18 passed, 1 failed, 0 warnings, 0 aborted, 0 skipped, 0