|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] 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>
--- a/tools/firmware/hvmloader/acpi/Makefile
+++ b/tools/firmware/hvmloader/acpi/Makefile
@@ -27,7 +27,7 @@ vpath iasl $(PATH)
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_$*
iasl-silent.patch
Description: Text document
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] hvmloader: reduce iasl verbosity,
Jan Beulich <=
|
|
|
|
|