From patchwork Wed Apr 11 23:50:50 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: 151942 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 1F207B705C for ; Thu, 12 Apr 2012 09:52:35 +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 1SI7Kz-0001zP-Vq for incoming@patchwork.ozlabs.org; Wed, 11 Apr 2012 23:52:34 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SI7KF-0001wu-Iq for fwts-devel@lists.ubuntu.com; Wed, 11 Apr 2012 23:51:47 +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 1SI7KF-00051R-4j for fwts-devel@lists.ubuntu.com; Wed, 11 Apr 2012 23:51:47 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH 05/11] Update README_ACPICA.txt to reflect new ACPICA sources added Date: Thu, 12 Apr 2012 00:50:50 +0100 Message-Id: <1334188256-26566-6-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1334188256-26566-1-git-send-email-colin.king@canonical.com> References: <1334188256-26566-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: Keng-Yu Lin Acked-by: Alex Hung --- README_ACPICA.txt | 140 +++++++++++++++++++++++++++++------------------------ 1 file changed, 77 insertions(+), 63 deletions(-) diff --git a/README_ACPICA.txt b/README_ACPICA.txt index 2a0297a..6ea7080 100644 --- a/README_ACPICA.txt +++ b/README_ACPICA.txt @@ -6,15 +6,15 @@ and the Intel copyright message has been included in fwts. No file has been modified at all. -src/acpica/common: +src/acpica/source/common: adfile.c adisasm.c adwalk.c dmextern.c dmrestag.c dmtable.c - dmtbinfo.c dmtbdump.c + dmtbinfo.c src/acpica/source/components: debugger @@ -36,11 +36,11 @@ src/acpica/source/components/debugger: dbfileio.c dbhistry.c dbinput.c + dbmethod.c + dbnames.c dbstats.c dbutils.c dbxface.c - dbmethod.c - dbnames.c src/acpica/source/components/disassembler: dmbuffer.c @@ -48,12 +48,15 @@ src/acpica/source/components/disassembler: dmobject.c dmopcode.c dmresrc.c + dmresrcl2.c dmresrcl.c dmresrcs.c dmutils.c dmwalk.c src/acpica/source/components/dispatcher: + dsargs.c + dscontrol.c dsfield.c dsinit.c dsmethod.c @@ -62,17 +65,16 @@ src/acpica/source/components/dispatcher: dsopcode.c dsutils.c dswexec.c + dswload2.c dswload.c dswscope.c dswstate.c - dscontrol.c - dsargs.c - dswload2.c src/acpica/source/components/events: evevent.c - evgpe.c + evglock.c evgpeblk.c + evgpe.c evgpeinit.c evgpeutil.c evmisc.c @@ -83,9 +85,13 @@ src/acpica/source/components/events: evxfevnt.c evxfgpe.c evxfregn.c - evglock.c src/acpica/source/components/executer: + exconfig.c + exconvrt.c + excreate.c + exdebug.c + exdump.c exfield.c exfldio.c exmisc.c @@ -105,20 +111,17 @@ src/acpica/source/components/executer: exstorob.c exsystem.c exutils.c - exconvrt.c - excreate.c - exdump.c - exdebug.c - exconfig.c src/acpica/source/components/hardware: hwacpi.c + hwesleep.c hwgpe.c hwpci.c hwregs.c hwsleep.c hwvalid.c hwxface.c + hwxfsleep.c src/acpica/source/components/namespace: nsaccess.c @@ -132,8 +135,8 @@ src/acpica/source/components/namespace: nsobject.c nsparse.c nspredef.c - nsrepair.c nsrepair2.c + nsrepair.c nssearch.c nsutils.c nswalk.c @@ -157,12 +160,13 @@ src/acpica/source/components/resources: rscalc.c rscreate.c rsdump.c - rsio.c rsinfo.c + rsio.c rsirq.c rslist.c rsmemory.c rsmisc.c + rsserial.c rsutils.c rsxface.c @@ -175,10 +179,12 @@ src/acpica/source/components/tables: tbxfroot.c src/acpica/source/components/utilities: + utaddress.c utalloc.c utcache.c utcopy.c utdebug.c + utdecode.c utdelete.c uteval.c utglobal.c @@ -189,54 +195,51 @@ src/acpica/source/components/utilities: utmisc.c utmutex.c utobject.c + utosi.c utresrc.c utstate.c uttrack.c - utosi.c - utxferror.c utxface.c - utdecode.c + utxferror.c src/acpica/source/include: - gacpi.h - gplatform/acenv.h - gplatform/aclinux.h - gplatform/acgcc.h - gacnames.h - gactypes.h - gacexcep.h - gactbl.h - gactbl1.h - gactbl2.h - gacoutput.h - gacrestyp.h - gacpiosxf.h - gacpixf.h - gaccommon.h - gacconfig.h - gacmacros.h - gaclocal.h - gacobject.h - gacstruct.h - gacglobal.h - gachware.h - gacutils.h - gacparser.h - gamlcode.h - gacnamesp.h - gacdebug.h - gactables.h - gacinterp.h - gacapps.h - gacdispat.h - gacevents.h - gacresrc.h - gamlresrc.h - gacdisasm.h - gacpredef.h - gacopcode.h + acapps.h + accommon.h + acconfig.h + acdebug.h + acdisasm.h + acdispat.h + acevents.h + acexcep.h + acglobal.h + achware.h + acinterp.h + aclocal.h + acmacros.h + acnames.h + acnamesp.h + acobject.h + acopcode.h + acoutput.h + acparser.h + acpi.h + acpiosxf.h + acpixf.h + acpredef.h + acresrc.h + acrestyp.h + acstruct.h + actables.h + actbl1.h + actbl2.h + actbl3.h + actbl.h + actypes.h + acutils.h + amlcode.h + amlresrc.h -src/acpica/source/gplatform: +src/acpica/source/platform: acenv.h acgcc.h aclinux.h @@ -250,6 +253,7 @@ src/acpica/source/tools/acpiexec: src/acpica/source/compiler: aslanalyze.c + aslbtypes.c aslcodegen.c aslcompile.c aslcompiler.h @@ -278,25 +282,35 @@ src/acpica/source/compiler: aslrestype2d.c aslrestype2e.c aslrestype2q.c + aslrestype2s.c aslrestype2w.c aslstartup.c aslstubs.c + aslsupport.l asltransform.c asltree.c asltypes.h aslutils.c + asluuid.c + aslwalks.c dtcompile.c dtcompiler.h + dtexpress.c dtfield.c dtio.c + dtparser.l + dtparser.y dtsubtable.c dttable.c dttemplate.c dttemplate.h dtutils.c - dtexpress.c - dtparser.y - dtparser.l - aslbtypes.c - aslwalks.c - asluuid.c + fwts_iasl_interface.c + fwts_iasl_interface.h + preprocess.h + prexpress.c + prmacros.c + prparser.l + prparser.y + prscan.c + prutils.c