Advertisement
Guest User

AsRock P4i65G v1.40 LFK

a guest
Oct 29th, 2011
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.55 KB | None | 0 0
  1. -------------------------------------------------
  2. Date: Sat Oct 29 14:11:14 2011
  3. * *
  4. * Firmwarekit (release 3) *
  5. * http://www.linuxfirmwarekit.org *
  6. * *
  7. * *
  8. * For more information on test descriptions *
  9. * and details on what the PASS/INFO/WARN/FAIL *
  10. * results mean, go to: Documentation/TestsInfo. *
  11. * *
  12. -------------------------------------------------
  13.  
  14. KERNEL VERSION: Linux testmachine 2.6.22.9 #1 SMP Mon Oct 1 15:17:15 PDT 2007 i686 i686 i386 GNU/Linux
  15.  
  16.  
  17. SUMMARY: 2 Fails, 4 Warns, 14 Pass, 20 Total
  18.  
  19. =================================================
  20. * Plugin name: chk_hpet
  21. * Result: FAIL
  22.  
  23. * Title: HPET configuration test
  24. * Description: This test checks the HPET PCI BAR for each timer block in the timer.The base address is passed by the firmware via an ACPI table.IRQ routing and initialization is also verified by the test.
  25. ================================================
  26.  
  27. [WARN]-HPET driver in the kernel is enabled, inaccurate results follow.
  28.  
  29. [FAIL]-Failed to locate HPET base
  30.  
  31. The firmware AML code doesn't advertize the HPET base.
  32. HPET might be disabled in the bios settings, or not supported by the platform.
  33.  
  34. =================================================
  35. * Plugin name: dmi
  36. * Result: FAIL
  37.  
  38. * Title: DMI information check
  39. * Description: This test checks the DMI/SMBIOS tables for common errors.
  40. ================================================
  41.  
  42. [FAIL]-No SMBIOS nor DMI entry point found.
  43.  
  44. [FAIL]-No SMBIOS nor DMI entry point found.
  45.  
  46. [FAIL]-No SMBIOS nor DMI entry point found.
  47.  
  48. =================================================
  49. * Plugin name: edd
  50. * Result: WARN
  51.  
  52. * Title: EDD Boot disk hinting
  53. * Description: This test verifies if the BIOS directs the operating system on which storage device to use for booting (EDD information). This is important for systems that (can) have multiple disks. Linux distributions increasingly depend on this info to find out on which device to install the bootloader.
  54. ================================================
  55.  
  56. [INFO]-device 80: The system boots from device 0000:00:1f.1 channel: 0 device: 0
  57.  
  58.  
  59. [INFO]-device 80: The boot disk has Linux device name /dev/hda
  60.  
  61. [INFO]-device 81 is provided by device 0000:00:1f.1 channel: 0 device: 1
  62.  
  63.  
  64. [INFO]-device 81: This disk has Linux device name /dev/hdb
  65.  
  66. [INFO]-device 82 is provided by device 0000:00:1f.1 channel: 0 device: 0
  67.  
  68.  
  69. [WARN]-device 82: No matching MBR signature (0x0005294b) found for this disk
  70.  
  71. Device hdd - signature 0x0
  72. Device hdc - signature 0x5294b
  73. Device hdb - signature 0xb3aa800f
  74. Device hda - signature 0x4e67ff0d
  75.  
  76.  
  77. [INFO]-device 83 is provided by device 0000:00:1f.2 channel: 0 device: 0
  78.  
  79.  
  80. [WARN]-device 83: No matching MBR signature (0x134e9c8f) found for this disk
  81.  
  82. Device hdd - signature 0x0
  83. Device hdc - signature 0x5294b
  84. Device hdb - signature 0xb3aa800f
  85. Device hda - signature 0x4e67ff0d
  86.  
  87.  
  88. [INFO]-device 84 is provided by device 0000:00:1f.2 channel: 0 device: 0
  89.  
  90.  
  91. [WARN]-device 84: No matching MBR signature (0x000caf3f) found for this disk
  92.  
  93. Device hdd - signature 0x0
  94. Device hdc - signature 0x5294b
  95. Device hdb - signature 0xb3aa800f
  96. Device hda - signature 0x4e67ff0d
  97.  
  98.  
  99. =================================================
  100. * Plugin name: thermal_trip
  101. * Result: WARN
  102.  
  103. * Title: ACPI passive thermal trip points
  104. * Description: This test determines if the passive trip point works as expected.
  105. ================================================
  106.  
  107. [WARN]-No thermal zones found.
  108.  
  109. =================================================
  110. * Plugin name: fan
  111. * Result: WARN
  112.  
  113. * Title: Fan tests
  114. * Description: This test reports how many fans there are in the system. It also checks for the current status of the fan(s).
  115. ================================================
  116.  
  117. [WARN]-No fan information present
  118.  
  119. =================================================
  120. * Plugin name: cpufreq
  121. * Result: WARN
  122.  
  123. * Title: CPU frequency scaling tests (1-2 mins)
  124. * Description: For each processor in the system, this test steps through the various frequency states (P-states) that the BIOS advertises for the processor. For each processor/frequency combination, a quick performance value is measured. The test then validates that:
  125. 1) Each processor has the same number of frequency states
  126. 2) Higher advertised frequencies have a higher performance
  127. 3) No duplicate frequency values are reported by the BIOS
  128. 4) Is BIOS wrongly doing Sw_All P-state coordination across cores
  129. 5) Is BIOS wrongly doing Sw_Any P-state coordination across cores
  130.  
  131. ================================================
  132.  
  133. [WARN]-Frequency scaling not supported
  134.  
  135. =================================================
  136. * Plugin name: acpicompile
  137. * Result: INFO
  138.  
  139. * Title: DSDT AML verification
  140. * Description: This test first disassembles the DSDT of the BIOS, and then uses the IASL compiler from Intel to recompile the code. The IASL copiler is much stricter in detecting deviations from the ACPI specification and can find numerous defects that other AML compilers cannot find. Fixing these defects increases the probability that the BIOS will operate well with a variety of operating systems.
  141. ================================================
  142.  
  143. [PASS]-Tested table DSDT.dsl
  144.  
  145. [INFO]-The IASL compiler from Intel would save 458 bytes of space.
  146.  
  147. The existing code takes 15163 bytes
  148. The IASL compiler from Intel uses 14705 bytes
  149. This is a saving of 458 bytes.
  150.  
  151.  
  152. =================================================
  153. * Plugin name: battery
  154. * Result: INFO
  155.  
  156. * Title: Battery tests
  157. * Description: This test reports which (if any) batteries there are in the system. In addition, for charging or discharging batteries, the test validates that the reported 'current capacity' properly increments/decrements in line with the charge/discharge state.
  158.  
  159. This test also stresses the entire battery state reporting codepath in the ACPI BIOS, and any warnings given by the ACPI interpreter will be reported.
  160. ================================================
  161.  
  162. [INFO]-No battery information present
  163.  
  164. =================================================
  165. * Plugin name: acpiinfo
  166. * Result: INFO
  167.  
  168. * Title: General ACPI information
  169. * Description: This test checks the output of the in-kernel ACPI CA against common error messages that indicate a bad interaction with the bios, including those that point at AML syntax errors.
  170. ================================================
  171.  
  172. [INFO]-DSDT was compiled by the Intel AML compiler
  173.  
  174. ACPI: DSDT 3FF40370, 3B3B (r1 P4i6G P4i6G133 133 INTL 2002026)
  175.  
  176. =================================================
  177. * Plugin name: virt
  178. * Result: INFO
  179.  
  180. * Title: VT/VMX Virtualization extensions
  181. * Description: This test checks if VT/VMX is set up correctly
  182. ================================================
  183.  
  184. [INFO]-Processor does not support Virtualization extensions
  185.  
  186. =================================================
  187. * Plugin name: DMAR
  188. * Result: INFO
  189.  
  190. * Title: (experimental) DMA Remapping (VT-d) test
  191. * Description: Verify if DMA remapping is sane.
  192. ================================================
  193.  
  194. [INFO]-No DMAR ACPI table found.
  195.  
  196. =================================================
  197. * Plugin name: mtrr
  198. * Result: PASS
  199.  
  200. * Title: MTRR validation
  201. * Description: This test validates the MTRR setup against the memory map to detect any inconsistencies in cachability.
  202. ================================================
  203.  
  204. =================================================
  205. * Plugin name: pciresource
  206. * Result: PASS
  207.  
  208. * Title: Validate assigned PCI resources
  209. * Description: This test is currently a placeholder and just checks the kernel log for complaints about PCI resource errors. In the future the idea is to actually perform a validation step on all PCI resources against a certain rule-set.
  210. ================================================
  211.  
  212. =================================================
  213. * Plugin name: maxreadreq
  214. * Result: PASS
  215.  
  216. * Title: PCI Express MaxReadReq tuning
  217. * Description: This test checks if the firmware has set MaxReadReq to a higher value on non-montherboard devices
  218. ================================================
  219.  
  220. =================================================
  221. * Plugin name: SUN
  222. * Result: PASS
  223.  
  224. * Title: SUN duplicate test
  225. * Description: This makes sure that each SUN (Slot Unique Number) that is called in the DSDT through the Name() method is unique, no duplicates should be found.
  226. ================================================
  227.  
  228. [PASS]-Tested _SUN ids, successfully found no duplicates
  229.  
  230. =================================================
  231. * Plugin name: ebda
  232. * Result: PASS
  233.  
  234. * Title: EBDA region
  235. * Description: This test validates if the EBDA region is mapped and reserved in the E820 table.
  236. ================================================
  237.  
  238. [PASS]-EBDA region is correctly reserved in the E820 table.
  239.  
  240. =================================================
  241. * Plugin name: os2gap
  242. * Result: PASS
  243.  
  244. * Title: OS/2 memory hole test
  245. * Description: This test checks if the OS/2 15Mb memory hole is absent
  246. ================================================
  247.  
  248. [PASS]-Successfully found no 15mb memory hole
  249.  
  250. =================================================
  251. * Plugin name: ethernet
  252. * Result: PASS
  253.  
  254. * Title: Ethernet functionality
  255. * Description: This test is currently a placeholder for a more advanced ethernet test. Currently the only check performed is that a link is acquired within 45 seconds of enabling the interface. 45 seconds is close to the value most Linux distributions use as timeout value.
  256.  
  257. In the future the plan is to also perform actual data transfer tests as part of the ethernet test, to validate interrupt routing and other per-NIC behaviors.
  258. ================================================
  259.  
  260. =================================================
  261. * Plugin name: apicedge
  262. * Result: PASS
  263.  
  264. * Title: (experimental) APIC Edge/Level check
  265. * Description: This test checks if legacy interrupts are edge and PCI interrupts are level
  266. ================================================
  267.  
  268. =================================================
  269. * Plugin name: microcode
  270. * Result: PASS
  271.  
  272. * Title: Processor microcode update
  273. * Description: This test verifies if the firmware has put a recent version of the microcode into the processor at boot time. Recent microcode is important to have all the required features and errata updates for the processor.
  274. ================================================
  275.  
  276.  
  277.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement