summaryrefslogtreecommitdiff
path: root/generate
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2017-02-24 14:47:30 -0800
committerRobert Moore <Robert.Moore@intel.com>2017-02-24 14:47:30 -0800
commitc04d310039d3e0ed1cb62876fe7e596fbc75ab01 (patch)
tree50a231218df7119a757887393dc5c3e7867cc8fb /generate
parent20741c9c6e4f86eb90948cfceb55169593b79f0b (diff)
downloadacpica-c04d310039d3e0ed1cb62876fe7e596fbc75ab01.tar.gz
iASL: add ASL conversion tool
The key feature of this utility is that the original comments within the input ASL files are preserved during the conversion process, and included within the converted ASL+ file -- thus creating a transparent conversion of existing ASL files to ASL+ (ASL 2.0)
Diffstat (limited to 'generate')
-rwxr-xr-xgenerate/msvc9/AslCompiler.vcproj12
-rw-r--r--generate/unix/iasl/Makefile3
2 files changed, 15 insertions, 0 deletions
diff --git a/generate/msvc9/AslCompiler.vcproj b/generate/msvc9/AslCompiler.vcproj
index ceb64555d..0f5d3c9a1 100755
--- a/generate/msvc9/AslCompiler.vcproj
+++ b/generate/msvc9/AslCompiler.vcproj
@@ -1019,6 +1019,18 @@
RelativePath="..\..\source\compiler\aslxrefout.c"
>
</File>
+ <File
+ RelativePath="..\..\source\compiler\cvcompiler.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\compiler\cvdisasm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\compiler\cvparser.c"
+ >
+ </File>
</Filter>
<Filter
Name="Compiler Lexers"
diff --git a/generate/unix/iasl/Makefile b/generate/unix/iasl/Makefile
index d06524da5..aa6e42940 100644
--- a/generate/unix/iasl/Makefile
+++ b/generate/unix/iasl/Makefile
@@ -105,6 +105,9 @@ OBJECTS = \
$(OBJDIR)/aslwalks.o\
$(OBJDIR)/aslxref.o\
$(OBJDIR)/aslxrefout.o\
+ $(OBJDIR)/cvcompiler.o\
+ $(OBJDIR)/cvdisasm.o\
+ $(OBJDIR)/cvparser.o\
$(OBJDIR)/cmfsize.o\
$(OBJDIR)/dbfileio.o\
$(OBJDIR)/dmbuffer.o\