[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] hvmloader: reduce iasl verbosity



# HG changeset patch
# User Keir Fraser <keir@xxxxxxx>
# Date 1287922706 -3600
# Node ID 2e8bdff60d01f0cd9bc64adae2ad8aa9a3504113
# Parent  3cc432c22073184e28c45ac6dd72647bee1f6de8
hvmloader: reduce iasl verbosity

I don't think anyone really needs iasl's banner displayed during the
build process.

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
---
 tools/firmware/hvmloader/acpi/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -r 3cc432c22073 -r 2e8bdff60d01 tools/firmware/hvmloader/acpi/Makefile
--- a/tools/firmware/hvmloader/acpi/Makefile    Sun Oct 24 13:17:42 2010 +0100
+++ b/tools/firmware/hvmloader/acpi/Makefile    Sun Oct 24 13:18:26 2010 +0100
@@ -27,7 +27,7 @@ all: acpi.a
 all: acpi.a
 
 ssdt_pm.h ssdt_tpm.h: %.h: %.asl iasl
-       iasl -p $* -tc $<
+       iasl -vs -p $* -tc $<
        sed -e 's/AmlCode/$*/g' $*.hex >$@
        rm -f $*.hex $*.aml
 
@@ -36,7 +36,7 @@ dsdt_15cpu.c dsdt_anycpu.c: %.c: dsdt.as
        $(HOSTCC) $(HOSTCFLAGS) $(CFLAGS_include) -o mk_$* mk_dsdt.c
        awk 'NR > 1 {print s} {s=$$0}' $< >$*.asl
        ./mk_$* >>$*.asl
-       iasl -p $* -tc $*.asl
+       iasl -vs -p $* -tc $*.asl
        sed -e 's/AmlCode/$*/g' $*.hex >$@
        echo "int $*_len=sizeof($*);" >>$@
        rm -f $*.hex $*.aml $*.asl mk_$*

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.