From patchwork Fri May 3 16:47:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 241352 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 8E5B92C00E1 for ; Sat, 4 May 2013 02:48:01 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UYJ9K-0004cZ-L6; Fri, 03 May 2013 16:47:58 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UYJ9F-0004cN-9V for fwts-devel@lists.ubuntu.com; Fri, 03 May 2013 16:47:53 +0000 Received: from 66-192-7-242.static.twtelecom.net ([66.192.7.242] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UYJ9C-0001H9-Vx for fwts-devel@lists.ubuntu.com; Fri, 03 May 2013 16:47:53 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH][FWTS-TEST] disassemble-0001: update output to sync with ACPICA iasl changes Date: Fri, 3 May 2013 09:47:48 -0700 Message-Id: <1367599668-13196-1-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.8.1.2 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 From: Colin Ian King Minor test result changes now that we are using a newer version of ACPICA. Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Keng-Yu Lin > --- disassemble-0001/DSDT.dsl.orig | 11 +++++------ disassemble-0001/SSDT0.dsl.orig | 11 +++++------ disassemble-0001/SSDT1.dsl.orig | 13 ++++++------- disassemble-0001/SSDT2.dsl.orig | 11 +++++------ disassemble-0001/SSDT3.dsl.orig | 15 +++++++-------- disassemble-0001/SSDT4.dsl.orig | 13 ++++++------- 6 files changed, 34 insertions(+), 40 deletions(-) diff --git a/disassemble-0001/DSDT.dsl.orig b/disassemble-0001/DSDT.dsl.orig index 4ef6eca..78b1c7e 100644 --- a/disassemble-0001/DSDT.dsl.orig +++ b/disassemble-0001/DSDT.dsl.orig @@ -1,9 +1,9 @@ /* * Intel ACPI Component Architecture - * AML Disassembler version 20120711-64 [Jul 27 2012] - * Copyright (c) 2000 - 2012 Intel Corporation + * AML Disassembler version 20130418-64 [May 2 2013] + * Copyright (c) 2000 - 2013 Intel Corporation * - * Disassembly of /tmp/fwts_iasl_23884_DSDT.dat, Fri Jul 27 13:20:05 2012 + * Disassembly of /tmp/fwts_iasl_12884_DSDT.dat, Fri May 3 09:41:56 2013 * * Original Table Header: * Signature "DSDT" @@ -16,10 +16,9 @@ * Compiler ID "INTL" * Compiler Version 0x20060608 (537265672) */ - -DefinitionBlock ("/tmp/fwts_iasl_23884_DSDT.aml", "DSDT", 2, "TOSCPL", "CRESTLNE", 0x06040000) +DefinitionBlock ("/tmp/fwts_iasl_12884_DSDT.aml", "DSDT", 2, "TOSCPL", "CRESTLNE", 0x06040000) { - External (\_PR_.CPU0._PPC) + External (_PR_.CPU0._PPC) External (CFGD) External (PDC0) External (PDC1) diff --git a/disassemble-0001/SSDT0.dsl.orig b/disassemble-0001/SSDT0.dsl.orig index 6766fd6..0088812 100644 --- a/disassemble-0001/SSDT0.dsl.orig +++ b/disassemble-0001/SSDT0.dsl.orig @@ -1,9 +1,9 @@ /* * Intel ACPI Component Architecture - * AML Disassembler version 20120711-64 [Jul 27 2012] - * Copyright (c) 2000 - 2012 Intel Corporation + * AML Disassembler version 20130418-64 [May 2 2013] + * Copyright (c) 2000 - 2013 Intel Corporation * - * Disassembly of /tmp/fwts_iasl_23884_SSDT.dat, Fri Jul 27 13:20:05 2012 + * Disassembly of /tmp/fwts_iasl_12884_SSDT.dat, Fri May 3 09:41:56 2013 * * Original Table Header: * Signature "SSDT" @@ -16,10 +16,9 @@ * Compiler ID "INTL" * Compiler Version 0x20050624 (537200164) */ - -DefinitionBlock ("/tmp/fwts_iasl_23884_SSDT.aml", "SSDT", 1, "SataRe", "SataAhci", 0x00001000) +DefinitionBlock ("/tmp/fwts_iasl_12884_SSDT.aml", "SSDT", 1, "SataRe", "SataAhci", 0x00001000) { - External (\_SB_.PCI0.SATA, DeviceObj) + External (_SB_.PCI0.SATA, DeviceObj) External (GTF0, IntObj) External (GTF1, IntObj) External (GTF2, IntObj) diff --git a/disassemble-0001/SSDT1.dsl.orig b/disassemble-0001/SSDT1.dsl.orig index eb286f0..4c9287b 100644 --- a/disassemble-0001/SSDT1.dsl.orig +++ b/disassemble-0001/SSDT1.dsl.orig @@ -1,9 +1,9 @@ /* * Intel ACPI Component Architecture - * AML Disassembler version 20120711-64 [Jul 27 2012] - * Copyright (c) 2000 - 2012 Intel Corporation + * AML Disassembler version 20130418-64 [May 2 2013] + * Copyright (c) 2000 - 2013 Intel Corporation * - * Disassembly of /tmp/fwts_iasl_23884_SSDT.dat, Fri Jul 27 13:20:05 2012 + * Disassembly of /tmp/fwts_iasl_12884_SSDT.dat, Fri May 3 09:41:56 2013 * * Original Table Header: * Signature "SSDT" @@ -16,11 +16,10 @@ * Compiler ID "INTL" * Compiler Version 0x20050624 (537200164) */ - -DefinitionBlock ("/tmp/fwts_iasl_23884_SSDT.aml", "SSDT", 1, "BrtRef", "DD01BRT", 0x00001000) +DefinitionBlock ("/tmp/fwts_iasl_12884_SSDT.aml", "SSDT", 1, "BrtRef", "DD01BRT", 0x00001000) { - External (\_SB_.PCI0.GFX0.DD03, DeviceObj) - External (\_SB_.PCI0.LPCB.EC0_.BRTS) + External (_SB_.PCI0.GFX0.DD03, DeviceObj) + External (_SB_.PCI0.LPCB.EC0_.BRTS) Scope (\_SB.PCI0.GFX0.DD03) { diff --git a/disassemble-0001/SSDT2.dsl.orig b/disassemble-0001/SSDT2.dsl.orig index 043e6fe..2b59257 100644 --- a/disassemble-0001/SSDT2.dsl.orig +++ b/disassemble-0001/SSDT2.dsl.orig @@ -1,9 +1,9 @@ /* * Intel ACPI Component Architecture - * AML Disassembler version 20120711-64 [Jul 27 2012] - * Copyright (c) 2000 - 2012 Intel Corporation + * AML Disassembler version 20130418-64 [May 2 2013] + * Copyright (c) 2000 - 2013 Intel Corporation * - * Disassembly of /tmp/fwts_iasl_23884_SSDT.dat, Fri Jul 27 13:20:05 2012 + * Disassembly of /tmp/fwts_iasl_12884_SSDT.dat, Fri May 3 09:41:56 2013 * * Original Table Header: * Signature "SSDT" @@ -16,10 +16,9 @@ * Compiler ID "INTL" * Compiler Version 0x20050624 (537200164) */ - -DefinitionBlock ("/tmp/fwts_iasl_23884_SSDT.aml", "SSDT", 1, "PmRef", "Cpu0Tst", 0x00003000) +DefinitionBlock ("/tmp/fwts_iasl_12884_SSDT.aml", "SSDT", 1, "PmRef", "Cpu0Tst", 0x00003000) { - External (\_PR_.CPU0, DeviceObj) + External (_PR_.CPU0, DeviceObj) External (_PSS, IntObj) External (CFGD) External (PDC0) diff --git a/disassemble-0001/SSDT3.dsl.orig b/disassemble-0001/SSDT3.dsl.orig index be0ad83..10f68ed 100644 --- a/disassemble-0001/SSDT3.dsl.orig +++ b/disassemble-0001/SSDT3.dsl.orig @@ -1,9 +1,9 @@ /* * Intel ACPI Component Architecture - * AML Disassembler version 20120711-64 [Jul 27 2012] - * Copyright (c) 2000 - 2012 Intel Corporation + * AML Disassembler version 20130418-64 [May 2 2013] + * Copyright (c) 2000 - 2013 Intel Corporation * - * Disassembly of /tmp/fwts_iasl_23884_SSDT.dat, Fri Jul 27 13:20:05 2012 + * Disassembly of /tmp/fwts_iasl_12884_SSDT.dat, Fri May 3 09:41:56 2013 * * Original Table Header: * Signature "SSDT" @@ -16,12 +16,11 @@ * Compiler ID "INTL" * Compiler Version 0x20050624 (537200164) */ - -DefinitionBlock ("/tmp/fwts_iasl_23884_SSDT.aml", "SSDT", 1, "PmRef", "Cpu1Tst", 0x00003000) +DefinitionBlock ("/tmp/fwts_iasl_12884_SSDT.aml", "SSDT", 1, "PmRef", "Cpu1Tst", 0x00003000) { - External (\_PR_.CPU0._PTC, IntObj) - External (\_PR_.CPU0._TSS, IntObj) - External (\_PR_.CPU1, DeviceObj) + External (_PR_.CPU0._PTC, IntObj) + External (_PR_.CPU0._TSS, IntObj) + External (_PR_.CPU1, DeviceObj) External (CFGD) External (PDC1) diff --git a/disassemble-0001/SSDT4.dsl.orig b/disassemble-0001/SSDT4.dsl.orig index 053342f..f650120 100644 --- a/disassemble-0001/SSDT4.dsl.orig +++ b/disassemble-0001/SSDT4.dsl.orig @@ -1,9 +1,9 @@ /* * Intel ACPI Component Architecture - * AML Disassembler version 20120711-64 [Jul 27 2012] - * Copyright (c) 2000 - 2012 Intel Corporation + * AML Disassembler version 20130418-64 [May 2 2013] + * Copyright (c) 2000 - 2013 Intel Corporation * - * Disassembly of /tmp/fwts_iasl_23884_SSDT.dat, Fri Jul 27 13:20:05 2012 + * Disassembly of /tmp/fwts_iasl_12884_SSDT.dat, Fri May 3 09:41:56 2013 * * Original Table Header: * Signature "SSDT" @@ -16,11 +16,10 @@ * Compiler ID "INTL" * Compiler Version 0x20050624 (537200164) */ - -DefinitionBlock ("/tmp/fwts_iasl_23884_SSDT.aml", "SSDT", 1, "PmRef", "CpuPm", 0x00003000) +DefinitionBlock ("/tmp/fwts_iasl_12884_SSDT.aml", "SSDT", 1, "PmRef", "CpuPm", 0x00003000) { - External (\_PR_.CPU0, DeviceObj) - External (\_PR_.CPU1, DeviceObj) + External (_PR_.CPU0, DeviceObj) + External (_PR_.CPU1, DeviceObj) External (PCP0) External (PCP1)