From patchwork Tue Jul 17 23:52:19 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: 171574 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 BA3B52C00C1 for ; Wed, 18 Jul 2012 09:52:39 +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 1SrHZG-00074M-Gr for incoming@patchwork.ozlabs.org; Tue, 17 Jul 2012 23:52:38 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SrHZE-00074D-Be for fwts-devel@lists.ubuntu.com; Tue, 17 Jul 2012 23:52:36 +0000 Received: from 74-95-45-185-oregon.hfc.comcastbusiness.net ([74.95.45.185] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SrHZD-0005ii-Pq for fwts-devel@lists.ubuntu.com; Tue, 17 Jul 2012 23:52:36 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH 3/4] Update copy-acpica.sh to copy over new sources Date: Tue, 17 Jul 2012 16:52:19 -0700 Message-Id: <1342569140-21829-4-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1342569140-21829-1-git-send-email-colin.king@canonical.com> References: <1342569140-21829-1-git-send-email-colin.king@canonical.com> 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: Ivan Hu Acked-by: Keng-Yu Lin --- copy-acpica.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/copy-acpica.sh b/copy-acpica.sh index a4ee0cd..b578974 100755 --- a/copy-acpica.sh +++ b/copy-acpica.sh @@ -182,6 +182,7 @@ files="include/acpi.h \ components/tables/tbutils.c \ components/tables/tbxface.c \ components/tables/tbxfroot.c \ + components/tables/tbxfload.c \ components/utilities/utaddress.c \ components/utilities/utalloc.c \ components/utilities/utcache.c \ @@ -204,6 +205,7 @@ files="include/acpi.h \ components/utilities/utxferror.c \ components/utilities/utxface.c \ components/utilities/utdecode.c \ + components/utilities/utexcep.c \ tools/acpiexec/aehandlers.c \ tools/acpiexec/aecommon.h \ compiler/aslanalyze.c \ @@ -269,6 +271,7 @@ files="include/acpi.h \ common/adfile.c \ common/adisasm.c \ common/adwalk.c \ + common/ahpredef.c \ common/dmextern.c \ common/dmrestag.c \ common/dmtable.c \