[Lunar-commits] r24977 - in moonbase/trunk/utils: . pmtools
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Fri Jun 22 15:36:09 CEST 2007
Author: zbiggy
Date: 2007-06-22 15:36:09 +0200 (Fri, 22 Jun 2007)
New Revision: 24977
Added:
moonbase/trunk/utils/pmtools/
moonbase/trunk/utils/pmtools/BUILD
moonbase/trunk/utils/pmtools/DETAILS
Log:
In ancient times (2 years ago) brave Linux users used pmtools to gather
evidence about bad characters inside Asus A8N-VM CSM acpi part of bios.
After 0.5 year of war Asus surrended and eventually cleaned up most
evil traps prepared for innocent Linuxians. Now living in peace one of
brave Linux users who survived acpi battle put pmtools in moonbase
as a warning to other enemy mainboard manufacturers that could try to
make bios Linux incompatible.
Added: moonbase/trunk/utils/pmtools/BUILD
===================================================================
--- moonbase/trunk/utils/pmtools/BUILD (rev 0)
+++ moonbase/trunk/utils/pmtools/BUILD 2007-06-22 13:36:09 UTC (rev 24977)
@@ -0,0 +1,10 @@
+(
+
+ sedit "s/acpixtract/acpixtract\ madt/" Makefile &&
+ sedit "s/^madt/all/" madt/Makefile &&
+ make &&
+ prepare_install &&
+ for DEST in acpi{dump,xtract} madt; do
+ install -m755 $DEST/$DEST /usr/bin/$DEST; done
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/utils/pmtools/DETAILS
===================================================================
--- moonbase/trunk/utils/pmtools/DETAILS (rev 0)
+++ moonbase/trunk/utils/pmtools/DETAILS 2007-06-22 13:36:09 UTC (rev 24977)
@@ -0,0 +1,14 @@
+ MODULE=pmtools
+ VERSION=20070511
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$KERNEL_URL/pub/linux/kernel/people/lenb/acpi/utils
+ SOURCE_VFY=sha1:850c8f7adb2a76cd9e0c03d29041da464a5db7cf
+ ENTERED=20070622
+ UPDATED=20070622
+ SHORT="power management test and investigation tools"
+
+cat << EOF
+acpidump - dumps a system's ACPI tables to an ASCII file
+acpixtract - convert ASCII acpidump output to raw binary tables
+madt - parse the ACPI MADT
+EOF
More information about the Lunar-commits
mailing list