From 89228cf0e5c16a908a998740c637fd7187586a11 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 15 May 2011 01:56:45 +0200 Subject: [PATCH] iasl: Added iasl 20110413 - Intel ACPI Component Architecture ASL Compiler and AML Disassembler --- develop/iasl/iasl-20110413-Makefile.patch | 49 +++++++++++++++++++++++ develop/iasl/iasl.cache | 25 ++++++++++++ develop/iasl/iasl.conf | 21 ++++++++++ develop/iasl/iasl.desc | 35 ++++++++++++++++ 4 files changed, 130 insertions(+) create mode 100644 develop/iasl/iasl-20110413-Makefile.patch create mode 100644 develop/iasl/iasl.cache create mode 100644 develop/iasl/iasl.conf create mode 100644 develop/iasl/iasl.desc diff --git a/develop/iasl/iasl-20110413-Makefile.patch b/develop/iasl/iasl-20110413-Makefile.patch new file mode 100644 index 000000000..16d76dfa1 --- /dev/null +++ b/develop/iasl/iasl-20110413-Makefile.patch @@ -0,0 +1,49 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../iasl/iasl-20110413-Makefile.patch +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- acpica-unix-20110413/compiler/Makefile.orig 2011-05-14 00:23:37.064002301 +0200 ++++ acpica-unix-20110413/compiler/Makefile 2011-05-14 00:47:05.112002302 +0200 +@@ -67,11 +67,11 @@ + asluuid.o \ + aslwalks.o \ + dtcompile.o \ ++ dtparserparse.o \ ++ dtparserlex.o \ + dtexpress.o \ + dtfield.o \ + dtio.o \ +- dtparserlex.o \ +- dtparserparse.o \ + dtsubtable.o \ + dttable.o \ + dttemplate.o \ +@@ -166,11 +166,14 @@ + + INTERMEDIATES = \ + aslcompilerlex.c \ +- aslcompilerparse.c ++ aslcompilerparse.c \ ++ dtparserparse.c + + MISC = \ + aslcompiler.y.h \ +- aslcompilerparse.output ++ aslcompilerparse.output \ ++ dtparser.y.h \ ++ dtparserparse.output + + + # diff --git a/develop/iasl/iasl.cache b/develop/iasl/iasl.cache new file mode 100644 index 000000000..8fb98b0c0 --- /dev/null +++ b/develop/iasl/iasl.cache @@ -0,0 +1,25 @@ + +[TIMESTAMP] 1305327313 Sat May 14 00:55:13 2011 +[BUILDTIME] 5 (5) +[SIZE] 0.63 MB, 7 files + +[DEP] bash +[DEP] binutils +[DEP] bison +[DEP] bzip2 +[DEP] coreutils +[DEP] diffutils +[DEP] fhs +[DEP] findutils +[DEP] flex +[DEP] gawk +[DEP] gcc +[DEP] glibc +[DEP] grep +[DEP] linux-header +[DEP] m4 +[DEP] make +[DEP] patch +[DEP] sed +[DEP] sysfiles +[DEP] tar diff --git a/develop/iasl/iasl.conf b/develop/iasl/iasl.conf new file mode 100644 index 000000000..22966f2ea --- /dev/null +++ b/develop/iasl/iasl.conf @@ -0,0 +1,21 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../iasl/iasl.conf +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +makeopt="-C compiler $makeopt" +makeinstopt= + +iasl_install() { + install -p -D compiler/iasl $root/$bindir/iasl +} +hook_add postmake 9 'iasl_install' diff --git a/develop/iasl/iasl.desc b/develop/iasl/iasl.desc new file mode 100644 index 000000000..1eb5a2206 --- /dev/null +++ b/develop/iasl/iasl.desc @@ -0,0 +1,35 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../iasl/iasl.desc +[COPY] Copyright (C) 2011 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] Intel ACPI Component Architecture ASL Compiler and AML Disassembler + +[T] iasl compiles ASL (ACPI Source Language) into AML (ACPI Machine Language), +[T] which is suitable for inclusion as a DSDT in system firmware. It also can +[T] disassemble AML, for debugging purposes. + +[U] http://www.acpica.org/ + +[A] Intel Corporation +[M] The OpenSDE Community + +[C] extra/tool + +[F] NOPARALLEL + +[L] Free-to-use +[S] Stable +[V] 20110413 +[P] X -----5---9 179.000 + +[D] 2719447169 acpica-unix-20110413.tar.gz http://www.acpica.org/download/