------------------------------------------------------------------------ r15 | pan.jacob | 2006-09-13 14:30:47 -0700 (Wed, 13 Sep 2006) | 1 line let test disassemble dsdt by itself, fixed parser to deal with more cases ------------------------------------------------------------------------ r16 | arjanvandeven | 2006-09-14 02:03:40 -0700 (Thu, 14 Sep 2006) | 2 lines turn this back into an error and abort the test ------------------------------------------------------------------------ r17 | arjanvandeven | 2006-09-14 06:24:19 -0700 (Thu, 14 Sep 2006) | 4 lines A set of very thoroughly horrible hacks to build the binary against the libraries in the chroot environment. Especially the libc part of this is too evil to speak about ------------------------------------------------------------------------ r18 | arjanvandeven | 2006-09-14 22:41:22 -0700 (Thu, 14 Sep 2006) | 2 lines fix typos in edd ------------------------------------------------------------------------ r19 | arjanvandeven | 2006-09-18 14:02:32 -0700 (Mon, 18 Sep 2006) | 2 lines some distros use __unused in their glibc headers so we can't ------------------------------------------------------------------------ r20 | arjanvandeven | 2006-09-18 14:20:07 -0700 (Mon, 18 Sep 2006) | 2 lines improve usefulness of the message ------------------------------------------------------------------------ r21 | arjanvandeven | 2006-09-18 15:44:58 -0700 (Mon, 18 Sep 2006) | 2 lines stricter test for using xsdt ------------------------------------------------------------------------ r22 | arjanvandeven | 2006-09-19 06:16:14 -0700 (Tue, 19 Sep 2006) | 2 lines fix mtrr off by one ------------------------------------------------------------------------ r23 | arjanvandeven | 2006-09-20 20:08:48 -0700 (Wed, 20 Sep 2006) | 3 lines * some cleanups * reset the frequency to maximum at the end ------------------------------------------------------------------------ r24 | arjanvandeven | 2006-09-20 20:15:02 -0700 (Wed, 20 Sep 2006) | 3 lines bugfix the last patch remove more dir-passing-around ------------------------------------------------------------------------ r25 | arjanvandeven | 2006-09-20 20:27:35 -0700 (Wed, 20 Sep 2006) | 2 lines one more cleanup ------------------------------------------------------------------------ r26 | arjanvandeven | 2006-09-20 21:44:56 -0700 (Wed, 20 Sep 2006) | 2 lines check for hardware-versus-software P-state coordination ------------------------------------------------------------------------ r27 | arjanvandeven | 2006-09-20 22:01:53 -0700 (Wed, 20 Sep 2006) | 2 lines don't do the P-state test if there is no cpufreq support ------------------------------------------------------------------------ r28 | arjanvandeven | 2006-09-20 23:28:03 -0700 (Wed, 20 Sep 2006) | 2 lines update to the newly released 2.6.18 kernel ------------------------------------------------------------------------ r29 | arjanvandeven | 2006-09-20 23:34:12 -0700 (Wed, 20 Sep 2006) | 2 lines set the speed back to low after the coordination test ------------------------------------------------------------------------ r30 | arjanvandeven | 2006-09-21 18:17:30 -0700 (Thu, 21 Sep 2006) | 2 lines Add the thermal_trip test script from SuSE ------------------------------------------------------------------------ r31 | arjanvandeven | 2006-09-21 19:06:28 -0700 (Thu, 21 Sep 2006) | 2 lines don't run the coordination test on uniprocessor machines ------------------------------------------------------------------------ r32 | arjanvandeven | 2006-09-21 19:07:34 -0700 (Thu, 21 Sep 2006) | 2 lines if high and low speed are really close together we can't trust the measurements ------------------------------------------------------------------------ r33 | arjanvandeven | 2006-09-21 19:19:00 -0700 (Thu, 21 Sep 2006) | 2 lines make some of the outputs more verbose to help diagnostics ------------------------------------------------------------------------ r34 | arjanvandeven | 2006-09-22 00:20:16 -0700 (Fri, 22 Sep 2006) | 3 lines don't warn for aliased FACP; Intel recommends that actually This does need a sanity checkk ------------------------------------------------------------------------ r35 | arjanvandeven | 2006-09-22 01:48:55 -0700 (Fri, 22 Sep 2006) | 5 lines * disable a warning which is most likely a kernel bug * make the "not all reached" INFO level and expand the wording; we need to fix the test later to force the kernel to go into specific states ------------------------------------------------------------------------ r36 | arjanvandeven | 2006-10-16 14:26:22 -0700 (Mon, 16 Oct 2006) | 3 lines Patch from Thomas Renninger to make the kit auto-detect the serial speed based on the kernel commandline, rather than hardcoding this ------------------------------------------------------------------------ r37 | arjanvandeven | 2006-10-16 14:27:07 -0700 (Mon, 16 Oct 2006) | 3 lines patch from Thomas Renninger to free the memory after sending it out in libstandalone.c ------------------------------------------------------------------------ r38 | arjanvandeven | 2006-10-16 15:06:50 -0700 (Mon, 16 Oct 2006) | 2 lines update to the latest acpica version ------------------------------------------------------------------------ r39 | arjanvandeven | 2006-10-16 15:32:38 -0700 (Mon, 16 Oct 2006) | 3 lines switch to using acpidump/acpiextract as methods of getting to the AML code; these are better/more reliable than /proc/acpi/dsdt and also get the SSDTs ------------------------------------------------------------------------ r40 | Rollio | 2006-10-16 23:02:42 -0700 (Mon, 16 Oct 2006) | 1 line Subbed -nodefaultslibs for -nostdlibs for those using recent Debian-based distros. ------------------------------------------------------------------------ r41 | rollio | 2006-10-16 23:18:48 -0700 (Mon, 16 Oct 2006) | 22 lines Applied patch from Thomas Renninger, his comments: This patch has three purposes: - one central line in main Makefile to configure general CFLAGS optimization flags (e.g. -g, -O2,..) for all subdirs - allow these to be overridden by simply add: make -e CFLAGS="-O2 ..." - cleanup some whitespaces/tabs where editors (e.g. emacs) might complain when doing syntax checking... This is very useful if - a package is build in a separate environment by some distribution build tool - if the developer wants to pass a general flag to all Makefiles ------------------------------------------------------------------------ r42 | arjanvandeven | 2006-10-17 13:45:16 -0700 (Tue, 17 Oct 2006) | 2 lines initial stab at SSDT testing ------------------------------------------------------------------------ r43 | arjanvandeven | 2006-10-18 10:21:43 -0700 (Wed, 18 Oct 2006) | 3 lines silence this if there are no SSDT's ------------------------------------------------------------------------ r44 | arjanvandeven | 2006-10-18 10:45:49 -0700 (Wed, 18 Oct 2006) | 2 lines report which tables have been tested ------------------------------------------------------------------------ r45 | arjanvandeven | 2006-10-19 11:49:33 -0700 (Thu, 19 Oct 2006) | 2 lines fix early abort in acpi compiler warning checking ------------------------------------------------------------------------ r46 | arjanvandeven | 2006-10-19 13:01:34 -0700 (Thu, 19 Oct 2006) | 2 lines don't run the mtrr tests on systems without mtrr ------------------------------------------------------------------------ r47 | arjanvandeven | 2006-10-19 16:58:24 -0700 (Thu, 19 Oct 2006) | 2 lines this file got renamed ------------------------------------------------------------------------ r48 | arjanvandeven | 2006-10-20 07:59:43 -0700 (Fri, 20 Oct 2006) | 2 lines silence these tools to not mess the screen up ------------------------------------------------------------------------ r49 | arjanvandeven | 2006-10-20 08:00:02 -0700 (Fri, 20 Oct 2006) | 2 lines hack to work for systems without e820 for now ------------------------------------------------------------------------ r50 | arjanvandeven | 2006-10-20 08:52:23 -0700 (Fri, 20 Oct 2006) | 2 lines temporary ia64 hack ------------------------------------------------------------------------ r51 | arjanvandeven | 2006-10-20 08:54:09 -0700 (Fri, 20 Oct 2006) | 2 lines initial ia64 hack ------------------------------------------------------------------------ r52 | arjanvandeven | 2006-10-20 09:30:24 -0700 (Fri, 20 Oct 2006) | 2 lines one 0 too many... woops ------------------------------------------------------------------------ r54 | Rollio | 2006-10-23 18:34:07 -0700 (Mon, 23 Oct 2006) | 9 lines Fix submitted by Thomas Renninger: Changing the check to (strstr was returning NULL...): 116: hpet_base_p = strtoul(strstr(val, "0xfec"), NULL, 0x10); fixes the segfault and hpet is found. ------------------------------------------------------------------------ r55 | arjanvandeven | 2006-10-31 06:06:25 -0800 (Tue, 31 Oct 2006) | 2 lines this should fix the build failiures ------------------------------------------------------------------------ r56 | arjanvandeven | 2006-10-31 08:53:50 -0800 (Tue, 31 Oct 2006) | 2 lines start switching to FC6 ------------------------------------------------------------------------ r57 | arjanvandeven | 2006-11-01 08:57:35 -0800 (Wed, 01 Nov 2006) | 2 lines start to add more kernels... ------------------------------------------------------------------------ r58 | arjanvandeven | 2006-11-01 09:16:13 -0800 (Wed, 01 Nov 2006) | 2 lines temp checking ------------------------------------------------------------------------ r59 | arjanvandeven | 2006-11-01 09:19:15 -0800 (Wed, 01 Nov 2006) | 2 lines support multiple kernels from rpms ------------------------------------------------------------------------ r60 | arjanvandeven | 2006-11-01 10:10:52 -0800 (Wed, 01 Nov 2006) | 2 lines ok we need to md5sum the kernel names for isolinux (sigh) ------------------------------------------------------------------------ r61 | arjanvandeven | 2006-11-01 10:57:31 -0800 (Wed, 01 Nov 2006) | 2 lines put the fc6 kernel on the cd instead of 2 rhel kernels; more useful that way ------------------------------------------------------------------------ r62 | arjanvandeven | 2006-11-02 12:51:58 -0800 (Thu, 02 Nov 2006) | 2 lines add the detection of the local apic message in the hrtimers patchkit ------------------------------------------------------------------------ r64 | arjanvandeven | 2006-11-03 05:26:00 -0800 (Fri, 03 Nov 2006) | 3 lines add a microcode version check test (this needs a bump to the latest 2.6.19-rc kernel) ------------------------------------------------------------------------ r65 | arjanvandeven | 2006-11-03 05:53:17 -0800 (Fri, 03 Nov 2006) | 2 lines silence the microcode tool to not distord the screen ------------------------------------------------------------------------ r66 | arjanvandeven | 2006-11-03 07:18:53 -0800 (Fri, 03 Nov 2006) | 2 lines simplify the rpm download Makefiles a lot by doing a catchall rule ------------------------------------------------------------------------ r67 | arjanvandeven | 2006-11-03 08:29:57 -0800 (Fri, 03 Nov 2006) | 2 lines Add a basic DMI table check ------------------------------------------------------------------------ r68 | arjanvandeven | 2006-11-03 09:43:09 -0800 (Fri, 03 Nov 2006) | 2 lines Add consistency checks between 32 bit and 64 bit FADT's ------------------------------------------------------------------------ r69 | arjanvandeven | 2006-11-03 10:12:32 -0800 (Fri, 03 Nov 2006) | 2 lines disable the cstates plugin for now; it tests linux more than the bios ------------------------------------------------------------------------ r70 | Rollio | 2006-11-03 18:52:14 -0800 (Fri, 03 Nov 2006) | 3 lines Fixed bug where it wasn't creating vmlinuz for i686 archs ------------------------------------------------------------------------ r72 | rollio | 2006-11-04 13:53:01 -0800 (Sat, 04 Nov 2006) | 3 lines Fixed small bug in checking with 'uname' if it's an i*86 machine ------------------------------------------------------------------------ r73 | arjanvandeven | 2006-11-04 13:57:59 -0800 (Sat, 04 Nov 2006) | 3 lines It appears that the debian cpio program is bust... fix it ------------------------------------------------------------------------ r74 | arjanvandeven | 2006-11-04 14:41:06 -0800 (Sat, 04 Nov 2006) | 2 lines woops type ------------------------------------------------------------------------ r75 | arjanvandeven | 2006-11-06 02:58:13 -0800 (Mon, 06 Nov 2006) | 2 lines primitive VT/VMX check; this check is inspired by the lkml report on IBM T61's where KVM and other virtualization software can't function ------------------------------------------------------------------------ r76 | arjanvandeven | 2006-11-06 02:58:35 -0800 (Mon, 06 Nov 2006) | 3 lines drop accidental binaries ------------------------------------------------------------------------ r77 | arjanvandeven | 2006-11-06 04:40:05 -0800 (Mon, 06 Nov 2006) | 2 lines add DMI resource ------------------------------------------------------------------------ r78 | arjanvandeven | 2006-11-06 06:24:36 -0800 (Mon, 06 Nov 2006) | 3 lines fix a bunch of issues as found by Rolla fix a kernel crash on boot due to the microcode function (sigh) ------------------------------------------------------------------------ r79 | arjanvandeven | 2006-11-06 06:25:31 -0800 (Mon, 06 Nov 2006) | 2 lines tyop ------------------------------------------------------------------------ r80 | arjanvandeven | 2006-11-06 06:28:27 -0800 (Mon, 06 Nov 2006) | 2 lines fix patch application ------------------------------------------------------------------------ r81 | arjanvandeven | 2006-11-06 06:34:20 -0800 (Mon, 06 Nov 2006) | 2 lines no newline needed; there already is one ------------------------------------------------------------------------ r82 | arjanvandeven | 2006-11-06 07:39:00 -0800 (Mon, 06 Nov 2006) | 2 lines count progress better ------------------------------------------------------------------------ r83 | arjanvandeven | 2006-11-06 07:44:40 -0800 (Mon, 06 Nov 2006) | 2 lines prevent crash ------------------------------------------------------------------------ r84 | arjanvandeven | 2006-11-06 08:31:47 -0800 (Mon, 06 Nov 2006) | 3 lines fix the last bit of the cpufreq progress bar improve the hpet check some more again ------------------------------------------------------------------------ r85 | Rollio | 2006-11-06 15:13:08 -0800 (Mon, 06 Nov 2006) | 2 lines Back to 'uname -m' ------------------------------------------------------------------------ r86 | arjanvandeven | 2006-11-07 03:10:50 -0800 (Tue, 07 Nov 2006) | 2 lines grab and use latest microcode.dat ------------------------------------------------------------------------ r87 | arjanvandeven | 2006-11-07 03:33:55 -0800 (Tue, 07 Nov 2006) | 2 lines add e100 eprom check ------------------------------------------------------------------------ r88 | arjanvandeven | 2006-11-07 03:39:35 -0800 (Tue, 07 Nov 2006) | 2 lines add automatic mode ------------------------------------------------------------------------ r89 | arjanvandeven | 2006-11-07 05:52:55 -0800 (Tue, 07 Nov 2006) | 4 lines use the fedora suspend infrastructure instead of raw fix the oracle kernel (typo in name) fix interactive mode ------------------------------------------------------------------------ r90 | arjanvandeven | 2006-11-07 06:35:24 -0800 (Tue, 07 Nov 2006) | 2 lines missing pieces for suspend ------------------------------------------------------------------------ r91 | arjanvandeven | 2006-11-07 11:47:22 -0800 (Tue, 07 Nov 2006) | 3 lines pjones suggested this test: it checks to make sure there is no 15Mb memory hole (OS/2 gap) ------------------------------------------------------------------------ r92 | arjanvandeven | 2006-11-07 12:28:03 -0800 (Tue, 07 Nov 2006) | 2 lines minor code cleanup ------------------------------------------------------------------------ r93 | Rollio | 2006-11-08 02:19:46 -0800 (Wed, 08 Nov 2006) | 3 lines Comments galore, helps me understand code better as well, hopefully it helps developers too ------------------------------------------------------------------------ r94 | Rollio | 2006-11-08 16:40:58 -0800 (Wed, 08 Nov 2006) | 3 lines More comments, clarity ------------------------------------------------------------------------ r95 | arjanvandeven | 2006-11-10 06:07:21 -0800 (Fri, 10 Nov 2006) | 4 lines APIC edge/level trigger test disable amlpoke test; it doesn't quite work yet don't use nmi_watchdog, that just increases risk of not booting ------------------------------------------------------------------------ r96 | arjanvandeven | 2006-11-10 06:09:55 -0800 (Fri, 10 Nov 2006) | 2 lines this test is still experimental ------------------------------------------------------------------------ r97 | arjanvandeven | 2006-11-10 06:42:27 -0800 (Fri, 10 Nov 2006) | 2 lines maxreadreq test as asked for by Cisco's Roland Dreier ------------------------------------------------------------------------ r98 | arjanvandeven | 2006-11-10 06:46:07 -0800 (Fri, 10 Nov 2006) | 2 lines a few more comments ------------------------------------------------------------------------ r99 | arjanvandeven | 2006-11-10 06:48:41 -0800 (Fri, 10 Nov 2006) | 2 lines fix progress bar for real ------------------------------------------------------------------------ r100 | arjanvandeven | 2006-11-10 11:41:21 -0800 (Fri, 10 Nov 2006) | 2 lines fix fadt test name bug ------------------------------------------------------------------------ r101 | arjanvandeven | 2006-11-10 11:46:34 -0800 (Fri, 10 Nov 2006) | 2 lines updated thermal_trip test ------------------------------------------------------------------------ r103 | arjanvandeven | 2006-11-13 09:38:37 -0800 (Mon, 13 Nov 2006) | 2 lines add FTP to get files off easier ------------------------------------------------------------------------ r104 | rollio | 2006-11-13 18:59:53 -0800 (Mon, 13 Nov 2006) | 7 lines Applied a few helpful clean-up patches from Thomas Renninger: 2 minor typos Fix 2 compiler warnings Fix fadt report result ------------------------------------------------------------------------ r105 | rollio | 2006-11-13 22:14:03 -0800 (Mon, 13 Nov 2006) | 2 lines Adding documentation... ------------------------------------------------------------------------ r106 | rollio | 2006-11-13 23:23:36 -0800 (Mon, 13 Nov 2006) | 2 lines More documentation... ------------------------------------------------------------------------ r107 | rollio | 2006-11-14 16:29:07 -0800 (Tue, 14 Nov 2006) | 3 lines Patch from Thomas: fix report not successfully ended Removed not-needed file os2gap/.depend ------------------------------------------------------------------------ r108 | arjanvandeven | 2006-11-15 14:06:05 -0800 (Wed, 15 Nov 2006) | 2 lines woops wrong way around ------------------------------------------------------------------------ r109 | rollio | 2006-11-15 16:59:18 -0800 (Wed, 15 Nov 2006) | 3 lines Fixed some error-checking and plugin exit status stuff to be consistent and logical. ------------------------------------------------------------------------ r110 | arjanvandeven | 2006-11-15 23:52:36 -0800 (Wed, 15 Nov 2006) | 2 lines oops I forgot to add the vmx test to the makefile ------------------------------------------------------------------------ r111 | arjanvandeven | 2006-11-16 02:16:15 -0800 (Thu, 16 Nov 2006) | 2 lines add another template value ------------------------------------------------------------------------ r112 | arjanvandeven | 2006-11-16 02:20:29 -0800 (Thu, 16 Nov 2006) | 2 lines more template strings ------------------------------------------------------------------------ r113 | arjanvandeven | 2006-11-16 02:29:02 -0800 (Thu, 16 Nov 2006) | 2 lines fix some bugs in the acpi message parsing (sigh) ------------------------------------------------------------------------ r114 | arjanvandeven | 2006-11-16 02:30:00 -0800 (Thu, 16 Nov 2006) | 2 lines update to -rc6 ------------------------------------------------------------------------ r115 | arjanvandeven | 2006-11-16 02:54:28 -0800 (Thu, 16 Nov 2006) | 2 lines updated thermal_trip patch from Frank Seidel (SuSE) ------------------------------------------------------------------------ r116 | arjanvandeven | 2006-11-17 00:27:45 -0800 (Fri, 17 Nov 2006) | 2 lines fix bug number #4: don't unmount the wrong /proc ------------------------------------------------------------------------ r118 | rollio | 2006-11-24 16:45:54 -0800 (Fri, 24 Nov 2006) | 5 lines Fixed bug #5 - typos in documentation ------------------------------------------------------------------------ r119 | rollio | 2006-11-24 17:47:19 -0800 (Fri, 24 Nov 2006) | 3 lines Applied Venki's cpufreq patch that adds 2 other tests to cpufreq (software_any and software_all) ------------------------------------------------------------------------ r121 | rollio | 2006-11-29 10:08:29 -0800 (Wed, 29 Nov 2006) | 2 lines Lot of comments, geting ready to include _SUN testing here ------------------------------------------------------------------------ r122 | arjanvandeven | 2006-11-30 08:54:28 -0800 (Thu, 30 Nov 2006) | 2 lines use 2.6.19 kernels ------------------------------------------------------------------------ r123 | rollio | 2006-11-30 17:30:11 -0800 (Thu, 30 Nov 2006) | 4 lines Added _SUN test that checks duplicates of hard-code _SUNs that occur in Name (_SUN, 0x..), also added more comments and cleaned up a bit. ------------------------------------------------------------------------ r125 | arjanvandeven | 2006-12-01 02:29:55 -0800 (Fri, 01 Dec 2006) | 2 lines NEWS file ------------------------------------------------------------------------ r126 | arjanvandeven | 2006-12-01 05:33:35 -0800 (Fri, 01 Dec 2006) | 2 lines better sentences ------------------------------------------------------------------------ r127 | arjanvandeven | 2006-12-01 05:37:46 -0800 (Fri, 01 Dec 2006) | 2 lines kill bogus printf's that break the screen layout ------------------------------------------------------------------------ r128 | arjanvandeven | 2006-12-01 05:39:24 -0800 (Fri, 01 Dec 2006) | 2 lines avoid division by zero ------------------------------------------------------------------------ r129 | arjanvandeven | 2006-12-01 08:31:04 -0800 (Fri, 01 Dec 2006) | 3 lines more rigerous apicedge check to avoid false positives add ehci warning message for handoff ------------------------------------------------------------------------ r130 | arjanvandeven | 2006-12-02 04:50:00 -0800 (Sat, 02 Dec 2006) | 2 lines flip to R1 ------------------------------------------------------------------------ r131 | arjanvandeven | 2006-12-05 07:30:42 -0800 (Tue, 05 Dec 2006) | 2 lines Update from Luca Tettamanti ------------------------------------------------------------------------ r133 | arjanvandeven | 2006-12-06 12:18:32 -0800 (Wed, 06 Dec 2006) | 2 lines don't fail ------------------------------------------------------------------------