Advertisement
Guest User

fwts 14.08 for ASRock H81 Pro BTC P1.80B, kernel 3.13

a guest
Sep 12th, 2014
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 161.73 KB | None | 0 0
  1. Results generated by fwts: Version V14.08.00 (2014-08-21 12:52:46).
  2.  
  3. Some of this work - Copyright (c) 1999 - 2014, Intel Corp. All rights reserved.
  4. Some of this work - Copyright (c) 2010 - 2014, Canonical.
  5.  
  6. This test run on 12/09/14 at 22:03:07 on host Linux ubuntu14 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64.
  7.  
  8. Command: "fwts --batch -".
  9. Running tests: version bios_info oops klog mtrr acpiinfo uefibootpath securebootcert csm maxreadreq crs aspm hpet_check dmicheck
  10. microcode msr nx cpufreq maxfreq virt pnp pciirq os2gap mpcheck hda_audio ebda bios32 apicedge wmi wakealarm syntaxcheck pcc osilinux
  11. method mcfg fan fadt dmar cstates checksum autobrightness apicinstance acpitables.
  12.  
  13. version: Gather kernel system information.
  14. -------------------------------------------------------------------------------------------------------------------------------------
  15. Test 1 of 4: Gather kernel signature.
  16. Signature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  17.  
  18. Test 2 of 4: Gather kernel system information.
  19. Kernel Version: Linux version 3.13.0-35-generic (buildd@panlong) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #62-Ubuntu SMP Fri Aug
  20. 15 01:58:42 UTC 2014
  21.  
  22. Test 3 of 4: Gather kernel boot command line.
  23. Kernel boot command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic root=/dev/sda1 ro intel_pstate=enable ipv6.disabled=1 debug
  24. ignore_loglevel crashkernel=384M-:128M
  25.  
  26. Test 4 of 4: Gather ACPI driver version.
  27. ACPI Version: 20131115
  28.  
  29. =====================================================================================================================================
  30. 0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 4 info only.
  31. =====================================================================================================================================
  32.  
  33. bios_info: Gather BIOS DMI information.
  34. -------------------------------------------------------------------------------------------------------------------------------------
  35. Test 1 of 1: Gather BIOS DMI information
  36. BIOS Vendor : American Megatrends Inc.
  37. BIOS Version : P1.80B
  38. BIOS Release Date : 09/12/2014
  39. Board Name : H81 Pro BTC
  40. Board Serial # : M80-3C020100308
  41. Board Version :
  42. Board Asset Tag :
  43. Chassis Serial # : To Be Filled By O.E.M.
  44. Chassis Type : 3
  45. Chassis Vendor : To Be Filled By O.E.M.
  46. Chassis Version : To Be Filled By O.E.M.
  47. Chassic Asset Tag : To Be Filled By O.E.M.
  48. Product Name : To Be Filled By O.E.M.
  49. Product Serial # : To Be Filled By O.E.M.
  50. Product UUID : 00020003-0004-0005-0006-000700080009
  51. Product Version : To Be Filled By O.E.M.
  52. System Vendor : To Be Filled By O.E.M.
  53.  
  54. =====================================================================================================================================
  55. 0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 1 info only.
  56. =====================================================================================================================================
  57.  
  58. oops: Scan kernel log for Oopses.
  59. -------------------------------------------------------------------------------------------------------------------------------------
  60. Test 1 of 1: Kernel log oops check.
  61. PASSED: Test 1, Found no oopses in kernel log.
  62. PASSED: Test 1, Found no WARN_ON warnings in kernel log.
  63.  
  64. =====================================================================================================================================
  65. 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  66. =====================================================================================================================================
  67.  
  68. klog: Scan kernel log for errors and warnings.
  69. -------------------------------------------------------------------------------------------------------------------------------------
  70. Test 1 of 1: Kernel log error check.
  71. Kernel message: [ 0.092997] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
  72.  
  73. ADVICE: This is not exactly a failure mode but a warning from the kernel. The _OSI() method has implemented a match to the 'Linux'
  74. query in the DSDT and this is redundant because the ACPI driver matches onto the Windows _OSI strings by default.
  75.  
  76. Kernel message: [ 0.107870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
  77.  
  78. ADVICE: The exception comes from kernel cannot find _S1 namespace object that contains the register values for the sleep state when
  79. kernel would like to setup all the sleep state information. This means that the kernel does not know how to enter the S1 sleep state,
  80. however, it should not be a problem if the S1 sleep state isn't supported intentionally.
  81.  
  82. Kernel message: [ 0.107875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
  83.  
  84. ADVICE: The exception comes from kernel cannot find _S2 namespace object that contains the register values for the sleep state when
  85. kernel would like to setup all the sleep state information. This means that the kernel does not know how to enter the S2 sleep state,
  86. however, it should not be a problem if the S2 sleep state isn't supported intentionally.
  87.  
  88. FAILED [LOW] KlogAcpiSystemIOConflict: Test 1, LOW Kernel message: [ 1.424233] ACPI Warning: 0x0000000000001828-0x000000000000182f
  89. SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
  90.  
  91. ADVICE: A resource conflict between an ACPI OperationRegion and a native driver has been detected. By default the kernel will use a
  92. strict policy and will not allow this region to conflict and -EBUSY will be returned to the caller that was trying to allocate the
  93. already claimed region. If an ACPI driver is available for this device then this should be used instead of a native driver, so
  94. disabling the native driver may help. (Note that the lpc_ich driver can trigger these warnings, in which case they can generally be
  95. ignored). One can specify kernel boot parameter acpi_enforce_resources=lax to disable these checks but it may lead to random problems
  96. and system instability. Alternatively, one can specify acpi_enforce_resources=no and ACPI Operation Region resources will not be
  97. registered.
  98.  
  99. FAILED [LOW] KlogAcpiSystemIOConflict: Test 1, LOW Kernel message: [ 1.428149] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f
  100. SystemIO conflicts with Region \GPR2 1 (20131115/utaddress-251)
  101.  
  102. ADVICE: A resource conflict between an ACPI OperationRegion and a native driver has been detected. By default the kernel will use a
  103. strict policy and will not allow this region to conflict and -EBUSY will be returned to the caller that was trying to allocate the
  104. already claimed region. If an ACPI driver is available for this device then this should be used instead of a native driver, so
  105. disabling the native driver may help. (Note that the lpc_ich driver can trigger these warnings, in which case they can generally be
  106. ignored). One can specify kernel boot parameter acpi_enforce_resources=lax to disable these checks but it may lead to random problems
  107. and system instability. Alternatively, one can specify acpi_enforce_resources=no and ACPI Operation Region resources will not be
  108. registered.
  109.  
  110. FAILED [LOW] KlogAcpiSystemIOConflict: Test 1, LOW Kernel message: [ 1.429236] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f
  111. SystemIO conflicts with Region \GPRL 2 (20131115/utaddress-251)
  112.  
  113. ADVICE: A resource conflict between an ACPI OperationRegion and a native driver has been detected. By default the kernel will use a
  114. strict policy and will not allow this region to conflict and -EBUSY will be returned to the caller that was trying to allocate the
  115. already claimed region. If an ACPI driver is available for this device then this should be used instead of a native driver, so
  116. disabling the native driver may help. (Note that the lpc_ich driver can trigger these warnings, in which case they can generally be
  117. ignored). One can specify kernel boot parameter acpi_enforce_resources=lax to disable these checks but it may lead to random problems
  118. and system instability. Alternatively, one can specify acpi_enforce_resources=no and ACPI Operation Region resources will not be
  119. registered.
  120.  
  121. FAILED [LOW] KlogAcpiSystemIOConflict: Test 1, LOW Kernel message: [ 1.431785] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f
  122. SystemIO conflicts with Region \GPR_ 3 (20131115/utaddress-251)
  123.  
  124. ADVICE: A resource conflict between an ACPI OperationRegion and a native driver has been detected. By default the kernel will use a
  125. strict policy and will not allow this region to conflict and -EBUSY will be returned to the caller that was trying to allocate the
  126. already claimed region. If an ACPI driver is available for this device then this should be used instead of a native driver, so
  127. disabling the native driver may help. (Note that the lpc_ich driver can trigger these warnings, in which case they can generally be
  128. ignored). One can specify kernel boot parameter acpi_enforce_resources=lax to disable these checks but it may lead to random problems
  129. and system instability. Alternatively, one can specify acpi_enforce_resources=no and ACPI Operation Region resources will not be
  130. registered.
  131.  
  132. FAILED [LOW] KlogAcpiSystemIOConflict: Test 1, LOW Kernel message: [ 1.433932] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f
  133. SystemIO conflicts with Region \GPR2 1 (20131115/utaddress-251)
  134.  
  135. ADVICE: A resource conflict between an ACPI OperationRegion and a native driver has been detected. By default the kernel will use a
  136. strict policy and will not allow this region to conflict and -EBUSY will be returned to the caller that was trying to allocate the
  137. already claimed region. If an ACPI driver is available for this device then this should be used instead of a native driver, so
  138. disabling the native driver may help. (Note that the lpc_ich driver can trigger these warnings, in which case they can generally be
  139. ignored). One can specify kernel boot parameter acpi_enforce_resources=lax to disable these checks but it may lead to random problems
  140. and system instability. Alternatively, one can specify acpi_enforce_resources=no and ACPI Operation Region resources will not be
  141. registered.
  142.  
  143. FAILED [LOW] KlogAcpiSystemIOConflict: Test 1, LOW Kernel message: [ 1.435221] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f
  144. SystemIO conflicts with Region \GPRL 2 (20131115/utaddress-251)
  145.  
  146. ADVICE: A resource conflict between an ACPI OperationRegion and a native driver has been detected. By default the kernel will use a
  147. strict policy and will not allow this region to conflict and -EBUSY will be returned to the caller that was trying to allocate the
  148. already claimed region. If an ACPI driver is available for this device then this should be used instead of a native driver, so
  149. disabling the native driver may help. (Note that the lpc_ich driver can trigger these warnings, in which case they can generally be
  150. ignored). One can specify kernel boot parameter acpi_enforce_resources=lax to disable these checks but it may lead to random problems
  151. and system instability. Alternatively, one can specify acpi_enforce_resources=no and ACPI Operation Region resources will not be
  152. registered.
  153.  
  154. FAILED [LOW] KlogAcpiSystemIOConflict: Test 1, LOW Kernel message: [ 1.436539] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f
  155. SystemIO conflicts with Region \GPR_ 3 (20131115/utaddress-251)
  156.  
  157. ADVICE: A resource conflict between an ACPI OperationRegion and a native driver has been detected. By default the kernel will use a
  158. strict policy and will not allow this region to conflict and -EBUSY will be returned to the caller that was trying to allocate the
  159. already claimed region. If an ACPI driver is available for this device then this should be used instead of a native driver, so
  160. disabling the native driver may help. (Note that the lpc_ich driver can trigger these warnings, in which case they can generally be
  161. ignored). One can specify kernel boot parameter acpi_enforce_resources=lax to disable these checks but it may lead to random problems
  162. and system instability. Alternatively, one can specify acpi_enforce_resources=no and ACPI Operation Region resources will not be
  163. registered.
  164.  
  165. FAILED [LOW] KlogAcpiSystemIOConflictLpcIchWatchDogTimer: Test 1, LOW Kernel message: [ 1.438384] lpc_ich: Resource conflict(s) found
  166. affecting gpio_ich
  167.  
  168. ADVICE: A resource conflict has occurred between ACPI OperationRegions and the same I/O region used by the lpc_ich driver for the
  169. General Purpose I/O (GPIO) region. Sometimes this GPIO region is used by the firmware for rfkill or LED controls or very rarely for
  170. the Embedded Controller System Control Interrupt. This may require deeper inspection to check if the conflict will lead to any real
  171. issues. However, in the vast majority of cases this warning can be ignored as no harm will occur.
  172.  
  173. Found 8 unique errors in kernel log.
  174.  
  175. =====================================================================================================================================
  176. 0 passed, 8 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  177. =====================================================================================================================================
  178.  
  179. mtrr: MTRR tests.
  180. -------------------------------------------------------------------------------------------------------------------------------------
  181. MTRR overview
  182. -------------
  183. Reg 0: 0x0000000000000000 - 0x0000000080000000 ( 2048 MB) Write-Back
  184. Reg 1: 0x0000000080000000 - 0x00000000c0000000 ( 1024 MB) Write-Back
  185. Reg 2: 0x00000000c0000000 - 0x00000000e0000000 ( 512 MB) Write-Back
  186. Reg 3: 0x00000000dd800000 - 0x00000000de000000 ( 8 MB) Uncached
  187. Reg 4: 0x00000000de000000 - 0x00000000e0000000 ( 32 MB) Uncached
  188. Reg 5: 0x0000000100000000 - 0x0000000200000000 ( 4096 MB) Write-Back
  189. Reg 6: 0x0000000200000000 - 0x0000000220000000 ( 512 MB) Write-Back
  190. Reg 7: 0x000000021f600000 - 0x000000021f800000 ( 2 MB) Uncached
  191. Reg 8: 0x000000021f800000 - 0x0000000220000000 ( 8 MB) Uncached
  192.  
  193. Test 1 of 3: Validate the kernel MTRR IOMEM setup.
  194. PASSED: Test 1, Memory ranges seem to have correct attributes.
  195.  
  196. Test 2 of 3: Validate the MTRR setup across all processors.
  197. PASSED: Test 2, All processors have the a consistent MTRR setup.
  198.  
  199. Test 3 of 3: Test for AMD MtrrFixDramModEn being cleared by the BIOS.
  200. SKIPPED: Test 3, CPU is not an AMD, cannot test.
  201.  
  202. =====================================================================================================================================
  203. 2 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
  204. =====================================================================================================================================
  205.  
  206. acpiinfo: General ACPI information test.
  207. -------------------------------------------------------------------------------------------------------------------------------------
  208. Test 1 of 3: Determine Kernel ACPI version.
  209. Kernel ACPICA driver version: 20131115, supports ACPI 5.0
  210.  
  211. Test 2 of 3: Determine machine's ACPI version.
  212. FADT X_FIRMWARE_CTRL 64 bit pointer was zero, falling back to using FIRMWARE_CTRL 32 bit pointer.
  213. FACP ACPI Version: 5.0
  214.  
  215. Test 3 of 3: Determine AML compiler.
  216. Determine the compiler used to generate the ACPI AML in the DSDT and SSDT.
  217. Table DSDT, OEM ALASKA, created with INTL (Intel) compiler.
  218. Table SSDT0, OEM PmRef, created with INTL (Intel) compiler.
  219. Table SSDT1, OEM PmRef, created with INTL (Intel) compiler.
  220. Table SSDT2, OEM SataRe, created with INTL (Intel) compiler.
  221. Table SSDT3, OEM SaSsdt, created with INTL (Intel) compiler.
  222.  
  223. =====================================================================================================================================
  224. 0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 3 info only.
  225. =====================================================================================================================================
  226.  
  227. uefibootpath: Sanity check for UEFI Boot Path Boot####.
  228. -------------------------------------------------------------------------------------------------------------------------------------
  229. Test 1 of 1: Test UEFI Boot Path Boot####.
  230. Name: Boot0001
  231. Info: ubuntu
  232. PASSED: Test 1, Check bootpath Boot0001 test passed.
  233.  
  234. =====================================================================================================================================
  235. 1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  236. =====================================================================================================================================
  237.  
  238. securebootcert: UEFI secure boot test.
  239. -------------------------------------------------------------------------------------------------------------------------------------
  240. Test 1 of 1: UEFI secure boot test.
  241. The SecureBoot variable check.
  242. GUID: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C
  243. Attr: 0x16 (BootServ,RunTime,AuthenicatedWrite).
  244. Value: 0x00 (Secure Boot Mode Off).
  245. PASSED: Test 1, Secure boot relative variable SecureBoot check passed.
  246.  
  247. The SetupMode variable check.
  248. GUID: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C
  249. Attr: 0x16 (BootServ,RunTime,AuthenicatedWrite).
  250. Value: 0x01 (Setup Mode).
  251. PASSED: Test 1, Secure boot relative variable SetupMode check passed.
  252.  
  253. FAILED [HIGH] SecureBootCertVariableNotFound: Test 1, The secure boot variable DB not found.
  254. FAILED [HIGH] SecureBootCertVariableNotFound: Test 1, The secure boot variable KEK not found.
  255.  
  256. =====================================================================================================================================
  257. 2 passed, 2 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  258. =====================================================================================================================================
  259.  
  260. csm: UEFI Compatibility Support Module test.
  261. -------------------------------------------------------------------------------------------------------------------------------------
  262. Test 1 of 1: UEFI Compatibility Support Module test.
  263. Checking for UEFI Compatibility Support Module (CSM)
  264. No CSM: UEFI firmware seems to have no CSM support.
  265.  
  266. =====================================================================================================================================
  267. 0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 1 info only.
  268. =====================================================================================================================================
  269.  
  270. maxreadreq: Test firmware has set PCI Express MaxReadReq to a higher value on non-motherboard devices.
  271. -------------------------------------------------------------------------------------------------------------------------------------
  272. Test 1 of 1: Test firmware settings MaxReadReq for PCI Express devices.
  273. PASSED: Test 1, All devices have MaxReadReq set > 128.
  274.  
  275. =====================================================================================================================================
  276. 1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  277. =====================================================================================================================================
  278.  
  279. crs: Test PCI host bridge configuration using _CRS.
  280. -------------------------------------------------------------------------------------------------------------------------------------
  281. Test 1 of 1: Test PCI host bridge configuration using _CRS.
  282. PASSED: Test 1, The kernel has detected a BIOS newer than the end of 2007 (9/12/2014) and has assumed that your BIOS can correctly
  283. specify the host bridge MMIO aperture using _CRS. If this does not work correctly you can override this by booting with "pci=nocrs".
  284.  
  285. =====================================================================================================================================
  286. 1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  287. =====================================================================================================================================
  288.  
  289. aspm: PCIe ASPM test.
  290. -------------------------------------------------------------------------------------------------------------------------------------
  291. Test 1 of 2: PCIe ASPM ACPI test.
  292. PCIe ASPM is not controlled by Linux kernel.
  293.  
  294. ADVICE: BIOS reports that Linux kernel should not modify ASPM settings that BIOS configured. It can be intentional because hardware
  295. vendors identified some capability bugs between the motherboard and the add-on cards.
  296.  
  297.  
  298. Test 2 of 2: PCIe ASPM registers test.
  299. WARNING: Test 2, RP 00h:1Ch.05h L0s not enabled.
  300. WARNING: Test 2, RP 00h:1Ch.05h L1 not enabled.
  301. WARNING: Test 2, Device 03h:00h.00h L0s not enabled.
  302. WARNING: Test 2, Device 03h:00h.00h L1 not enabled.
  303.  
  304. ADVICE: The ASPM L0s low power Link state is optimized for short entry and exit latencies, while providing substantial power savings.
  305. Disabling L0s of a PCIe device may increases power consumption, and will impact the battery life of a mobile system.
  306.  
  307.  
  308. ADVICE: The ASPM L1 low power Link state is optimized for maximum power savings with longer entry and exit latencies. Disabling L1 of
  309. a PCIe device may increases power consumption, and will impact the battery life of a mobile system significantly.
  310.  
  311. PASSED: Test 2, PCIe ASPM setting matched was matched.
  312.  
  313. =====================================================================================================================================
  314. 1 passed, 0 failed, 4 warnings, 0 aborted, 0 skipped, 0 info only.
  315. =====================================================================================================================================
  316.  
  317. hpet_check: HPET configuration tests.
  318. -------------------------------------------------------------------------------------------------------------------------------------
  319. Test 1 of 4: Test HPET base in kernel log.
  320. 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.
  321. IRQ routing and initialization is also verified by the test.
  322. PASSED: Test 1, Found HPET base 0xfed00000 in kernel log.
  323.  
  324. Test 2 of 4: Test HPET base in HPET table.
  325. Hardware ID of Event Block:
  326. PCI Vendor ID : 0x8086
  327. Legacy IRQ Routing Capable : 1
  328. COUNT_SIZE_CAP counter size: 1
  329. Number of comparitors : 7
  330. Hardwre Revision ID : 0x1
  331. Lower 32 bit base Address : 0xfed00000
  332. Address Space ID : 0x0
  333. Register Bit Width : 0x40
  334. Register Bit Offset : 0x0
  335. Address Width : 0x0
  336. HPET sequence number : 0x0
  337. Minimum clock tick : 0x37ee
  338. Page Protection : 0x0 (No guaranteed protection)
  339. OEM attributes : 0x0
  340. PASSED: Test 2, HPET looks sane.
  341.  
  342. Test 3 of 4: Test HPET base in DSDT and/or SSDT.
  343. PASSED: Test 3, HPET base matches that between DSDT and the kernel (0xfed00000).
  344.  
  345. Test 4 of 4: Test HPET configuration.
  346. PASSED: Test 4, Vendor ID looks sane: 0x8086.
  347. PASSED: Test 4, Valid clock period 69841279.
  348.  
  349. =====================================================================================================================================
  350. 5 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  351. =====================================================================================================================================
  352.  
  353. dmicheck: DMI/SMBIOS table tests.
  354. -------------------------------------------------------------------------------------------------------------------------------------
  355. Test 1 of 2: Find and test SMBIOS Table Entry Point.
  356. This test tries to find and sanity check the SMBIOS data structures.
  357. PASSED: Test 1, Found SMBIOS Table Entry Point at 0xdaf87598
  358. SMBIOS Entry Point Structure:
  359. Anchor String : _SM_
  360. Checksum : 0xd4
  361. Entry Point Length : 0x1f
  362. Major Version : 0x02
  363. Minor Version : 0x07
  364. Maximum Struct Size : 0xa6
  365. Entry Point Revision : 0x00
  366. Formatted Area : 0x00 0x00 0x00 0x00 0x00
  367. Intermediate Anchor : _DMI_
  368. Intermediate Checksum : 0x90
  369. Structure Table Length : 0x052c
  370. Structure Table Address: 0xdad6a018
  371. # of SMBIOS Structures : 0x0018
  372. SBMIOS BCD Revision : 27
  373.  
  374. PASSED: Test 1, SMBIOS Table Entry Point Checksum is valid.
  375. PASSED: Test 1, SMBIOS Table Entry Point Length is valid.
  376. PASSED: Test 1, SMBIOS Table Entry Intermediate Anchor String _DMI_ is valid.
  377. PASSED: Test 1, SMBIOS Table Entry Point Intermediate Checksum is valid.
  378. PASSED: Test 1, SMBIOS Table Entry Structure Table Address and Length looks valid.
  379.  
  380. Test 2 of 2: Test DMI/SMBIOS tables for errors.
  381. PASSED: Test 2, Entry @ 0xdad6a018 'BIOS Information (Type 0)'
  382. FAILED [MEDIUM] DMISerialNumber: Test 2, String index 0x01 in table entry 'System Information (Type 1)' @ 0xdad6a05c, field
  383. 'Manufacturer', offset 0x04 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  384.  
  385. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  386. Somebody has probably forgotten to define this field and it basically means this field is effectively useless. Note that the kernel
  387. uses this field so it probably should be corrected to ensure the kernel is using sane values.
  388.  
  389. FAILED [MEDIUM] DMISerialNumber: Test 2, String index 0x02 in table entry 'System Information (Type 1)' @ 0xdad6a05c, field 'Product
  390. Name', offset 0x05 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  391.  
  392. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  393. Somebody has probably forgotten to define this field and it basically means this field is effectively useless. Note that the kernel
  394. uses this field so it probably should be corrected to ensure the kernel is using sane values.
  395.  
  396. FAILED [MEDIUM] DMISerialNumber: Test 2, String index 0x03 in table entry 'System Information (Type 1)' @ 0xdad6a05c, field 'Version'
  397. , offset 0x06 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  398.  
  399. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  400. Somebody has probably forgotten to define this field and it basically means this field is effectively useless. Note that the kernel
  401. uses this field so it probably should be corrected to ensure the kernel is using sane values.
  402.  
  403. FAILED [MEDIUM] DMISerialNumber: Test 2, String index 0x04 in table entry 'System Information (Type 1)' @ 0xdad6a05c, field 'Serial
  404. Number', offset 0x07 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  405.  
  406. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  407. Somebody has probably forgotten to define this field and it basically means this field is effectively useless. Note that the kernel
  408. uses this field so it probably should be corrected to ensure the kernel is using sane values.
  409.  
  410. FAILED [LOW] DMISerialNumber: Test 2, String index 0x05 in table entry 'System Information (Type 1)' @ 0xdad6a05c, field 'SKU Number'
  411. , offset 0x19 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  412.  
  413. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  414. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel
  415. does not use this data so the issue is fairly low.
  416.  
  417. FAILED [LOW] DMISerialNumber: Test 2, String index 0x06 in table entry 'System Information (Type 1)' @ 0xdad6a05c, field 'Family',
  418. offset 0x1a has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  419.  
  420. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  421. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel
  422. does not use this data so the issue is fairly low.
  423.  
  424.  
  425. ADVICE: It may be worth checking against section 7.2 of the System Management BIOS (SMBIOS) Reference Specification (see http:
  426. //www.dmtf.org/standards/smbios).
  427.  
  428. PASSED: Test 2, Entry @ 0xdad6a102 'Base Board Information (Type 2)'
  429. FAILED [MEDIUM] DMISerialNumber: Test 2, String index 0x01 in table entry 'Chassis Information (Type 3)' @ 0xdad6a17a, field
  430. 'Manufacturer', offset 0x04 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  431.  
  432. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  433. Somebody has probably forgotten to define this field and it basically means this field is effectively useless. Note that the kernel
  434. uses this field so it probably should be corrected to ensure the kernel is using sane values.
  435.  
  436. FAILED [MEDIUM] DMISerialNumber: Test 2, String index 0x02 in table entry 'Chassis Information (Type 3)' @ 0xdad6a17a, field
  437. 'Version', offset 0x06 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  438.  
  439. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  440. Somebody has probably forgotten to define this field and it basically means this field is effectively useless. Note that the kernel
  441. uses this field so it probably should be corrected to ensure the kernel is using sane values.
  442.  
  443. FAILED [MEDIUM] DMISerialNumber: Test 2, String index 0x03 in table entry 'Chassis Information (Type 3)' @ 0xdad6a17a, field 'Serial
  444. Number', offset 0x07 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  445.  
  446. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  447. Somebody has probably forgotten to define this field and it basically means this field is effectively useless. Note that the kernel
  448. uses this field so it probably should be corrected to ensure the kernel is using sane values.
  449.  
  450. FAILED [MEDIUM] DMISerialNumber: Test 2, String index 0x04 in table entry 'Chassis Information (Type 3)' @ 0xdad6a17a, field 'Asset
  451. Tag', offset 0x08 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  452.  
  453. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  454. Somebody has probably forgotten to define this field and it basically means this field is effectively useless. Note that the kernel
  455. uses this field so it probably should be corrected to ensure the kernel is using sane values.
  456.  
  457. FAILED [LOW] DMISerialNumber: Test 2, String index 0x05 in table entry 'Chassis Information (Type 3)' @ 0xdad6a17a, field 'SKU
  458. Number', offset 0x15 has a default value 'To be filled by O.E.M.' and probably has not been updated by the BIOS vendor.
  459.  
  460. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  461. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel
  462. does not use this data so the issue is fairly low.
  463.  
  464.  
  465. ADVICE: It may be worth checking against section 7.4 of the System Management BIOS (SMBIOS) Reference Specification (see http:
  466. //www.dmtf.org/standards/smbios).
  467.  
  468. PASSED: Test 2, Entry @ 0xdad6a204 'System Slot Information (Type 9)'
  469. PASSED: Test 2, Entry @ 0xdad6a21c 'System Slot Information (Type 9)'
  470. PASSED: Test 2, Entry @ 0xdad6a234 'System Slot Information (Type 9)'
  471. PASSED: Test 2, Entry @ 0xdad6a24c 'System Slot Information (Type 9)'
  472. PASSED: Test 2, Entry @ 0xdad6a264 'System Slot Information (Type 9)'
  473. PASSED: Test 2, Entry @ 0xdad6a27c 'System Slot Information (Type 9)'
  474. FAILED [MEDIUM] DMISerialNumber: Test 2, String index 0x01 in table entry 'OEM Strings (Type 11)' @ 0xdad6a294, field 'String 1',
  475. offset 0x04 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  476.  
  477. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  478. Somebody has probably forgotten to define this field and it basically means this field is effectively useless. Note that the kernel
  479. uses this field so it probably should be corrected to ensure the kernel is using sane values.
  480.  
  481.  
  482. ADVICE: It may be worth checking against section 7.12 of the System Management BIOS (SMBIOS) Reference Specification (see http:
  483. //www.dmtf.org/standards/smbios).
  484.  
  485. PASSED: Test 2, Entry @ 0xdad6a2b1 'System Boot Information (Type 32)'
  486. PASSED: Test 2, Entry @ 0xdad6a2c7 'Cache Information (Type 7)'
  487. FAILED [LOW] DMIAssetTag: Test 2, String index 0x04 in table entry 'Processor Information (Type 4)' @ 0xdad6a2eb, field 'Asset Tag',
  488. offset 0x21 has a default value 'Fill By OEM' and probably has not been updated by the BIOS vendor.
  489.  
  490. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  491. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel
  492. does not use this data so the issue is fairly low.
  493.  
  494. FAILED [LOW] DMIAssetTag: Test 2, String index 0x05 in table entry 'Processor Information (Type 4)' @ 0xdad6a2eb, field 'Part Number'
  495. , offset 0x22 has a default value 'Fill By OEM' and probably has not been updated by the BIOS vendor.
  496.  
  497. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  498. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel
  499. does not use this data so the issue is fairly low.
  500.  
  501.  
  502. ADVICE: It may be worth checking against section 7.5 of the System Management BIOS (SMBIOS) Reference Specification (see http:
  503. //www.dmtf.org/standards/smbios).
  504.  
  505. PASSED: Test 2, Entry @ 0xdad6a366 'Cache Information (Type 7)'
  506. PASSED: Test 2, Entry @ 0xdad6a38a 'Cache Information (Type 7)'
  507. PASSED: Test 2, Entry @ 0xdad6a3ae 'Physical Memory Array (Type 16)'
  508. FAILED [LOW] DMISerialNumber: Test 2, String index 0x04 in table entry 'Memory Device (Type 17)' @ 0xdad6a3c7, field 'Serial Number',
  509. offset 0x18 has a default value '00000000' and probably has not been updated by the BIOS vendor.
  510.  
  511. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  512. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel
  513. does not use this data so the issue is fairly low.
  514.  
  515. FAILED [LOW] DMIAssetTag: Test 2, String index 0x05 in table entry 'Memory Device (Type 17)' @ 0xdad6a3c7, field 'Asset Tag', offset
  516. 0x19 has a default value '9876543210' and probably has not been updated by the BIOS vendor.
  517.  
  518. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  519. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel
  520. does not use this data so the issue is fairly low.
  521.  
  522.  
  523. ADVICE: It may be worth checking against section 7.18 of the System Management BIOS (SMBIOS) Reference Specification (see http:
  524. //www.dmtf.org/standards/smbios).
  525.  
  526. PASSED: Test 2, Entry @ 0xdad6a42c 'Memory Device Mapped Address (Type 20)'
  527. FAILED [LOW] DMISerialNumber: Test 2, String index 0x04 in table entry 'Memory Device (Type 17)' @ 0xdad6a451, field 'Serial Number',
  528. offset 0x18 has a default value '00000000' and probably has not been updated by the BIOS vendor.
  529.  
  530. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  531. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel
  532. does not use this data so the issue is fairly low.
  533.  
  534. FAILED [LOW] DMIAssetTag: Test 2, String index 0x05 in table entry 'Memory Device (Type 17)' @ 0xdad6a451, field 'Asset Tag', offset
  535. 0x19 has a default value '9876543210' and probably has not been updated by the BIOS vendor.
  536.  
  537. ADVICE: The DMI table contains data which is clearly been left in a default setting and not been configured for this machine.
  538. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel
  539. does not use this data so the issue is fairly low.
  540.  
  541.  
  542. ADVICE: It may be worth checking against section 7.18 of the System Management BIOS (SMBIOS) Reference Specification (see http:
  543. //www.dmtf.org/standards/smbios).
  544.  
  545. PASSED: Test 2, Entry @ 0xdad6a4b6 'Memory Device Mapped Address (Type 20)'
  546. PASSED: Test 2, Entry @ 0xdad6a4db 'Memory Array Mapped Address (Type 19)'
  547. PASSED: Test 2, Entry @ 0xdad6a4fc 'Unknown (Type 131)'
  548. PASSED: Test 2, Entry @ 0xdad6a53e 'End of Table (Type 127)'
  549.  
  550. =====================================================================================================================================
  551. 24 passed, 18 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  552. =====================================================================================================================================
  553.  
  554. microcode: Test if system is using latest microcode.
  555. -------------------------------------------------------------------------------------------------------------------------------------
  556. Test 1 of 1: Test for most recent microcode being loaded.
  557. This test verifies if the firmware has put a recent revision of the microcode into the processor at boot time. Recent microcode is
  558. important to have all the required features and errata updates for the processor.
  559. The kernel did not report that CPU 0 has had a microcode update. The current firmware is revision 0x1a and probably has not been
  560. updated.
  561. The kernel did not report that CPU 1 has had a microcode update. The current firmware is revision 0x1a and probably has not been
  562. updated.
  563. SKIPPED: Test 1, Could not determine from kernel log if latest microcode has been loaded.
  564.  
  565. =====================================================================================================================================
  566. 0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
  567. =====================================================================================================================================
  568.  
  569. msr: MSR register tests.
  570. -------------------------------------------------------------------------------------------------------------------------------------
  571. Test 1 of 5: Test CPU generic MSRs.
  572. PASSED: Test 1, MSR 0x00000001 P5_MC_TYPE is consistent across 2 CPUs.
  573. PASSED: Test 1, MSR 0x00000006 MONITOR_FILTER_SIZE is consistent across 2 CPUs.
  574. PASSED: Test 1, MSR 0x00000017 PLATFORM_ID is consistent across 2 CPUs.
  575. PASSED: Test 1, MSR 0x0000002a EBL_CR_POWERON is consistent across 2 CPUs.
  576. PASSED: Test 1, MSR 0x0000001b APIC_BASE is consistent across 2 CPUs.
  577. PASSED: Test 1, MSR 0x0000003a FEATURE_CONTROL is consistent across 2 CPUs.
  578. PASSED: Test 1, MSR 0x0000008b BIOS_SIGN_ID is consistent across 2 CPUs.
  579. PASSED: Test 1, MSR 0x000000fe MTRRCAP is consistent across 2 CPUs.
  580. PASSED: Test 1, MSR 0x00000174 SYSENTER_CS is consistent across 2 CPUs.
  581. PASSED: Test 1, MSR 0x00000175 SYSENTER_ESP is consistent across 2 CPUs.
  582. PASSED: Test 1, MSR 0x00000176 SYSENTER_EIP is consistent across 2 CPUs.
  583. PASSED: Test 1, MSR 0x00000179 MCG_CAP is consistent across 2 CPUs.
  584. PASSED: Test 1, MSR 0x0000017a MCG_STATUS is consistent across 2 CPUs.
  585. PASSED: Test 1, MSR 0x0000019a CLOCK_MODULATION is consistent across 2 CPUs.
  586. PASSED: Test 1, MSR 0x0000019b THERM_INTERRUPT is consistent across 2 CPUs.
  587. PASSED: Test 1, MSR 0x000001a0 MISC_ENABLE is consistent across 2 CPUs.
  588. PASSED: Test 1, MSR 0x000001b2 PACKAGE_THERM_INTERRUPT is consistent across 2 CPUs.
  589. PASSED: Test 1, MSR 0x000001f2 SMRR_PHYSBASE is consistent across 2 CPUs.
  590. PASSED: Test 1, MSR 0x000001f3 SMRR_PHYSMASK is consistent across 2 CPUs.
  591. PASSED: Test 1, MSR 0x00000200 MTRR_PHYSBASE0 is consistent across 2 CPUs.
  592. PASSED: Test 1, MSR 0x00000201 MTRR_PHYSMASK0 is consistent across 2 CPUs.
  593. PASSED: Test 1, MSR 0x00000202 MTRR_PHYSBASE1 is consistent across 2 CPUs.
  594. PASSED: Test 1, MSR 0x00000203 MTRR_PHYSMASK1 is consistent across 2 CPUs.
  595. PASSED: Test 1, MSR 0x00000204 MTRR_PHYSBASE2 is consistent across 2 CPUs.
  596. PASSED: Test 1, MSR 0x00000205 MTRR_PHYSMASK2 is consistent across 2 CPUs.
  597. PASSED: Test 1, MSR 0x00000206 MTRR_PHYSBASE3 is consistent across 2 CPUs.
  598. PASSED: Test 1, MSR 0x00000207 MTRR_PHYSMASK3 is consistent across 2 CPUs.
  599. PASSED: Test 1, MSR 0x00000208 MTRR_PHYSBASE4 is consistent across 2 CPUs.
  600. PASSED: Test 1, MSR 0x00000209 MTRR_PHYSMASK4 is consistent across 2 CPUs.
  601. PASSED: Test 1, MSR 0x0000020a MTRR_PHYSBASE5 is consistent across 2 CPUs.
  602. PASSED: Test 1, MSR 0x0000020b MTRR_PHYSMASK5 is consistent across 2 CPUs.
  603. PASSED: Test 1, MSR 0x0000020c MTRR_PHYSBASE6 is consistent across 2 CPUs.
  604. PASSED: Test 1, MSR 0x0000020d MTRR_PHYSMASK6 is consistent across 2 CPUs.
  605. PASSED: Test 1, MSR 0x0000020e MTRR_PHYSBASE7 is consistent across 2 CPUs.
  606. PASSED: Test 1, MSR 0x0000020f MTRR_PHYSMASK7 is consistent across 2 CPUs.
  607. PASSED: Test 1, MSR 0x00000210 MTRR_PHYSBASE8 is consistent across 2 CPUs.
  608. PASSED: Test 1, MSR 0x00000211 MTRR_PHYSMASK8 is consistent across 2 CPUs.
  609. PASSED: Test 1, MSR 0x00000212 MTRR_PHYSBASE9 is consistent across 2 CPUs.
  610. PASSED: Test 1, MSR 0x00000213 MTRR_PHYSMASK9 is consistent across 2 CPUs.
  611. PASSED: Test 1, MSR 0x00000250 MTRR_FIX64K_000 is consistent across 2 CPUs.
  612. PASSED: Test 1, MSR 0x00000258 MTRR_FIX16K_800 is consistent across 2 CPUs.
  613. PASSED: Test 1, MSR 0x00000259 MTRR_FIX16K_a00 is consistent across 2 CPUs.
  614. PASSED: Test 1, MSR 0x00000268 MTRR_FIX4K_C000 is consistent across 2 CPUs.
  615. PASSED: Test 1, MSR 0x00000269 MTRR_FIX4K_C800 is consistent across 2 CPUs.
  616. PASSED: Test 1, MSR 0x0000026a MTRR_FIX4K_D000 is consistent across 2 CPUs.
  617. PASSED: Test 1, MSR 0x0000026b MTRR_FIX4K_D800 is consistent across 2 CPUs.
  618. PASSED: Test 1, MSR 0x0000026c MTRR_FIX4K_E000 is consistent across 2 CPUs.
  619. PASSED: Test 1, MSR 0x0000026d MTRR_FIX4K_E800 is consistent across 2 CPUs.
  620. PASSED: Test 1, MSR 0x0000026e MTRR_FIX4K_F000 is consistent across 2 CPUs.
  621. PASSED: Test 1, MSR 0x0000026f MTRR_FIX4K_F800 is consistent across 2 CPUs.
  622. PASSED: Test 1, MSR 0x00000277 PAT is consistent across 2 CPUs.
  623. PASSED: Test 1, MSR 0x00000280 MC0_CTL2 is consistent across 2 CPUs.
  624. PASSED: Test 1, MSR 0x00000281 MC1_CTL2 is consistent across 2 CPUs.
  625. PASSED: Test 1, MSR 0x00000282 MC2_CTL2 is consistent across 2 CPUs.
  626. PASSED: Test 1, MSR 0x00000283 MC3_CTL2 is consistent across 2 CPUs.
  627. PASSED: Test 1, MSR 0x00000284 MC4_CTL2 is consistent across 2 CPUs.
  628. PASSED: Test 1, MSR 0x00000285 MC5_CTL2 is consistent across 2 CPUs.
  629. PASSED: Test 1, MSR 0x00000286 MC6_CTL2 is consistent across 2 CPUs.
  630. PASSED: Test 1, MSR 0x000002ff MTRR_DEF_TYPE is consistent across 2 CPUs.
  631. PASSED: Test 1, MSR 0x000003f1 PEBS_ENABLE is consistent across 2 CPUs.
  632. PASSED: Test 1, MSR 0x00000480 VMX_BASIC is consistent across 2 CPUs.
  633. PASSED: Test 1, MSR 0x00000481 VMX_PINPASED_CTLS is consistent across 2 CPUs.
  634. PASSED: Test 1, MSR 0x00000482 VMX_PROCBASED_CTLS is consistent across 2 CPUs.
  635. PASSED: Test 1, MSR 0x00000483 VMX_EXIT_CTLS is consistent across 2 CPUs.
  636. PASSED: Test 1, MSR 0x00000484 VMX_ENTRY_CTLS is consistent across 2 CPUs.
  637. PASSED: Test 1, MSR 0x00000485 VMX_MISC is consistent across 2 CPUs.
  638. PASSED: Test 1, MSR 0x00000486 VMX_CR0_FIXED0 is consistent across 2 CPUs.
  639. PASSED: Test 1, MSR 0x00000487 VMX_CR0_FIXED1 is consistent across 2 CPUs.
  640. PASSED: Test 1, MSR 0x00000488 VMX_CR4_FIXED0 is consistent across 2 CPUs.
  641. PASSED: Test 1, MSR 0x00000489 VMX_CR4_FIXED1 is consistent across 2 CPUs.
  642. PASSED: Test 1, MSR 0x0000048a VMX_VMX_VMCS_ENUM is consistent across 2 CPUs.
  643. PASSED: Test 1, MSR 0x0000048b VMX_PROCBASED_CTLS2 is consistent across 2 CPUs.
  644. PASSED: Test 1, MSR 0x0000048c VMX_EPT_VPID_CAP is consistent across 2 CPUs.
  645. PASSED: Test 1, MSR 0x0000048d VMX_TRUE_PINBASED_CTLS is consistent across 2 CPUs.
  646. PASSED: Test 1, MSR 0x0000048e VMX_TRUE_PROCBASED_CTLS is consistent across 2 CPUs.
  647. PASSED: Test 1, MSR 0x0000048f VMX_TRUE_EXIT_CTLS is consistent across 2 CPUs.
  648. PASSED: Test 1, MSR 0x00000490 VMX_TRUE_ENTRY_CTLS is consistent across 2 CPUs.
  649. PASSED: Test 1, MSR 0x000004c5 A_PMC4 is consistent across 2 CPUs.
  650. PASSED: Test 1, MSR 0x000004c6 A_PMC5 is consistent across 2 CPUs.
  651. PASSED: Test 1, MSR 0x000004c7 A_PMC6 is consistent across 2 CPUs.
  652. PASSED: Test 1, MSR 0x000004c8 A_PMC7 is consistent across 2 CPUs.
  653. PASSED: Test 1, MSR 0xc0000080 EFER is consistent across 2 CPUs.
  654. PASSED: Test 1, MSR 0xc0000081 STAR is consistent across 2 CPUs.
  655. PASSED: Test 1, MSR 0xc0000082 LSTAR is consistent across 2 CPUs.
  656. PASSED: Test 1, MSR 0xc0000084 FMASK is consistent across 2 CPUs.
  657. PASSED: Test 1, MSR 0xc0000102 KERNEL_GS_BASE is consistent across 2 CPUs.
  658.  
  659. Test 2 of 5: Test CPU specific model MSRs.
  660. CPU family: 0x6, model: 0x3c (Haswell)
  661. PASSED: Test 2, MSR 0x000000ce MSR_PLATFORM_INFO is consistent across 2 CPUs.
  662. PASSED: Test 2, MSR 0x0000003b IA32_TSC_ADJUST is consistent across 2 CPUs.
  663. PASSED: Test 2, MSR 0x00000186 IA32_PERFEVTSEL0 is consistent across 2 CPUs.
  664. PASSED: Test 2, MSR 0x00000187 IA32_PERFEVTSEL1 is consistent across 2 CPUs.
  665. PASSED: Test 2, MSR 0x00000188 IA32_PERFEVTSEL2 is consistent across 2 CPUs.
  666. PASSED: Test 2, MSR 0x00000189 IA32_PERFEVTSEL3 is consistent across 2 CPUs.
  667. PASSED: Test 2, MSR 0x00000648 MSR_CONFIG_TDP_NOMINAL is consistent across 2 CPUs.
  668. PASSED: Test 2, MSR 0x00000649 MSR_CONFIG_TDP_LEVEL1 is consistent across 2 CPUs.
  669. PASSED: Test 2, MSR 0x0000064a MSR_CONFIG_TDP_LEVEL2 is consistent across 2 CPUs.
  670. PASSED: Test 2, MSR 0x0000064b MSR_CONFIG_TDP_CONTROL is consistent across 2 CPUs.
  671. PASSED: Test 2, MSR 0x0000064c MSR_TURBO_ACTIVATION_RATIO is consistent across 2 CPUs.
  672. PASSED: Test 2, MSR 0x000001ad MSR_TURBO_RATIO_LIMIT is consistent across 2 CPUs.
  673. PASSED: Test 2, MSR 0x00000391 MSR_UNC_PERF_GLOBAL_CTRL is consistent across 2 CPUs.
  674. PASSED: Test 2, MSR 0x00000394 MSR_UNC_PERF_FIXED_CTRL is consistent across 2 CPUs.
  675. PASSED: Test 2, MSR 0x00000396 MSR_UNC_CB0_CONFIG is consistent across 2 CPUs.
  676. PASSED: Test 2, MSR 0x00000391 MSR_UNC_PERF_GLOBAL_CTRL is consistent across 2 CPUs.
  677. PASSED: Test 2, MSR 0x00000395 MSR_UNC_PERF_FIXED_CTR is consistent across 2 CPUs.
  678. PASSED: Test 2, MSR 0x000004e0 MSR_SMM_FEATURE_CONTROL is consistent across 2 CPUs.
  679. PASSED: Test 2, MSR 0x000004e2 MSR_SMM_DELAYED is consistent across 2 CPUs.
  680. PASSED: Test 2, MSR 0x000004e3 MSR_SMM_BLOCKED is consistent across 2 CPUs.
  681. PASSED: Test 2, MSR 0x00000640 MSR_PP1_POWER_LIMIT is consistent across 2 CPUs.
  682. PASSED: Test 2, MSR 0x00000641 MSR_PP1_ENERGY_STATUS is consistent across 2 CPUs.
  683.  
  684. Test 3 of 5: Test all P State Ratios.
  685. PASSED: Test 3, MSR 0x000000ce Minimum P-State is consistent across 2 CPUs.
  686. PASSED: Test 3, MSR 0x000000ce Maximum P-State is consistent across 2 CPUs.
  687.  
  688. Test 4 of 5: Test C1 and C3 autodemotion.
  689. PASSED: Test 4, MSR 0x000000e2 C1 and C3 Autodemotion is consistent across 2 CPUs.
  690. C1 and C3 Autodemotion enabled.
  691.  
  692. Test 5 of 5: Test SMRR MSR registers.
  693. PASSED: Test 5, MSR 0x000001f2 SMRR_PHYSBASE is consistent across 2 CPUs.
  694. PASSED: Test 5, MSR 0x000001f2 SMRR_TYPE is consistent across 2 CPUs.
  695. PASSED: Test 5, MSR 0x000001f3 SMRR_PHYSMASK is consistent across 2 CPUs.
  696. PASSED: Test 5, MSR 0x000001f3 SMRR_VALID is consistent across 2 CPUs.
  697.  
  698. =====================================================================================================================================
  699. 115 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  700. =====================================================================================================================================
  701.  
  702. nx: Test if CPU NX is disabled by the BIOS.
  703. -------------------------------------------------------------------------------------------------------------------------------------
  704. Test 1 of 3: Test CPU NX capability.
  705. PASSED: Test 1, CPU has NX flags, BIOS is not disabling it.
  706.  
  707. Test 2 of 3: Test all CPUs have same BIOS set NX flag.
  708. This test verifies that all CPUs have the same NX flag setting. Although rare, BIOS may set the NX flag differently per CPU.
  709. PASSED: Test 2, All 2 CPUs have the same NX flag set.
  710.  
  711. Test 3 of 3: Test all CPUs have same msr setting in MSR 0x1a0.
  712. This test verifies that all CPUs have the same NX flag setting by examining the per CPU MSR register 0x1a0.
  713. PASSED: Test 3, All 2 CPUs have the NX flag in MSR 0x1a0 set.
  714.  
  715. =====================================================================================================================================
  716. 3 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  717. =====================================================================================================================================
  718.  
  719. cpufreq: CPU frequency scaling tests.
  720. -------------------------------------------------------------------------------------------------------------------------------------
  721. Test 1 of 1: CPU P-State tests.
  722. For each processor in the system, this test steps through the various frequency states (P-states) that the BIOS advertises for the
  723. processor. For each processor/frequency combination, a quick performance value is measured. The test then validates that:
  724. 1. Each processor has the same number of frequency states.
  725. 2. Higher advertised frequencies have a higher performance.
  726. 3. No duplicate frequency values are reported by the BIOS.
  727. 4. BIOS doing Sw_All P-state coordination across cores.
  728. 5. BIOS doing Sw_Any P-state coordination across cores.
  729.  
  730. WARNING: Test 1, CPU frequency scaling not supported.
  731.  
  732. ADVICE: Scaling driver 'intel_pstate ' is enabled and this does not seem to allow CPU frequency scaling.
  733.  
  734.  
  735. =====================================================================================================================================
  736. 0 passed, 0 failed, 1 warning, 0 aborted, 0 skipped, 0 info only.
  737. =====================================================================================================================================
  738.  
  739. maxfreq: Test max CPU frequencies against max scaling frequency.
  740. -------------------------------------------------------------------------------------------------------------------------------------
  741. Test 1 of 1: Maximum CPU frequency test.
  742. This test checks the maximum CPU frequency as detected by the kernel for each CPU against maxiumum frequency as specified by the BIOS
  743. frequency scaling settings.
  744. PASSED: Test 1, 2 CPUs passed the maximum frequency check.
  745.  
  746. =====================================================================================================================================
  747. 1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  748. =====================================================================================================================================
  749.  
  750. virt: CPU Virtualisation Configuration test.
  751. -------------------------------------------------------------------------------------------------------------------------------------
  752. Test 1 of 1: CPU Virtualisation Configuration test.
  753. Check VT/VMX Virtualization extensions are set up correctly.
  754. FAILED [MEDIUM] VirtDisabledByBIOS: Test 1, Virtualization extensions supported but disabled by BIOS.
  755.  
  756. =====================================================================================================================================
  757. 0 passed, 1 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  758. =====================================================================================================================================
  759.  
  760. pnp: BIOS Support Installation structure test.
  761. -------------------------------------------------------------------------------------------------------------------------------------
  762. Test 1 of 1: PnP BIOS Support Installation structure test.
  763. This test tries to find and sanity check the Plug and Play BIOS Support Installation Check structure.
  764.  
  765. Could not find PnP BIOS Support Installation Check structure. This is not necessarily a failure.
  766.  
  767. =====================================================================================================================================
  768. 0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  769. =====================================================================================================================================
  770.  
  771. pciirq: PCI IRQ Routing Table test.
  772. -------------------------------------------------------------------------------------------------------------------------------------
  773. Test 1 of 1: PCI IRQ Routing Table test.
  774. This test tries to find and sanity check the PCI IRQ Routing Table, as defined by http://www.microsoft.com/taiwan/whdc/archive
  775. /pciirq.mspx and described in pages 233-238 of PCI System Architecture, Fourth Edition, Mindshare, Inc. (1999). NOTE: The PCI IRQ
  776. Routing Table only really knows about ISA IRQs and is generally not used with APIC.
  777.  
  778. Could not find PCI IRQ Routing Table. Since this table is for legacy BIOS systems which don't have ACPI support this is generally not
  779. a problem.
  780.  
  781. =====================================================================================================================================
  782. 0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  783. =====================================================================================================================================
  784.  
  785. os2gap: OS/2 memory hole test.
  786. -------------------------------------------------------------------------------------------------------------------------------------
  787. Test 1 of 1: Test the OS/2 15Mb memory hole is absent.
  788. PASSED: Test 1, No OS/2 memory hole found.
  789.  
  790. =====================================================================================================================================
  791. 1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  792. =====================================================================================================================================
  793.  
  794. mpcheck: MultiProcessor Tables tests.
  795. -------------------------------------------------------------------------------------------------------------------------------------
  796. Failed to get _MP_ data from firmware.
  797. =====================================================================================================================================
  798. 0 passed, 0 failed, 0 warning, 0 aborted, 9 skipped, 0 info only.
  799. =====================================================================================================================================
  800.  
  801. hda_audio: HDA Audio Pin Configuration test.
  802. -------------------------------------------------------------------------------------------------------------------------------------
  803. Test 1 of 1: HDA Audio Pin Configuration test.
  804. SKIPPED: Test 1, Cannot find any sound devices in /sys/class/sound.
  805.  
  806. =====================================================================================================================================
  807. 0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
  808. =====================================================================================================================================
  809.  
  810. ebda: Test EBDA region is mapped and reserved in memory map table.
  811. -------------------------------------------------------------------------------------------------------------------------------------
  812. Machine is not using traditional BIOS firmware, skipping test.
  813. =====================================================================================================================================
  814. 0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
  815. =====================================================================================================================================
  816.  
  817. bios32: BIOS32 Service Directory test.
  818. -------------------------------------------------------------------------------------------------------------------------------------
  819. Machine is not using traditional BIOS firmware, skipping test.
  820. =====================================================================================================================================
  821. 0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
  822. =====================================================================================================================================
  823.  
  824. apicedge: APIC edge/level test.
  825. -------------------------------------------------------------------------------------------------------------------------------------
  826. Test 1 of 1: Legacy and PCI Interrupt Edge/Level trigger tests.
  827. PASSED: Test 1, Legacy interrupts are edge and PCI interrupts are level triggered.
  828.  
  829. =====================================================================================================================================
  830. 1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  831. =====================================================================================================================================
  832.  
  833. wmi: Extract and analyse Windows Management Instrumentation (WMI).
  834. -------------------------------------------------------------------------------------------------------------------------------------
  835. Test 1 of 1: Windows Management Instrumentation test.
  836. No ACPI _WDG WMI data found.
  837.  
  838. =====================================================================================================================================
  839. 0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  840. =====================================================================================================================================
  841.  
  842. wakealarm: ACPI Wakealarm tests.
  843. -------------------------------------------------------------------------------------------------------------------------------------
  844. Test 1 of 4: Test existence of RTC with alarm interface.
  845. PASSED: Test 1, RTC with a RTC alarm ioctl() interface found.
  846.  
  847. Test 2 of 4: Trigger wakealarm for 1 seconds in the future.
  848. Trigger wakealarm for 1 seconds in the future.
  849. PASSED: Test 2, RTC wakealarm was triggered successfully.
  850.  
  851. Test 3 of 4: Test if wakealarm is fired.
  852. PASSED: Test 3, RTC wakealarm triggered and fired successfully.
  853.  
  854. Test 4 of 4: Multiple wakealarm firing tests.
  855. Trigger wakealarm for 1 seconds in the future.
  856. Trigger wakealarm for 2 seconds in the future.
  857. Trigger wakealarm for 3 seconds in the future.
  858. Trigger wakealarm for 4 seconds in the future.
  859. PASSED: Test 4, RTC wakealarm triggered and fired successfully.
  860.  
  861. =====================================================================================================================================
  862. 4 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  863. =====================================================================================================================================
  864.  
  865. syntaxcheck: Re-assemble DSDT and SSDTs to find syntax errors and warnings.
  866. -------------------------------------------------------------------------------------------------------------------------------------
  867. Test 1 of 1: Disassemble and reassemble DSDT and SSDTs.
  868.  
  869. Checking ACPI table DSDT (#0)
  870.  
  871. FAILED [HIGH] AMLAsmASL_MSG_SYNTAX: Test 1, Assembler error in line 9917
  872. Line | AML source
  873. -------------------------------------------------------------------------------------------------------------------------------------
  874. 09914| If (CondRefOf (MDBG))
  875. 09915| {
  876. 09916| Return (MDBG) /* External reference */
  877. 09917| Arg0
  878. | ^
  879. | Error 6126: syntax error, unexpected PARSEOP_ARG0
  880. 09918| }
  881. 09919|
  882. 09920| Return (Zero)
  883. =====================================================================================================================================
  884.  
  885. ADVICE: (for Error #6126, ASL_MSG_SYNTAX): The disassembled code cannot be reassembled using the strict IASL compiler as it contains
  886. syntax errors.
  887.  
  888. FAILED [HIGH] SyntaxCheckIASLCompilerAborted: Test 1, Compilation aborted early due to a parser detected syntax error.
  889.  
  890. ADVICE: Some subsequent errors may not be detected because the compiler had to terminate prematurely. If the compiler did not abort
  891. early then potentially correct code may parse incorrectly producing some or many false positive errors.
  892.  
  893. Table DSDT (0) reassembly: Found 1 errors, 0 warnings, 0 remarks.
  894.  
  895.  
  896. Checking ACPI table SSDT (#1)
  897.  
  898. FAILED [HIGH] AMLAsmASL_MSG_SYNTAX: Test 1, Assembler error in line 221
  899. Line | AML source
  900. -------------------------------------------------------------------------------------------------------------------------------------
  901. 00218| 0x00000800
  902. 00219| }
  903. 00220| })
  904. 00221| Package (0x06)
  905. | ^
  906. | Error 6126: syntax error, unexpected PARSEOP_PACKAGE
  907. 00222| {
  908. 00223| 0x80000000,
  909. 00224| 0x80000000,
  910. =====================================================================================================================================
  911.  
  912. ADVICE: (for Error #6126, ASL_MSG_SYNTAX): The disassembled code cannot be reassembled using the strict IASL compiler as it contains
  913. syntax errors.
  914.  
  915. FAILED [HIGH] SyntaxCheckIASLCompilerAborted: Test 1, Compilation aborted early due to a parser detected syntax error.
  916.  
  917. ADVICE: Some subsequent errors may not be detected because the compiler had to terminate prematurely. If the compiler did not abort
  918. early then potentially correct code may parse incorrectly producing some or many false positive errors.
  919.  
  920. Table SSDT (1) reassembly: Found 1 errors, 0 warnings, 0 remarks.
  921.  
  922.  
  923. Checking ACPI table SSDT (#2)
  924.  
  925. FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning in line 121
  926. Line | AML source
  927. -------------------------------------------------------------------------------------------------------------------------------------
  928. 00118|
  929. 00119| Store (CPDC (Arg0), Local0)
  930. 00120| GCAP (Local0)
  931. 00121| Return (Local0)
  932. | ^
  933. | Warning 3104: Reserved method should not return a value (_PDC)
  934. 00122| }
  935. 00123|
  936. 00124| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities
  937. =====================================================================================================================================
  938.  
  939. ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return
  940. anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not
  941. going to produce any run time errors.
  942.  
  943. FAILED [LOW] AMLAsmASL_MSG_SERIALIZED_REQUIRED: Test 1, Assembler remark in line 131
  944. Line | AML source
  945. -------------------------------------------------------------------------------------------------------------------------------------
  946. 00128| Return (Local0)
  947. 00129| }
  948. 00130|
  949. 00131| Method (CPDC, 1, NotSerialized)
  950. | ^
  951. | Remark 2120: Control Method should be made Serialized (due to creation of named objects within)
  952. 00132| {
  953. 00133| CreateDWordField (Arg0, Zero, REVS)
  954. 00134| CreateDWordField (Arg0, 0x04, SIZE)
  955. =====================================================================================================================================
  956.  
  957. ADVICE: (for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is created inside a non-serialized method - this method
  958. should be serialized. It is possible that one thread enters the method and blocks and then a second thread also executes the method,
  959. ending up in two attempts to create the object and causing a failure.
  960.  
  961. FAILED [LOW] AMLAsmASL_MSG_SERIALIZED_REQUIRED: Test 1, Assembler remark in line 146
  962. Line | AML source
  963. -------------------------------------------------------------------------------------------------------------------------------------
  964. 00143| Return (COSC (ToUUID ("4077a616-290c-47be-9ebd-d87058713953"), REVS, SIZE, Local2))
  965. 00144| }
  966. 00145|
  967. 00146| Method (COSC, 4, NotSerialized)
  968. | ^
  969. | Remark 2120: Control Method should be made Serialized (due to creation of named objects within)
  970. 00147| {
  971. 00148| CreateDWordField (Arg3, Zero, STS0)
  972. 00149| CreateDWordField (Arg3, 0x04, CAP0)
  973. =====================================================================================================================================
  974.  
  975. ADVICE: (for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is created inside a non-serialized method - this method
  976. should be serialized. It is possible that one thread enters the method and blocks and then a second thread also executes the method,
  977. ending up in two attempts to create the object and causing a failure.
  978.  
  979. FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 149
  980. Line | AML source
  981. -------------------------------------------------------------------------------------------------------------------------------------
  982. 00146| Method (COSC, 4, NotSerialized)
  983. 00147| {
  984. 00148| CreateDWordField (Arg3, Zero, STS0)
  985. 00149| CreateDWordField (Arg3, 0x04, CAP0)
  986. | ^
  987. | Remark 2089: Object is not referenced (Name is within method [COSC])
  988. 00150| CreateDWordField (Arg0, Zero, IID0)
  989. 00151| CreateDWordField (Arg0, 0x04, IID1)
  990. 00152| CreateDWordField (Arg0, 0x08, IID2)
  991. =====================================================================================================================================
  992. FAILED [LOW] AMLAsmASL_MSG_SERIALIZED_REQUIRED: Test 1, Assembler remark in line 175
  993. Line | AML source
  994. -------------------------------------------------------------------------------------------------------------------------------------
  995. 00172| Return (Arg3)
  996. 00173| }
  997. 00174|
  998. 00175| Method (GCAP, 1, NotSerialized)
  999. | ^
  1000. | Remark 2120: Control Method should be made Serialized (due to creation of named objects within)
  1001. 00176| {
  1002. 00177| CreateDWordField (Arg0, Zero, STS0)
  1003. 00178| CreateDWordField (Arg0, 0x04, CAP0)
  1004. =====================================================================================================================================
  1005.  
  1006. ADVICE: (for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is created inside a non-serialized method - this method
  1007. should be serialized. It is possible that one thread enters the method and blocks and then a second thread also executes the method,
  1008. ending up in two attempts to create the object and causing a failure.
  1009.  
  1010. FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning in line 215
  1011. Line | AML source
  1012. -------------------------------------------------------------------------------------------------------------------------------------
  1013. 00212| {
  1014. 00213| Store (\_PR.CPU0.CPDC (Arg0), Local0)
  1015. 00214| GCAP (Local0)
  1016. 00215| Return (Local0)
  1017. | ^
  1018. | Warning 3104: Reserved method should not return a value (_PDC)
  1019. 00216| }
  1020. 00217|
  1021. 00218| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities
  1022. =====================================================================================================================================
  1023.  
  1024. ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return
  1025. anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not
  1026. going to produce any run time errors.
  1027.  
  1028. FAILED [LOW] AMLAsmASL_MSG_SERIALIZED_REQUIRED: Test 1, Assembler remark in line 255
  1029. Line | AML source
  1030. -------------------------------------------------------------------------------------------------------------------------------------
  1031. 00252| Return (Zero)
  1032. 00253| }
  1033. 00254|
  1034. 00255| Method (APCT, 0, NotSerialized)
  1035. | ^
  1036. | Remark 2120: Control Method should be made Serialized (due to creation of named objects within)
  1037. 00256| {
  1038. 00257| If (LAnd (And (CFGD, 0x7A), LNot (And (SDTL, 0x20
  1039. 00258| ))))
  1040. =====================================================================================================================================
  1041.  
  1042. ADVICE: (for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is created inside a non-serialized method - this method
  1043. should be serialized. It is possible that one thread enters the method and blocks and then a second thread also executes the method,
  1044. ending up in two attempts to create the object and causing a failure.
  1045.  
  1046. FAILED [LOW] AMLAsmASL_MSG_SERIALIZED_REQUIRED: Test 1, Assembler remark in line 267
  1047. Line | AML source
  1048. -------------------------------------------------------------------------------------------------------------------------------------
  1049. 00264| }
  1050. 00265| }
  1051. 00266|
  1052. 00267| Method (APPT, 0, NotSerialized)
  1053. | ^
  1054. | Remark 2120: Control Method should be made Serialized (due to creation of named objects within)
  1055. 00268| {
  1056. 00269| If (LAnd (And (CFGD, One), LNot (And (SDTL, 0x10
  1057. 00270| ))))
  1058. =====================================================================================================================================
  1059.  
  1060. ADVICE: (for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is created inside a non-serialized method - this method
  1061. should be serialized. It is possible that one thread enters the method and blocks and then a second thread also executes the method,
  1062. ending up in two attempts to create the object and causing a failure.
  1063.  
  1064. FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning in line 286
  1065. Line | AML source
  1066. -------------------------------------------------------------------------------------------------------------------------------------
  1067. 00283| {
  1068. 00284| Store (\_PR.CPU0.CPDC (Arg0), Local0)
  1069. 00285| GCAP (Local0)
  1070. 00286| Return (Local0)
  1071. | ^
  1072. | Warning 3104: Reserved method should not return a value (_PDC)
  1073. 00287| }
  1074. 00288|
  1075. 00289| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities
  1076. =====================================================================================================================================
  1077.  
  1078. ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return
  1079. anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not
  1080. going to produce any run time errors.
  1081.  
  1082. FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning in line 333
  1083. Line | AML source
  1084. -------------------------------------------------------------------------------------------------------------------------------------
  1085. 00330| {
  1086. 00331| Store (\_PR.CPU0.CPDC (Arg0), Local0)
  1087. 00332| GCAP (Local0)
  1088. 00333| Return (Local0)
  1089. | ^
  1090. | Warning 3104: Reserved method should not return a value (_PDC)
  1091. 00334| }
  1092. 00335|
  1093. 00336| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities
  1094. =====================================================================================================================================
  1095.  
  1096. ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return
  1097. anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not
  1098. going to produce any run time errors.
  1099.  
  1100. FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning in line 380
  1101. Line | AML source
  1102. -------------------------------------------------------------------------------------------------------------------------------------
  1103. 00377| {
  1104. 00378| Store (\_PR.CPU0.CPDC (Arg0), Local0)
  1105. 00379| GCAP (Local0)
  1106. 00380| Return (Local0)
  1107. | ^
  1108. | Warning 3104: Reserved method should not return a value (_PDC)
  1109. 00381| }
  1110. 00382|
  1111. 00383| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities
  1112. =====================================================================================================================================
  1113.  
  1114. ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return
  1115. anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not
  1116. going to produce any run time errors.
  1117.  
  1118. FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning in line 427
  1119. Line | AML source
  1120. -------------------------------------------------------------------------------------------------------------------------------------
  1121. 00424| {
  1122. 00425| Store (\_PR.CPU0.CPDC (Arg0), Local0)
  1123. 00426| GCAP (Local0)
  1124. 00427| Return (Local0)
  1125. | ^
  1126. | Warning 3104: Reserved method should not return a value (_PDC)
  1127. 00428| }
  1128. 00429|
  1129. 00430| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities
  1130. =====================================================================================================================================
  1131.  
  1132. ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return
  1133. anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not
  1134. going to produce any run time errors.
  1135.  
  1136. FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning in line 474
  1137. Line | AML source
  1138. -------------------------------------------------------------------------------------------------------------------------------------
  1139. 00471| {
  1140. 00472| Store (\_PR.CPU0.CPDC (Arg0), Local0)
  1141. 00473| GCAP (Local0)
  1142. 00474| Return (Local0)
  1143. | ^
  1144. | Warning 3104: Reserved method should not return a value (_PDC)
  1145. 00475| }
  1146. 00476|
  1147. 00477| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities
  1148. =====================================================================================================================================
  1149.  
  1150. ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return
  1151. anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not
  1152. going to produce any run time errors.
  1153.  
  1154. FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning in line 521
  1155. Line | AML source
  1156. -------------------------------------------------------------------------------------------------------------------------------------
  1157. 00518| {
  1158. 00519| Store (\_PR.CPU0.CPDC (Arg0), Local0)
  1159. 00520| GCAP (Local0)
  1160. 00521| Return (Local0)
  1161. | ^
  1162. | Warning 3104: Reserved method should not return a value (_PDC)
  1163. 00522| }
  1164. 00523|
  1165. 00524| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities
  1166. =====================================================================================================================================
  1167.  
  1168. ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return
  1169. anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not
  1170. going to produce any run time errors.
  1171.  
  1172. Table SSDT (2) reassembly: Found 0 errors, 8 warnings, 6 remarks.
  1173.  
  1174.  
  1175. Checking ACPI table SSDT (#3)
  1176.  
  1177. FAILED [MEDIUM] AMLAsmASL_MSG_NO_REGION: Test 1, Assembler warning in line 61
  1178. Line | AML source
  1179. -------------------------------------------------------------------------------------------------------------------------------------
  1180. 00058| Scope (\_SB.PCI0.SAT0)
  1181. 00059| {
  1182. 00060| Name (REGF, One)
  1183. 00061| Method (_REG, 2, NotSerialized) // _REG: Region Availability
  1184. | ^
  1185. | Warning 3079: _REG has no corresponding Operation Region
  1186. 00062| {
  1187. 00063| If (LEqual (Arg0, 0x02))
  1188. 00064| {
  1189. =====================================================================================================================================
  1190.  
  1191. ADVICE: (for Warning #3079, ASL_MSG_NO_REGION): _REG requires a corresponding Operation Region, however one was not found.
  1192.  
  1193. Table SSDT (3) reassembly: Found 0 errors, 1 warnings, 0 remarks.
  1194.  
  1195.  
  1196. Checking ACPI table SSDT (#4)
  1197.  
  1198. FAILED [LOW] AMLAsmASL_MSG_COMPILER_RESERVED: Test 1, Assembler remark in line 246
  1199. Line | AML source
  1200. -------------------------------------------------------------------------------------------------------------------------------------
  1201. 00243| Name (OPTS, Zero)
  1202. 00244| Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method
  1203. 00245| {
  1204. 00246| Name (_T_1, Zero) // _T_x: Emitted by ASL Compiler
  1205. | ^
  1206. | Remark 2011: Use of compiler reserved name (_T_1)
  1207. 00247| Name (_T_0, Zero) // _T_x: Emitted by ASL Compiler
  1208. 00248| While (One)
  1209. 00249| {
  1210. =====================================================================================================================================
  1211.  
  1212. ADVICE: (for Remark #2011, ASL_MSG_COMPILER_RESERVED): This normally occurs when disassembled code is being compiled and it contains
  1213. compiler-emitted names of the form '_T_x'. This is just a remark generated by the compiler and can normally be ignored.
  1214.  
  1215. FAILED [LOW] AMLAsmASL_MSG_COMPILER_RESERVED: Test 1, Assembler remark in line 247
  1216. Line | AML source
  1217. -------------------------------------------------------------------------------------------------------------------------------------
  1218. 00244| Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method
  1219. 00245| {
  1220. 00246| Name (_T_1, Zero) // _T_x: Emitted by ASL Compiler
  1221. 00247| Name (_T_0, Zero) // _T_x: Emitted by ASL Compiler
  1222. | ^
  1223. | Remark 2011: Use of compiler reserved name (_T_0)
  1224. 00248| While (One)
  1225. 00249| {
  1226. 00250| Store (ToInteger (Arg0), _T_0) /* \_SB_.PCI0.PEG0._DSM._T_0 */
  1227. =====================================================================================================================================
  1228.  
  1229. ADVICE: (for Remark #2011, ASL_MSG_COMPILER_RESERVED): This normally occurs when disassembled code is being compiled and it contains
  1230. compiler-emitted names of the form '_T_x'. This is just a remark generated by the compiler and can normally be ignored.
  1231.  
  1232. FAILED [LOW] AMLAsmASL_MSG_COMPILER_RESERVED: Test 1, Assembler remark in line 414
  1233. Line | AML source
  1234. -------------------------------------------------------------------------------------------------------------------------------------
  1235. 00411| Name (OPTS, Zero)
  1236. 00412| Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method
  1237. 00413| {
  1238. 00414| Name (_T_1, Zero) // _T_x: Emitted by ASL Compiler
  1239. | ^
  1240. | Remark 2011: Use of compiler reserved name (_T_1)
  1241. 00415| Name (_T_0, Zero) // _T_x: Emitted by ASL Compiler
  1242. 00416| While (One)
  1243. 00417| {
  1244. =====================================================================================================================================
  1245.  
  1246. ADVICE: (for Remark #2011, ASL_MSG_COMPILER_RESERVED): This normally occurs when disassembled code is being compiled and it contains
  1247. compiler-emitted names of the form '_T_x'. This is just a remark generated by the compiler and can normally be ignored.
  1248.  
  1249. FAILED [LOW] AMLAsmASL_MSG_COMPILER_RESERVED: Test 1, Assembler remark in line 415
  1250. Line | AML source
  1251. -------------------------------------------------------------------------------------------------------------------------------------
  1252. 00412| Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method
  1253. 00413| {
  1254. 00414| Name (_T_1, Zero) // _T_x: Emitted by ASL Compiler
  1255. 00415| Name (_T_0, Zero) // _T_x: Emitted by ASL Compiler
  1256. | ^
  1257. | Remark 2011: Use of compiler reserved name (_T_0)
  1258. 00416| While (One)
  1259. 00417| {
  1260. 00418| Store (ToInteger (Arg0), _T_0) /* \_SB_.PCI0.PEG1._DSM._T_0 */
  1261. =====================================================================================================================================
  1262.  
  1263. ADVICE: (for Remark #2011, ASL_MSG_COMPILER_RESERVED): This normally occurs when disassembled code is being compiled and it contains
  1264. compiler-emitted names of the form '_T_x'. This is just a remark generated by the compiler and can normally be ignored.
  1265.  
  1266. FAILED [LOW] AMLAsmASL_MSG_COMPILER_RESERVED: Test 1, Assembler remark in line 573
  1267. Line | AML source
  1268. -------------------------------------------------------------------------------------------------------------------------------------
  1269. 00570| Name (OPTS, Zero)
  1270. 00571| Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method
  1271. 00572| {
  1272. 00573| Name (_T_1, Zero) // _T_x: Emitted by ASL Compiler
  1273. | ^
  1274. | Remark 2011: Use of compiler reserved name (_T_1)
  1275. 00574| Name (_T_0, Zero) // _T_x: Emitted by ASL Compiler
  1276. 00575| While (One)
  1277. 00576| {
  1278. =====================================================================================================================================
  1279.  
  1280. ADVICE: (for Remark #2011, ASL_MSG_COMPILER_RESERVED): This normally occurs when disassembled code is being compiled and it contains
  1281. compiler-emitted names of the form '_T_x'. This is just a remark generated by the compiler and can normally be ignored.
  1282.  
  1283. FAILED [LOW] AMLAsmASL_MSG_COMPILER_RESERVED: Test 1, Assembler remark in line 574
  1284. Line | AML source
  1285. -------------------------------------------------------------------------------------------------------------------------------------
  1286. 00571| Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method
  1287. 00572| {
  1288. 00573| Name (_T_1, Zero) // _T_x: Emitted by ASL Compiler
  1289. 00574| Name (_T_0, Zero) // _T_x: Emitted by ASL Compiler
  1290. | ^
  1291. | Remark 2011: Use of compiler reserved name (_T_0)
  1292. 00575| While (One)
  1293. 00576| {
  1294. 00577| Store (ToInteger (Arg0), _T_0) /* \_SB_.PCI0.PEG2._DSM._T_0 */
  1295. =====================================================================================================================================
  1296.  
  1297. ADVICE: (for Remark #2011, ASL_MSG_COMPILER_RESERVED): This normally occurs when disassembled code is being compiled and it contains
  1298. compiler-emitted names of the form '_T_x'. This is just a remark generated by the compiler and can normally be ignored.
  1299.  
  1300. FAILED [LOW] AMLAsmASL_MSG_PACKAGE_LENGTH: Test 1, Assembler remark in line 917
  1301. Line | AML source
  1302. -------------------------------------------------------------------------------------------------------------------------------------
  1303. 00914| }
  1304. 00915| Else
  1305. 00916| {
  1306. 00917| Return (Package (0x00) {})
  1307. | ^
  1308. | Remark 2095: Effective AML package length is zero
  1309. 00918| }
  1310. 00919| }
  1311. 00920|
  1312. =====================================================================================================================================
  1313.  
  1314. ADVICE: (for Remark #2095, ASL_MSG_PACKAGE_LENGTH): The package is larger than expected, hence wasting some space.
  1315.  
  1316. FAILED [LOW] AMLAsmASL_MSG_SERIALIZED_REQUIRED: Test 1, Assembler remark in line 933
  1317. Line | AML source
  1318. -------------------------------------------------------------------------------------------------------------------------------------
  1319. 00930| }
  1320. 00931| }
  1321. 00932|
  1322. 00933| Method (_DOD, 0, NotSerialized) // _DOD: Display Output Devices
  1323. | ^
  1324. | Remark 2120: Control Method should be made Serialized (due to creation of named objects within)
  1325. 00934| {
  1326. 00935| If (CondRefOf (IDAB))
  1327. 00936| {
  1328. =====================================================================================================================================
  1329.  
  1330. ADVICE: (for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is created inside a non-serialized method - this method
  1331. should be serialized. It is possible that one thread enters the method and blocks and then a second thread also executes the method,
  1332. ending up in two attempts to create the object and causing a failure.
  1333.  
  1334. Table SSDT (4) reassembly: Found 0 errors, 0 warnings, 8 remarks.
  1335.  
  1336.  
  1337. =====================================================================================================================================
  1338. 0 passed, 27 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  1339. =====================================================================================================================================
  1340.  
  1341. pcc: Processor Clocking Control (PCC) test.
  1342. -------------------------------------------------------------------------------------------------------------------------------------
  1343. Test 1 of 1: Processor Clocking Control (PCC) test.
  1344. This test checks the sanity of the Processor Clocking Control as found on some HP ProLiant machines. Most computers do not use this
  1345. interface to control the CPU clock frequency, so this test will be skipped.
  1346.  
  1347. This machine does not use Processor Clocking Control (PCC).
  1348.  
  1349. =====================================================================================================================================
  1350. 0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 1 info only.
  1351. =====================================================================================================================================
  1352.  
  1353. osilinux: Disassemble DSDT to check for _OSI("Linux").
  1354. -------------------------------------------------------------------------------------------------------------------------------------
  1355. Test 1 of 1: Disassemble DSDT to check for _OSI("Linux").
  1356. This is not strictly a failure mode, it just alerts one that this has been defined in the DSDT and probably should be avoided since
  1357. the Linux ACPI driver matches onto the Windows _OSI strings
  1358. {
  1359. If (_OSI ("Linux"))
  1360. {
  1361. Store (0x03E8, OSYS) /* \OSYS */
  1362. }
  1363. If (_OSI ("Windows 2001"))
  1364. {
  1365. Store (0x07D1, OSYS) /* \OSYS */
  1366. }
  1367. If (_OSI ("Windows 2001 SP1"))
  1368. {
  1369. Store (0x07D1, OSYS) /* \OSYS */
  1370. }
  1371. If (_OSI ("Windows 2001 SP2"))
  1372. {
  1373. Store (0x07D2, OSYS) /* \OSYS */
  1374. }
  1375. If (_OSI ("Windows 2001.1"))
  1376. {
  1377. Store (0x07D3, OSYS) /* \OSYS */
  1378. }
  1379. If (_OSI ("Windows 2006"))
  1380. {
  1381. Store (0x07D6, OSYS) /* \OSYS */
  1382. }
  1383. If (_OSI ("Windows 2009"))
  1384. {
  1385. Store (0x07D9, OSYS) /* \OSYS */
  1386. }
  1387. If (_OSI ("Windows 2012"))
  1388. {
  1389. Store (0x07DC, OSYS) /* \OSYS */
  1390. }
  1391. }
  1392. WARNING: Test 1, DSDT implements a deprecated _OSI("Linux") test.
  1393.  
  1394. =====================================================================================================================================
  1395. 0 passed, 0 failed, 1 warning, 0 aborted, 0 skipped, 0 info only.
  1396. =====================================================================================================================================
  1397.  
  1398. method: ACPI DSDT Method Semantic tests.
  1399. -------------------------------------------------------------------------------------------------------------------------------------
  1400. FADT Preferred PM profile indicates this is not a Mobile Platform.
  1401. Test 1 of 155: Test Method Names.
  1402. Found 2183 Objects
  1403. PASSED: Test 1, Method names contain legal characters.
  1404.  
  1405. Test 2 of 155: Test _AEI.
  1406. SKIPPED: Test 2, Skipping test for non-existant object _AEI.
  1407.  
  1408. Test 3 of 155: Test _PIC (Inform AML of Interrupt Model).
  1409. PASSED: Test 3, \_PIC returned no values as expected.
  1410. PASSED: Test 3, \_PIC returned no values as expected.
  1411. PASSED: Test 3, \_PIC returned no values as expected.
  1412.  
  1413. Test 4 of 155: Test _CID (Compatible ID).
  1414. PASSED: Test 4, \_SB_.PCI0._CID returned an integer 0x030ad041 (EISA ID PNP0A03).
  1415. PASSED: Test 4, \_SB_.PCI0.LPCB.CWDT._CID returned an integer 0x020cd041 (EISA ID PNP0C02).
  1416. PASSED: Test 4, \_SB_.PCI0.LPCB.PS2K._CID returned an integer 0x0b03d041 (EISA ID PNP030B).
  1417. PASSED: Test 4, \_SB_.PCI0.LPCB.PS2M._CID returned an integer 0x130fd041 (EISA ID PNP0F13).
  1418. PASSED: Test 4, \_SB_.PCI0.DOCK._CID returned an integer 0x150cd041 (EISA ID PNP0C15).
  1419. PASSED: Test 4, \_SB_.BIND._CID returned a string 'PNP0C40' as expected.
  1420. PASSED: Test 4, \_SB_.CIND._CID returned a string 'PNP0C60' as expected.
  1421. PASSED: Test 4, \_SB_.DIND._CID returned a string 'PNP0C70' as expected.
  1422. PASSED: Test 4, \_SB_.PEPD._CID returned an integer 0x800dd041 (EISA ID PNP0D80).
  1423.  
  1424. Test 5 of 155: Test _DDN (DOS Device Name).
  1425. SKIPPED: Test 5, Skipping test for non-existant object _DDN.
  1426.  
  1427. Test 6 of 155: Test _HID (Hardware ID).
  1428. PASSED: Test 6, \_SB_.PCI0._HID returned an integer 0x080ad041 (EISA ID PNP0A08).
  1429. PASSED: Test 6, \_SB_.PCI0.TPMX._HID returned an integer 0x010cd041 (EISA ID PNP0C01).
  1430. PASSED: Test 6, \_SB_.PCI0.LPCB.DMAC._HID returned an integer 0x0002d041 (EISA ID PNP0200).
  1431. PASSED: Test 6, \_SB_.PCI0.LPCB.FWHD._HID returned an integer 0x0008d425 (EISA ID INT0800).
  1432. PASSED: Test 6, \_SB_.PCI0.LPCB.HPET._HID returned an integer 0x0301d041 (EISA ID PNP0103).
  1433. PASSED: Test 6, \_SB_.PCI0.LPCB.IPIC._HID returned an integer 0x0000d041 (EISA ID PNP0000).
  1434. PASSED: Test 6, \_SB_.PCI0.LPCB.LDRC._HID returned an integer 0x020cd041 (EISA ID PNP0C02).
  1435. PASSED: Test 6, \_SB_.PCI0.LPCB.RTC_._HID returned an integer 0x000bd041 (EISA ID PNP0B00).
  1436. PASSED: Test 6, \_SB_.PCI0.LPCB.TIMR._HID returned an integer 0x0001d041 (EISA ID PNP0100).
  1437. PASSED: Test 6, \_SB_.PCI0.LPCB.CWDT._HID returned an integer 0x0d3fd425 (EISA ID INT3F0D).
  1438. PASSED: Test 6, \_SB_.PCI0.LPCB.SIO1._HID returned an integer 0x020cd041 (EISA ID PNP0C02).
  1439. PASSED: Test 6, \_SB_.PCI0.LPCB.LPTE._HID returned an integer 0x0004d041 (EISA ID PNP0400).
  1440. PASSED: Test 6, \_SB_.PCI0.LPCB.RMSC._HID returned an integer 0x020cd041 (EISA ID PNP0C02).
  1441. PASSED: Test 6, \_SB_.PCI0.LPCB.COPR._HID returned an integer 0x040cd041 (EISA ID PNP0C04).
  1442. PASSED: Test 6, \_SB_.PCI0.LPCB.PS2K._HID returned an integer 0x0303d041 (EISA ID PNP0303).
  1443. PASSED: Test 6, \_SB_.PCI0.LPCB.PS2M._HID returned an integer 0x030fd041 (EISA ID PNP0F03).
  1444. PASSED: Test 6, \_SB_.PCI0.LPCB.UAR1._HID returned an integer 0x0105d041 (EISA ID PNP0501).
  1445. PASSED: Test 6, \_SB_.PCI0.LPCB.UAR2._HID returned an integer 0x0105d041 (EISA ID PNP0501).
  1446. PASSED: Test 6, \_SB_.PCI0.LPCB.H_EC._HID returned an integer 0x090cd041 (EISA ID PNP0C09).
  1447. PASSED: Test 6, \_SB_.PCI0.LPCB.H_EC.BAT0._HID returned an integer 0x0a0cd041 (EISA ID PNP0C0A).
  1448. PASSED: Test 6, \_SB_.PCI0.LPCB.H_EC.BAT1._HID returned an integer 0x0a0cd041 (EISA ID PNP0C0A).
  1449. PASSED: Test 6, \_SB_.PCI0.LPCB.H_EC.BAT2._HID returned an integer 0x0a0cd041 (EISA ID PNP0C0A).
  1450. PASSED: Test 6, \_SB_.PCI0.PDRC._HID returned an integer 0x020cd041 (EISA ID PNP0C02).
  1451. PASSED: Test 6, \_SB_.PCI0.DOCK._HID returned a string 'ABCD0000' as expected.
  1452. PASSED: Test 6, \_SB_.LNKA._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
  1453. PASSED: Test 6, \_SB_.LNKB._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
  1454. PASSED: Test 6, \_SB_.LNKC._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
  1455. PASSED: Test 6, \_SB_.LNKD._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
  1456. PASSED: Test 6, \_SB_.LNKE._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
  1457. PASSED: Test 6, \_SB_.LNKF._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
  1458. PASSED: Test 6, \_SB_.LNKG._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
  1459. PASSED: Test 6, \_SB_.LNKH._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
  1460. PASSED: Test 6, \_SB_.PWRB._HID returned an integer 0x0c0cd041 (EISA ID PNP0C0C).
  1461. PASSED: Test 6, \_SB_.BIND._HID returned a string 'INT33D2' as expected.
  1462. PASSED: Test 6, \_SB_.CIND._HID returned a string 'INT33D3' as expected.
  1463. PASSED: Test 6, \_SB_.DIND._HID returned a string 'INT33D4' as expected.
  1464. PASSED: Test 6, \_SB_.PEPD._HID returned a string 'INT33A1' as expected.
  1465. PASSED: Test 6, \_SB_.BTKL._HID returned a string 'INT3420' as expected.
  1466. PASSED: Test 6, \_SB_.TPM_._HID returned an integer 0x310cd041 (EISA ID PNP0C31).
  1467. PASSED: Test 6, \_SB_.LID0._HID returned an integer 0x0d0cd041 (EISA ID PNP0C0D).
  1468. PASSED: Test 6, \_SB_.MEM2._HID returned an integer 0x010cd041 (EISA ID PNP0C01).
  1469. PASSED: Test 6, \NFC1._HID returned an integer 0x00d0744d (EISA ID SKTD000).
  1470. PASSED: Test 6, \NFC2._HID returned an integer 0x4254103b (EISA ID NXP5442).
  1471. PASSED: Test 6, \NFC3._HID returned an integer 0x120a7624 (EISA ID ICV0A12).
  1472.  
  1473. Test 7 of 155: Test _HRV (Hardware Revision Number).
  1474. SKIPPED: Test 7, Skipping test for non-existant object _HRV.
  1475.  
  1476. Test 8 of 155: Test _PLD (Physical Device Location).
  1477. PASSED: Test 8, \_SB_.PCI0.EHC1.HUBN.PR01._PLD correctly returned a sane looking package.
  1478. PASSED: Test 8, \_SB_.PCI0.EHC1.HUBN.PR01.PR11._PLD correctly returned a sane looking package.
  1479. PASSED: Test 8, \_SB_.PCI0.EHC1.HUBN.PR01.PR12._PLD correctly returned a sane looking package.
  1480. PASSED: Test 8, \_SB_.PCI0.EHC1.HUBN.PR01.PR13._PLD correctly returned a sane looking package.
  1481. PASSED: Test 8, \_SB_.PCI0.EHC1.HUBN.PR01.PR14._PLD correctly returned a sane looking package.
  1482. PASSED: Test 8, \_SB_.PCI0.EHC1.HUBN.PR01.PR15._PLD correctly returned a sane looking package.
  1483. PASSED: Test 8, \_SB_.PCI0.EHC1.HUBN.PR01.PR16._PLD correctly returned a sane looking package.
  1484. PASSED: Test 8, \_SB_.PCI0.EHC1.HUBN.PR01.PR17._PLD correctly returned a sane looking package.
  1485. PASSED: Test 8, \_SB_.PCI0.EHC1.HUBN.PR01.PR18._PLD correctly returned a sane looking package.
  1486. PASSED: Test 8, \_SB_.PCI0.EHC2.HUBN.PR01._PLD correctly returned a sane looking package.
  1487. PASSED: Test 8, \_SB_.PCI0.EHC2.HUBN.PR01.PR11._PLD correctly returned a sane looking package.
  1488. PASSED: Test 8, \_SB_.PCI0.EHC2.HUBN.PR01.PR12._PLD correctly returned a sane looking package.
  1489. PASSED: Test 8, \_SB_.PCI0.EHC2.HUBN.PR01.PR13._PLD correctly returned a sane looking package.
  1490. PASSED: Test 8, \_SB_.PCI0.EHC2.HUBN.PR01.PR14._PLD correctly returned a sane looking package.
  1491. PASSED: Test 8, \_SB_.PCI0.EHC2.HUBN.PR01.PR15._PLD correctly returned a sane looking package.
  1492. PASSED: Test 8, \_SB_.PCI0.EHC2.HUBN.PR01.PR16._PLD correctly returned a sane looking package.
  1493. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.HS01._PLD correctly returned a sane looking package.
  1494. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.HS02._PLD correctly returned a sane looking package.
  1495. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.HS03._PLD correctly returned a sane looking package.
  1496. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.HS04._PLD correctly returned a sane looking package.
  1497. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.HS05._PLD correctly returned a sane looking package.
  1498. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.HS06._PLD correctly returned a sane looking package.
  1499. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.HS07._PLD correctly returned a sane looking package.
  1500. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.HS08._PLD correctly returned a sane looking package.
  1501. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.HS09._PLD correctly returned a sane looking package.
  1502. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.HS10._PLD correctly returned a sane looking package.
  1503. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.HS11._PLD correctly returned a sane looking package.
  1504. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.HS12._PLD correctly returned a sane looking package.
  1505. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.HS13._PLD correctly returned a sane looking package.
  1506. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.HS14._PLD correctly returned a sane looking package.
  1507. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.HS15._PLD correctly returned a sane looking package.
  1508. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.SSP1._PLD correctly returned a sane looking package.
  1509. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.SSP2._PLD correctly returned a sane looking package.
  1510. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.SSP3._PLD correctly returned a sane looking package.
  1511. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.SSP4._PLD correctly returned a sane looking package.
  1512. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.SSP5._PLD correctly returned a sane looking package.
  1513. PASSED: Test 8, \_SB_.PCI0.XHC_.RHUB.SSP6._PLD correctly returned a sane looking package.
  1514. PASSED: Test 8, \WCAM._PLD correctly returned a sane looking package.
  1515.  
  1516. Test 9 of 155: Test _SUB (Subsystem ID).
  1517. SKIPPED: Test 9, Skipping test for non-existant object _SUB.
  1518.  
  1519. Test 10 of 155: Test _SUN (Slot User Number).
  1520. SKIPPED: Test 10, Skipping test for non-existant object _SUN.
  1521.  
  1522. Test 11 of 155: Test _STR (String).
  1523. FAILED [MEDIUM] MethodReturnBadType: Test 11, Method \_SB_.TPM_._STR did not return ACPI_TYPE_STRING.
  1524.  
  1525. Test 12 of 155: Test _UID (Unique ID).
  1526. PASSED: Test 12, \_SB_.PCI0._UID correctly returned sane looking value 0x00000000.
  1527. PASSED: Test 12, \_SB_.PCI0.TPMX._UID correctly returned sane looking value 0x00000001.
  1528. PASSED: Test 12, \_SB_.PCI0.LPCB.HPET._UID correctly returned sane looking value 0x00000000.
  1529. PASSED: Test 12, \_SB_.PCI0.LPCB.LDRC._UID correctly returned sane looking value 0x00000002.
  1530. PASSED: Test 12, \_SB_.PCI0.LPCB.SIO1._UID correctly returned sane looking value 0x00000111.
  1531. PASSED: Test 12, \_SB_.PCI0.LPCB.RMSC._UID correctly returned sane looking value 0x00000010.
  1532. PASSED: Test 12, \_SB_.PCI0.LPCB.UAR1._UID correctly returned sane looking value 0x00000001.
  1533. PASSED: Test 12, \_SB_.PCI0.LPCB.UAR2._UID correctly returned sane looking value 0x00000002.
  1534. PASSED: Test 12, \_SB_.PCI0.LPCB.H_EC._UID correctly returned sane looking value 0x00000001.
  1535. PASSED: Test 12, \_SB_.PCI0.LPCB.H_EC.BAT0._UID correctly returned sane looking value 0x00000000.
  1536. PASSED: Test 12, \_SB_.PCI0.LPCB.H_EC.BAT1._UID correctly returned sane looking value 0x00000001.
  1537. PASSED: Test 12, \_SB_.PCI0.LPCB.H_EC.BAT2._UID correctly returned sane looking value 0x00000002.
  1538. PASSED: Test 12, \_SB_.PCI0.PDRC._UID correctly returned sane looking value 0x00000001.
  1539. PASSED: Test 12, \_SB_.PCI0.DOCK._UID correctly returned sane looking value 0x00000002.
  1540. PASSED: Test 12, \_SB_.LNKA._UID correctly returned sane looking value 0x00000001.
  1541. PASSED: Test 12, \_SB_.LNKB._UID correctly returned sane looking value 0x00000002.
  1542. PASSED: Test 12, \_SB_.LNKC._UID correctly returned sane looking value 0x00000003.
  1543. PASSED: Test 12, \_SB_.LNKD._UID correctly returned sane looking value 0x00000004.
  1544. PASSED: Test 12, \_SB_.LNKE._UID correctly returned sane looking value 0x00000005.
  1545. PASSED: Test 12, \_SB_.LNKF._UID correctly returned sane looking value 0x00000006.
  1546. PASSED: Test 12, \_SB_.LNKG._UID correctly returned sane looking value 0x00000007.
  1547. PASSED: Test 12, \_SB_.LNKH._UID correctly returned sane looking value 0x00000008.
  1548. PASSED: Test 12, \_SB_.PWRB._UID correctly returned sane looking value 0x000000aa.
  1549. PASSED: Test 12, \_SB_.PEPD._UID correctly returned sane looking value 0x00000001.
  1550. PASSED: Test 12, \_SB_.TPM_._UID correctly returned sane looking value 0x00000001.
  1551. PASSED: Test 12, \_SB_.MEM2._UID correctly returned sane looking value 0x00000002.
  1552.  
  1553. Test 13 of 155: Test _CDM (Clock Domain).
  1554. SKIPPED: Test 13, Skipping test for non-existant object _CDM.
  1555.  
  1556. Test 14 of 155: Test _CRS (Current Resource Settings).
  1557. PASSED: Test 14, \_SB_.PCI0._CRS (WORD Address Space Descriptor) looks sane.
  1558. PASSED: Test 14, \_SB_.PCI0.TPMX._CRS (32-bit Fixed Location Memory Range Descriptor) looks sane.
  1559. PASSED: Test 14, \_SB_.PCI0.LPCB.DMAC._CRS (I/O Port Descriptor) looks sane.
  1560. PASSED: Test 14, \_SB_.PCI0.LPCB.FWHD._CRS (32-bit Fixed Location Memory Range Descriptor) looks sane.
  1561. PASSED: Test 14, \_SB_.PCI0.LPCB.HPET._CRS (32-bit Fixed Location Memory Range Descriptor) looks sane.
  1562. PASSED: Test 14, \_SB_.PCI0.LPCB.IPIC._CRS (I/O Port Descriptor) looks sane.
  1563. PASSED: Test 14, \_SB_.PCI0.LPCB.LDRC._CRS (I/O Port Descriptor) looks sane.
  1564. PASSED: Test 14, \_SB_.PCI0.LPCB.RTC_._CRS (I/O Port Descriptor) looks sane.
  1565. PASSED: Test 14, \_SB_.PCI0.LPCB.TIMR._CRS (I/O Port Descriptor) looks sane.
  1566. PASSED: Test 14, \_SB_.PCI0.LPCB.CWDT._CRS (I/O Port Descriptor) looks sane.
  1567. PASSED: Test 14, \_SB_.PCI0.LPCB.SIO1._CRS (I/O Port Descriptor) looks sane.
  1568. PASSED: Test 14, \_SB_.PCI0.LPCB.LPTE._CRS (I/O Port Descriptor) looks sane.
  1569. PASSED: Test 14, \_SB_.PCI0.LPCB.RMSC._CRS (I/O Port Descriptor) looks sane.
  1570. PASSED: Test 14, \_SB_.PCI0.LPCB.COPR._CRS (I/O Port Descriptor) looks sane.
  1571. PASSED: Test 14, \_SB_.PCI0.LPCB.PS2K._CRS (I/O Port Descriptor) looks sane.
  1572. PASSED: Test 14, \_SB_.PCI0.LPCB.PS2M._CRS (IRQ Descriptor) looks sane.
  1573. PASSED: Test 14, \_SB_.PCI0.LPCB.UAR1._CRS (I/O Port Descriptor) looks sane.
  1574. PASSED: Test 14, \_SB_.PCI0.LPCB.UAR2._CRS (I/O Port Descriptor) looks sane.
  1575. PASSED: Test 14, \_SB_.PCI0.PDRC._CRS (32-bit Fixed Location Memory Range Descriptor) looks sane.
  1576. PASSED: Test 14, \_SB_.LNKA._CRS (IRQ Descriptor) looks sane.
  1577. PASSED: Test 14, \_SB_.LNKB._CRS (IRQ Descriptor) looks sane.
  1578. PASSED: Test 14, \_SB_.LNKC._CRS (IRQ Descriptor) looks sane.
  1579. PASSED: Test 14, \_SB_.LNKD._CRS (IRQ Descriptor) looks sane.
  1580. PASSED: Test 14, \_SB_.LNKE._CRS (IRQ Descriptor) looks sane.
  1581. PASSED: Test 14, \_SB_.LNKF._CRS (IRQ Descriptor) looks sane.
  1582. PASSED: Test 14, \_SB_.LNKG._CRS (IRQ Descriptor) looks sane.
  1583. PASSED: Test 14, \_SB_.LNKH._CRS (IRQ Descriptor) looks sane.
  1584. PASSED: Test 14, \_SB_.TPM_._CRS (DWORD Address Space Descriptor) looks sane.
  1585. PASSED: Test 14, \_SB_.MEM2._CRS (32-bit Fixed Location Memory Range Descriptor) looks sane.
  1586.  
  1587. Test 15 of 155: Test _DIS (Disable).
  1588. PASSED: Test 15, \_SB_.PCI0.LPCB.LPTE._DIS returned no values as expected.
  1589. PASSED: Test 15, \_SB_.PCI0.LPCB.UAR1._DIS returned no values as expected.
  1590. PASSED: Test 15, \_SB_.PCI0.LPCB.UAR2._DIS returned no values as expected.
  1591. PASSED: Test 15, \_SB_.LNKA._DIS returned no values as expected.
  1592. PASSED: Test 15, \_SB_.LNKB._DIS returned no values as expected.
  1593. PASSED: Test 15, \_SB_.LNKC._DIS returned no values as expected.
  1594. PASSED: Test 15, \_SB_.LNKD._DIS returned no values as expected.
  1595. PASSED: Test 15, \_SB_.LNKE._DIS returned no values as expected.
  1596. PASSED: Test 15, \_SB_.LNKF._DIS returned no values as expected.
  1597. PASSED: Test 15, \_SB_.LNKG._DIS returned no values as expected.
  1598. PASSED: Test 15, \_SB_.LNKH._DIS returned no values as expected.
  1599.  
  1600. Test 16 of 155: Test _DMA (Direct Memory Access).
  1601. SKIPPED: Test 16, Skipping test for non-existant object _DMA.
  1602.  
  1603. Test 17 of 155: Test _FIX (Fixed Register Resource Provider).
  1604. SKIPPED: Test 17, Skipping test for non-existant object _FIX.
  1605.  
  1606. Test 18 of 155: Test _GSB (Global System Interrupt Base).
  1607. SKIPPED: Test 18, Skipping test for non-existant object _GSB.
  1608.  
  1609. Test 19 of 155: Test _HPP (Hot Plug Parameters).
  1610. SKIPPED: Test 19, Skipping test for non-existant object _HPP.
  1611.  
  1612. Test 20 of 155: Test _PRS (Possible Resource Settings).
  1613. PASSED: Test 20, \_SB_.PCI0.LPCB.LPTE._PRS (Start Dependent Functions Descriptor) looks sane.
  1614. PASSED: Test 20, \_SB_.PCI0.LPCB.PS2K._PRS (Start Dependent Functions Descriptor) looks sane.
  1615. PASSED: Test 20, \_SB_.PCI0.LPCB.PS2M._PRS (Start Dependent Functions Descriptor) looks sane.
  1616. PASSED: Test 20, \_SB_.PCI0.LPCB.UAR1._PRS (Start Dependent Functions Descriptor) looks sane.
  1617. PASSED: Test 20, \_SB_.PCI0.LPCB.UAR2._PRS (Start Dependent Functions Descriptor) looks sane.
  1618. PASSED: Test 20, \_SB_.LNKA._PRS (IRQ Descriptor) looks sane.
  1619. PASSED: Test 20, \_SB_.LNKB._PRS (IRQ Descriptor) looks sane.
  1620. PASSED: Test 20, \_SB_.LNKC._PRS (IRQ Descriptor) looks sane.
  1621. PASSED: Test 20, \_SB_.LNKD._PRS (IRQ Descriptor) looks sane.
  1622. PASSED: Test 20, \_SB_.LNKE._PRS (IRQ Descriptor) looks sane.
  1623. PASSED: Test 20, \_SB_.LNKF._PRS (IRQ Descriptor) looks sane.
  1624. PASSED: Test 20, \_SB_.LNKG._PRS (IRQ Descriptor) looks sane.
  1625. PASSED: Test 20, \_SB_.LNKH._PRS (IRQ Descriptor) looks sane.
  1626.  
  1627. Test 21 of 155: Test _PXM (Proximity).
  1628. SKIPPED: Test 21, Skipping test for non-existant object _PXM.
  1629.  
  1630. Test 22 of 155: Test _EDL (Eject Device List).
  1631. SKIPPED: Test 22, Skipping test for non-existant object _EDL.
  1632.  
  1633. Test 23 of 155: Test _EJD (Ejection Dependent Device).
  1634. SKIPPED: Test 23, Skipping test for non-existant object _EJD.
  1635.  
  1636. Test 24 of 155: Test _EJ0 (Eject).
  1637. SKIPPED: Test 24, Skipping test for non-existant object _EJ0.
  1638.  
  1639. Test 25 of 155: Test _EJ1 (Eject).
  1640. SKIPPED: Test 25, Skipping test for non-existant object _EJ1.
  1641.  
  1642. Test 26 of 155: Test _EJ2 (Eject).
  1643. SKIPPED: Test 26, Skipping test for non-existant object _EJ2.
  1644.  
  1645. Test 27 of 155: Test _EJ3 (Eject).
  1646. SKIPPED: Test 27, Skipping test for non-existant object _EJ3.
  1647.  
  1648. Test 28 of 155: Test _EJ4 (Eject).
  1649. SKIPPED: Test 28, Skipping test for non-existant object _EJ4.
  1650.  
  1651. Test 29 of 155: Test _LCK (Lock).
  1652. SKIPPED: Test 29, Skipping test for non-existant object _LCK.
  1653.  
  1654. Test 30 of 155: Test _RMV (Remove).
  1655. SKIPPED: Test 30, Skipping test for non-existant object _RMV.
  1656.  
  1657. Test 31 of 155: Test _STA (Status).
  1658. PASSED: Test 31, \_SB_.PCI0.TPMX._STA correctly returned sane looking value 0x0000000f.
  1659. PASSED: Test 31, \_SB_.PCI0.LPCB.HPET._STA correctly returned sane looking value 0x00000000.
  1660. PASSED: Test 31, \_SB_.PCI0.LPCB.CWDT._STA correctly returned sane looking value 0x0000000f.
  1661. PASSED: Test 31, \_SB_.PCI0.LPCB.LPTE._STA correctly returned sane looking value 0x00000000.
  1662. PASSED: Test 31, \_SB_.PCI0.LPCB.PS2K._STA correctly returned sane looking value 0x0000000f.
  1663. PASSED: Test 31, \_SB_.PCI0.LPCB.PS2M._STA correctly returned sane looking value 0x0000000f.
  1664. PASSED: Test 31, \_SB_.PCI0.LPCB.UAR1._STA correctly returned sane looking value 0x00000000.
  1665. PASSED: Test 31, \_SB_.PCI0.LPCB.UAR2._STA correctly returned sane looking value 0x00000000.
  1666. PASSED: Test 31, \_SB_.PCI0.LPCB.H_EC._STA correctly returned sane looking value 0x00000000.
  1667. PASSED: Test 31, \_SB_.PCI0.LPCB.H_EC.BAT0._STA correctly returned sane looking value 0x00000000.
  1668. PASSED: Test 31, \_SB_.PCI0.LPCB.H_EC.BAT1._STA correctly returned sane looking value 0x00000000.
  1669. PASSED: Test 31, \_SB_.PCI0.LPCB.H_EC.BAT2._STA correctly returned sane looking value 0x00000000.
  1670. PASSED: Test 31, \_SB_.PCI0.RP01._STA correctly returned sane looking value 0x0000000f.
  1671. PASSED: Test 31, \_SB_.PCI0.RP02._STA correctly returned sane looking value 0x0000000f.
  1672. PASSED: Test 31, \_SB_.PCI0.RP03._STA correctly returned sane looking value 0x0000000f.
  1673. PASSED: Test 31, \_SB_.PCI0.RP04._STA correctly returned sane looking value 0x0000000f.
  1674. PASSED: Test 31, \_SB_.PCI0.RP05._STA correctly returned sane looking value 0x0000000f.
  1675. PASSED: Test 31, \_SB_.PCI0.RP06._STA correctly returned sane looking value 0x0000000f.
  1676. PASSED: Test 31, \_SB_.PCI0.RP07._STA correctly returned sane looking value 0x0000000f.
  1677. PASSED: Test 31, \_SB_.PCI0.RP08._STA correctly returned sane looking value 0x0000000f.
  1678. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.HS01._STA correctly returned sane looking value 0x0000000f.
  1679. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.HS02._STA correctly returned sane looking value 0x0000000f.
  1680. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.HS03._STA correctly returned sane looking value 0x0000000f.
  1681. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.HS04._STA correctly returned sane looking value 0x0000000f.
  1682. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.HS05._STA correctly returned sane looking value 0x0000000f.
  1683. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.HS06._STA correctly returned sane looking value 0x0000000f.
  1684. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.HS07._STA correctly returned sane looking value 0x0000000f.
  1685. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.HS08._STA correctly returned sane looking value 0x0000000f.
  1686. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.HS09._STA correctly returned sane looking value 0x0000000f.
  1687. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.HS10._STA correctly returned sane looking value 0x00000000.
  1688. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.HS11._STA correctly returned sane looking value 0x00000000.
  1689. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.HS12._STA correctly returned sane looking value 0x00000000.
  1690. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.HS13._STA correctly returned sane looking value 0x00000000.
  1691. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.HS14._STA correctly returned sane looking value 0x00000000.
  1692. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.HS15._STA correctly returned sane looking value 0x00000000.
  1693. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.SSP1._STA correctly returned sane looking value 0x0000000f.
  1694. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.SSP2._STA correctly returned sane looking value 0x0000000f.
  1695. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.SSP3._STA correctly returned sane looking value 0x0000000f.
  1696. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.SSP4._STA correctly returned sane looking value 0x0000000f.
  1697. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.SSP5._STA correctly returned sane looking value 0x00000000.
  1698. PASSED: Test 31, \_SB_.PCI0.XHC_.RHUB.SSP6._STA correctly returned sane looking value 0x00000000.
  1699. PASSED: Test 31, \_SB_.PCI0.DOCK._STA correctly returned sane looking value 0x00000000.
  1700. PASSED: Test 31, \_SB_.PCI0.B0D3._STA correctly returned sane looking value 0x0000000f.
  1701. PASSED: Test 31, \_SB_.LNKA._STA correctly returned sane looking value 0x0000000b.
  1702. PASSED: Test 31, \_SB_.LNKB._STA correctly returned sane looking value 0x0000000b.
  1703. PASSED: Test 31, \_SB_.LNKC._STA correctly returned sane looking value 0x0000000b.
  1704. PASSED: Test 31, \_SB_.LNKD._STA correctly returned sane looking value 0x0000000b.
  1705. PASSED: Test 31, \_SB_.LNKE._STA correctly returned sane looking value 0x0000000b.
  1706. PASSED: Test 31, \_SB_.LNKF._STA correctly returned sane looking value 0x0000000b.
  1707. PASSED: Test 31, \_SB_.LNKG._STA correctly returned sane looking value 0x0000000b.
  1708. PASSED: Test 31, \_SB_.LNKH._STA correctly returned sane looking value 0x0000000b.
  1709. PASSED: Test 31, \_SB_.PWRB._STA correctly returned sane looking value 0x0000000b.
  1710. PASSED: Test 31, \_SB_.BIND._STA correctly returned sane looking value 0x00000000.
  1711. PASSED: Test 31, \_SB_.CIND._STA correctly returned sane looking value 0x00000000.
  1712. PASSED: Test 31, \_SB_.DIND._STA correctly returned sane looking value 0x00000000.
  1713. PASSED: Test 31, \_SB_.PEPD._STA correctly returned sane looking value 0x00000000.
  1714. PASSED: Test 31, \_SB_.BTKL._STA correctly returned sane looking value 0x00000000.
  1715. PASSED: Test 31, \_SB_.TPM_._STA correctly returned sane looking value 0x00000000.
  1716. PASSED: Test 31, \_SB_.LID0._STA correctly returned sane looking value 0x00000000.
  1717. PASSED: Test 31, \_SB_.MEM2._STA correctly returned sane looking value 0x00000000.
  1718. PASSED: Test 31, \NFC1._STA correctly returned sane looking value 0x00000000.
  1719. PASSED: Test 31, \NFC2._STA correctly returned sane looking value 0x00000000.
  1720. PASSED: Test 31, \NFC3._STA correctly returned sane looking value 0x00000000.
  1721.  
  1722. Test 32 of 155: Test _BDN (BIOS Dock Name).
  1723. SKIPPED: Test 32, Machine is not a mobile platform, skipping test for non-existant mobile platform related object _BDN.
  1724.  
  1725. Test 33 of 155: Test _BBN (Base Bus Number).
  1726. PASSED: Test 33, \_SB_.PCI0._BBN correctly returned an integer.
  1727.  
  1728. Test 34 of 155: Test _DCK (Dock).
  1729. SKIPPED: Test 34, Machine is not a mobile platform, skipping test for non-existant mobile platform related object _DCK.
  1730.  
  1731. Test 35 of 155: Test _INI (Initialize).
  1732. PASSED: Test 35, \_SB_.PCI0._INI returned no values as expected.
  1733. PASSED: Test 35, \_SB_.PCI0.PEG0._INI returned no values as expected.
  1734. PASSED: Test 35, \_SB_.PCI0.PEG1._INI returned no values as expected.
  1735. PASSED: Test 35, \_SB_.PCI0.PEG2._INI returned no values as expected.
  1736. PASSED: Test 35, \_SB_.PCI0.B0D3._INI returned no values as expected.
  1737.  
  1738. Test 36 of 155: Test _SEG (Segment).
  1739. SKIPPED: Test 36, Skipping test for non-existant object _SEG.
  1740.  
  1741. Test 37 of 155: Test _OFF (Set resource off).
  1742. SKIPPED: Test 37, Skipping test for non-existant object _OFF.
  1743.  
  1744. Test 38 of 155: Test _ON (Set resource on).
  1745. SKIPPED: Test 38, Skipping test for non-existant object _ON.
  1746.  
  1747. Test 39 of 155: Test _DSW (Device Sleep Wake).
  1748. SKIPPED: Test 39, Skipping test for non-existant object _DSW.
  1749.  
  1750. Test 40 of 155: Test _IRC (In Rush Current).
  1751. SKIPPED: Test 40, Skipping test for non-existant object _IRC.
  1752.  
  1753. Test 41 of 155: Test _PRE (Power Resources for Enumeration).
  1754. SKIPPED: Test 41, Skipping test for non-existant object _PRE.
  1755.  
  1756. Test 42 of 155: Test _PR0 (Power Resources for D0).
  1757. SKIPPED: Test 42, Skipping test for non-existant object _PR0.
  1758.  
  1759. Test 43 of 155: Test _PR1 (Power Resources for D1).
  1760. SKIPPED: Test 43, Skipping test for non-existant object _PR1.
  1761.  
  1762. Test 44 of 155: Test _PR2 (Power Resources for D2).
  1763. SKIPPED: Test 44, Skipping test for non-existant object _PR2.
  1764.  
  1765. Test 45 of 155: Test _PR3 (Power Resources for D3).
  1766. SKIPPED: Test 45, Skipping test for non-existant object _PR3.
  1767.  
  1768. Test 46 of 155: Test _PS0 (Power State 0).
  1769. PASSED: Test 46, \_SB_.BTKL._PS0 returned no values as expected.
  1770.  
  1771. Test 47 of 155: Test _PS1 (Power State 1).
  1772. SKIPPED: Test 47, Skipping test for non-existant object _PS1.
  1773.  
  1774. Test 48 of 155: Test _PS2 (Power State 2).
  1775. SKIPPED: Test 48, Skipping test for non-existant object _PS2.
  1776.  
  1777. Test 49 of 155: Test _PS3 (Power State 3).
  1778. PASSED: Test 49, \_SB_.BTKL._PS3 returned no values as expected.
  1779.  
  1780. Test 50 of 155: Test _PSC (Power State Current).
  1781. SKIPPED: Test 50, Skipping test for non-existant object _PSC.
  1782.  
  1783. Test 51 of 155: Test _PSE (Power State for Enumeration).
  1784. SKIPPED: Test 51, Skipping test for non-existant object _PSE.
  1785.  
  1786. Test 52 of 155: Test _PSW (Power State Wake).
  1787. PASSED: Test 52, \_SB_.PCI0.LPCB.PS2K._PSW returned no values as expected.
  1788. PASSED: Test 52, \_SB_.PCI0.LPCB.PS2M._PSW returned no values as expected.
  1789. PASSED: Test 52, \_SB_.PCI0.EHC1._PSW returned no values as expected.
  1790. PASSED: Test 52, \_SB_.PCI0.EHC2._PSW returned no values as expected.
  1791. PASSED: Test 52, \_SB_.PCI0.PEG0._PSW returned no values as expected.
  1792. PASSED: Test 52, \_SB_.PCI0.PEG1._PSW returned no values as expected.
  1793. PASSED: Test 52, \_SB_.PCI0.PEG2._PSW returned no values as expected.
  1794.  
  1795. Test 53 of 155: Test _S1D (S1 Device State).
  1796. SKIPPED: Test 53, Skipping test for non-existant object _S1D.
  1797.  
  1798. Test 54 of 155: Test _S2D (S2 Device State).
  1799. SKIPPED: Test 54, Skipping test for non-existant object _S2D.
  1800.  
  1801. Test 55 of 155: Test _S3D (S3 Device State).
  1802. PASSED: Test 55, \_SB_.PCI0.EHC1._S3D correctly returned an integer.
  1803. PASSED: Test 55, \_SB_.PCI0.EHC2._S3D correctly returned an integer.
  1804. PASSED: Test 55, \_SB_.PCI0.XHC_._S3D correctly returned an integer.
  1805.  
  1806. Test 56 of 155: Test _S4D (S4 Device State).
  1807. PASSED: Test 56, \_SB_.PCI0.EHC1._S4D correctly returned an integer.
  1808. PASSED: Test 56, \_SB_.PCI0.EHC2._S4D correctly returned an integer.
  1809. PASSED: Test 56, \_SB_.PCI0.XHC_._S4D correctly returned an integer.
  1810.  
  1811. Test 57 of 155: Test _S0W (S0 Device Wake State).
  1812. SKIPPED: Test 57, Skipping test for non-existant object _S0W.
  1813.  
  1814. Test 58 of 155: Test _S1W (S1 Device Wake State).
  1815. SKIPPED: Test 58, Skipping test for non-existant object _S1W.
  1816.  
  1817. Test 59 of 155: Test _S2W (S2 Device Wake State).
  1818. SKIPPED: Test 59, Skipping test for non-existant object _S2W.
  1819.  
  1820. Test 60 of 155: Test _S3W (S3 Device Wake State).
  1821. SKIPPED: Test 60, Skipping test for non-existant object _S3W.
  1822.  
  1823. Test 61 of 155: Test _S4W (S4 Device Wake State).
  1824. SKIPPED: Test 61, Skipping test for non-existant object _S4W.
  1825.  
  1826. Test 62 of 155: Test _S0_ (S0 System State).
  1827. \_S0_ PM1a_CNT.SLP_TYP value: 0x00000000
  1828. \_S0_ PM1b_CNT.SLP_TYP value: 0x00000000
  1829. PASSED: Test 62, \_S0_ correctly returned a sane looking package.
  1830.  
  1831. Test 63 of 155: Test _S1_ (S1 System State).
  1832. SKIPPED: Test 63, Skipping test for non-existant object _S1_.
  1833.  
  1834. Test 64 of 155: Test _S2_ (S2 System State).
  1835. SKIPPED: Test 64, Skipping test for non-existant object _S2_.
  1836.  
  1837. Test 65 of 155: Test _S3_ (S3 System State).
  1838. \_S3_ PM1a_CNT.SLP_TYP value: 0x00000005
  1839. \_S3_ PM1b_CNT.SLP_TYP value: 0x00000000
  1840. PASSED: Test 65, \_S3_ correctly returned a sane looking package.
  1841.  
  1842. Test 66 of 155: Test _S4_ (S4 System State).
  1843. \_S4_ PM1a_CNT.SLP_TYP value: 0x00000006
  1844. \_S4_ PM1b_CNT.SLP_TYP value: 0x00000000
  1845. PASSED: Test 66, \_S4_ correctly returned a sane looking package.
  1846.  
  1847. Test 67 of 155: Test _S5_ (S5 System State).
  1848. \_S5_ PM1a_CNT.SLP_TYP value: 0x00000007
  1849. \_S5_ PM1b_CNT.SLP_TYP value: 0x00000000
  1850. PASSED: Test 67, \_S5_ correctly returned a sane looking package.
  1851.  
  1852. Test 68 of 155: Test _SWS (System Wake Source).
  1853. SKIPPED: Test 68, Skipping test for non-existant object _SWS.
  1854.  
  1855. Test 69 of 155: Test _PSS (Performance Supported States).
  1856. \_PR_.CPU0._PSS values:
  1857. P-State Freq Power Latency Bus Master
  1858. (MHz) (mW) (us) Latency (us)
  1859. 0 2800 53000 10 10
  1860. 1 2700 50301 10 10
  1861. 2 2500 45570 10 10
  1862. 3 2400 43019 10 10
  1863. 4 2300 41018 10 10
  1864. 5 2100 36648 10 10
  1865. 6 2000 34283 10 10
  1866. 7 1900 31966 10 10
  1867. 8 1700 27949 10 10
  1868. 9 1600 26229 10 10
  1869. 10 1500 24091 10 10
  1870. 11 1300 20398 10 10
  1871. 12 1200 18393 10 10
  1872. 13 1100 16869 10 10
  1873. 14 900 13494 10 10
  1874. 15 800 11657 10 10
  1875. PASSED: Test 69, \_PR_.CPU0._PSS correctly returned a sane looking package.
  1876.  
  1877. Test 70 of 155: Test _CPC (Continuous Performance Control).
  1878. SKIPPED: Test 70, Skipping test for non-existant object _CPC.
  1879.  
  1880. Test 71 of 155: Test _CSD (C State Dependencies).
  1881. SKIPPED: Test 71, Skipping test for non-existant object _CSD.
  1882.  
  1883. Test 72 of 155: Test _CST (C States).
  1884. SKIPPED: Test 72, Skipping test for non-existant object _CST.
  1885.  
  1886. Test 73 of 155: Test _PCT (Performance Control).
  1887. FAILED [MEDIUM] MethodReturnNullObj: Test 73, \_PR_.CPU0._PCT returned a NULL object, and did not return ACPI_TYPE_PACKAGE.
  1888.  
  1889. Test 74 of 155: Test _PDL (P-State Depth Limit).
  1890. SKIPPED: Test 74, Skipping test for non-existant object _PDL.
  1891.  
  1892. Test 75 of 155: Test _PPC (Performance Present Capabilities).
  1893. PASSED: Test 75, \_PR_.CPU0._PPC correctly returned an integer.
  1894.  
  1895. Test 76 of 155: Test _PPE (Polling for Platform Error).
  1896. SKIPPED: Test 76, Skipping test for non-existant object _PPE.
  1897.  
  1898. Test 77 of 155: Test _TDL (T-State Depth Limit).
  1899. SKIPPED: Test 77, Skipping test for non-existant object _TDL.
  1900.  
  1901. Test 78 of 155: Test _TPC (Throttling Present Capabilities).
  1902. SKIPPED: Test 78, Skipping test for non-existant object _TPC.
  1903.  
  1904. Test 79 of 155: Test _TSD (Throttling State Dependencies).
  1905. SKIPPED: Test 79, Skipping test for non-existant object _TSD.
  1906.  
  1907. Test 80 of 155: Test _TSS (Throttling Supported States).
  1908. SKIPPED: Test 80, Skipping test for non-existant object _TSS.
  1909.  
  1910. Test 81 of 155: Test _MSG (Message).
  1911. SKIPPED: Test 81, Skipping test for non-existant object _MSG.
  1912.  
  1913. Test 82 of 155: Test _ALC (Ambient Light Colour Chromaticity).
  1914. SKIPPED: Test 82, Skipping test for non-existant object _ALC.
  1915.  
  1916. Test 83 of 155: Test _ALI (Ambient Light Illuminance).
  1917. SKIPPED: Test 83, Skipping test for non-existant object _ALI.
  1918.  
  1919. Test 84 of 155: Test _ALT (Ambient Light Temperature).
  1920. SKIPPED: Test 84, Skipping test for non-existant object _ALT.
  1921.  
  1922. Test 85 of 155: Test _ALP (Ambient Light Polling).
  1923. SKIPPED: Test 85, Skipping test for non-existant object _ALP.
  1924.  
  1925. Test 86 of 155: Test _LID (Lid Status).
  1926. SKIPPED: Test 86, Machine is not a mobile platform, skipping test for non-existant mobile platform related object _LID.
  1927.  
  1928. Test 87 of 155: Test _UPD (User Presence Detect).
  1929. SKIPPED: Test 87, Skipping test for non-existant object _UPD.
  1930.  
  1931. Test 88 of 155: Test _UPP (User Presence Polling).
  1932. SKIPPED: Test 88, Skipping test for non-existant object _UPP.
  1933.  
  1934. Test 89 of 155: Test _GCP (Get Capabilities).
  1935. SKIPPED: Test 89, Skipping test for non-existant object _GCP.
  1936.  
  1937. Test 90 of 155: Test _GRT (Get Real Time).
  1938. SKIPPED: Test 90, Skipping test for non-existant object _GRT.
  1939.  
  1940. Test 91 of 155: Test _GWS (Get Wake Status).
  1941. SKIPPED: Test 91, Skipping test for non-existant object _GWS.
  1942.  
  1943. Test 92 of 155: Test _STP (Set Expired Timer Wake Policy).
  1944. SKIPPED: Test 92, Skipping test for non-existant object _STP.
  1945.  
  1946. Test 93 of 155: Test _STV (Set Timer Value).
  1947. SKIPPED: Test 93, Skipping test for non-existant object _STV.
  1948.  
  1949. Test 94 of 155: Test _TIP (Expired Timer Wake Policy).
  1950. SKIPPED: Test 94, Skipping test for non-existant object _TIP.
  1951.  
  1952. Test 95 of 155: Test _TIV (Timer Values).
  1953. SKIPPED: Test 95, Skipping test for non-existant object _TIV.
  1954.  
  1955. Test 96 of 155: Test _SBS (Smart Battery Subsystem).
  1956. SKIPPED: Test 96, Machine is not a mobile platform, skipping test for non-existant mobile platform related object _SBS.
  1957.  
  1958. Test 97 of 155: Test _BCT (Battery Charge Time).
  1959. SKIPPED: Test 97, Machine is not a mobile platform, skipping test for non-existant mobile platform related object _BCT.
  1960.  
  1961. Test 98 of 155: Test _BIF (Battery Information).
  1962. SKIPPED: Test 98, Machine is not a mobile platform, skipping test for non-existant mobile platform related object _BIF.
  1963.  
  1964. Test 99 of 155: Test _BIX (Battery Information Extended).
  1965. SKIPPED: Test 99, Machine is not a mobile platform, skipping test for non-existant mobile platform related object _BIX.
  1966.  
  1967. Test 100 of 155: Test _BMA (Battery Measurement Averaging).
  1968. SKIPPED: Test 100, Machine is not a mobile platform, skipping test for non-existant mobile platform related object _BMA.
  1969.  
  1970. Test 101 of 155: Test _BMC (Battery Maintenance Control).
  1971. SKIPPED: Test 101, Machine is not a mobile platform, skipping test for non-existant mobile platform related object _BMC.
  1972.  
  1973. Test 102 of 155: Test _BMD (Battery Maintenance Data).
  1974. SKIPPED: Test 102, Machine is not a mobile platform, skipping test for non-existant mobile platform related object _BMD.
  1975.  
  1976. Test 103 of 155: Test _BMS (Battery Measurement Sampling Time).
  1977. SKIPPED: Test 103, Machine is not a mobile platform, skipping test for non-existant mobile platform related object _BMS.
  1978.  
  1979. Test 104 of 155: Test _BST (Battery Status).
  1980. SKIPPED: Test 104, Machine is not a mobile platform, skipping test for non-existant mobile platform related object _BST.
  1981.  
  1982. Test 105 of 155: Test _BTP (Battery Trip Point).
  1983. SKIPPED: Test 105, Machine is not a mobile platform, skipping test for non-existant mobile platform related object _BTP.
  1984.  
  1985. Test 106 of 155: Test _BTM (Battery Time).
  1986. SKIPPED: Test 106, Machine is not a mobile platform, skipping test for non-existant mobile platform related object _BTM.
  1987.  
  1988. Test 107 of 155: Test _PCL (Power Consumer List).
  1989. SKIPPED: Test 107, Machine is not a mobile platform, skipping test for non-existant mobile platform related object _PCL.
  1990.  
  1991. Test 108 of 155: Test _PIF (Power Source Information).
  1992. SKIPPED: Test 108, Skipping test for non-existant object _PIF.
  1993.  
  1994. Test 109 of 155: Test _PSR (Power Source).
  1995. SKIPPED: Test 109, Skipping test for non-existant object _PSR.
  1996.  
  1997. Test 110 of 155: Test _GAI (Get Averaging Level).
  1998. SKIPPED: Test 110, Skipping test for non-existant object _GAI.
  1999.  
  2000. Test 111 of 155: Test _PMM (Power Meter Measurement).
  2001. SKIPPED: Test 111, Skipping test for non-existant object _PMM.
  2002.  
  2003. Test 112 of 155: Test _FIF (Fan Information).
  2004. SKIPPED: Test 112, Skipping test for non-existant object _FIF.
  2005.  
  2006. Test 113 of 155: Test _FSL (Fan Set Level).
  2007. SKIPPED: Test 113, Skipping test for non-existant object _FSL.
  2008.  
  2009. Test 114 of 155: Test _FST (Fan Status).
  2010. SKIPPED: Test 114, Skipping test for non-existant object _FST.
  2011.  
  2012. Test 115 of 155: Test _ACx (Active Cooling).
  2013. SKIPPED: Test 115, Skipping test for non-existant object _AC0.
  2014.  
  2015. SKIPPED: Test 115, Skipping test for non-existant object _AC1.
  2016.  
  2017. SKIPPED: Test 115, Skipping test for non-existant object _AC2.
  2018.  
  2019. SKIPPED: Test 115, Skipping test for non-existant object _AC3.
  2020.  
  2021. SKIPPED: Test 115, Skipping test for non-existant object _AC4.
  2022.  
  2023. SKIPPED: Test 115, Skipping test for non-existant object _AC5.
  2024.  
  2025. SKIPPED: Test 115, Skipping test for non-existant object _AC6.
  2026.  
  2027. SKIPPED: Test 115, Skipping test for non-existant object _AC7.
  2028.  
  2029. SKIPPED: Test 115, Skipping test for non-existant object _AC8.
  2030.  
  2031. SKIPPED: Test 115, Skipping test for non-existant object _AC9.
  2032.  
  2033.  
  2034. Test 116 of 155: Test _CRT (Critical Trip Point).
  2035. SKIPPED: Test 116, Skipping test for non-existant object _CRT.
  2036.  
  2037. Test 117 of 155: Test _DTI (Device Temperature Indication).
  2038. SKIPPED: Test 117, Skipping test for non-existant object _DTI.
  2039.  
  2040. Test 118 of 155: Test _HOT (Hot Temperature).
  2041. SKIPPED: Test 118, Skipping test for non-existant object _HOT.
  2042.  
  2043. Test 119 of 155: Test _NTT (Notification Temp Threshold).
  2044. SKIPPED: Test 119, Skipping test for non-existant object _NTT.
  2045.  
  2046. Test 120 of 155: Test _PSV (Passive Temp).
  2047. SKIPPED: Test 120, Skipping test for non-existant object _PSV.
  2048.  
  2049. Test 121 of 155: Test _RTV (Relative Temp Values).
  2050. SKIPPED: Test 121, Skipping test for non-existant object _RTV.
  2051.  
  2052. Test 122 of 155: Test _SCP (Set Cooling Policy).
  2053. SKIPPED: Test 122, Skipping test for non-existant object _DTI.
  2054.  
  2055. Test 123 of 155: Test _TC1 (Thermal Constant 1).
  2056. SKIPPED: Test 123, Skipping test for non-existant object _TC1.
  2057.  
  2058. Test 124 of 155: Test _TC2 (Thermal Constant 2).
  2059. SKIPPED: Test 124, Skipping test for non-existant object _TC2.
  2060.  
  2061. Test 125 of 155: Test _TMP (Thermal Zone Current Temp).
  2062. SKIPPED: Test 125, Skipping test for non-existant object _TMP.
  2063.  
  2064. Test 126 of 155: Test _TPT (Trip Point Temperature).
  2065. SKIPPED: Test 126, Skipping test for non-existant object _TPT.
  2066.  
  2067. Test 127 of 155: Test _TSP (Thermal Sampling Period).
  2068. SKIPPED: Test 127, Skipping test for non-existant object _TSP.
  2069.  
  2070. Test 128 of 155: Test _TST (Temperature Sensor Threshold).
  2071. SKIPPED: Test 128, Skipping test for non-existant object _TST.
  2072.  
  2073. Test 129 of 155: Test _TZP (Thermal Zone Polling).
  2074. SKIPPED: Test 129, Skipping test for non-existant object _TZP.
  2075.  
  2076. Test 130 of 155: Test _PTS (Prepare to Sleep).
  2077. Test _PTS(1).
  2078. PASSED: Test 130, \_PTS returned no values as expected.
  2079.  
  2080. Test _PTS(2).
  2081. PASSED: Test 130, \_PTS returned no values as expected.
  2082.  
  2083. Test _PTS(3).
  2084. PASSED: Test 130, \_PTS returned no values as expected.
  2085.  
  2086. Test _PTS(4).
  2087. PASSED: Test 130, \_PTS returned no values as expected.
  2088.  
  2089. Test _PTS(5).
  2090. PASSED: Test 130, \_PTS returned no values as expected.
  2091.  
  2092.  
  2093. Test 131 of 155: Test _TTS (Transition to State).
  2094. SKIPPED: Test 131, Optional control method _TTS does not exist.
  2095.  
  2096. Test 132 of 155: Test _S0 (System S0 State).
  2097. SKIPPED: Test 132, Skipping test for non-existant object _S0.
  2098.  
  2099. Test 133 of 155: Test _S1 (System S1 State).
  2100. SKIPPED: Test 133, Skipping test for non-existant object _S1.
  2101.  
  2102. Test 134 of 155: Test _S2 (System S2 State).
  2103. SKIPPED: Test 134, Skipping test for non-existant object _S2.
  2104.  
  2105. Test 135 of 155: Test _S3 (System S3 State).
  2106. SKIPPED: Test 135, Skipping test for non-existant object _S3.
  2107.  
  2108. Test 136 of 155: Test _S4 (System S4 State).
  2109. SKIPPED: Test 136, Skipping test for non-existant object _S4.
  2110.  
  2111. Test 137 of 155: Test _S5 (System S5 State).
  2112. SKIPPED: Test 137, Skipping test for non-existant object _S5.
  2113.  
  2114. Test 138 of 155: Test _WAK (System Wake).
  2115. Test _WAK(1) System Wake, State S1.
  2116. PASSED: Test 138, \_WAK correctly returned a sane looking package.
  2117.  
  2118. Test _WAK(2) System Wake, State S2.
  2119. PASSED: Test 138, \_WAK correctly returned a sane looking package.
  2120.  
  2121. Test _WAK(3) System Wake, State S3.
  2122. PASSED: Test 138, \_WAK correctly returned a sane looking package.
  2123.  
  2124. Test _WAK(4) System Wake, State S4.
  2125. PASSED: Test 138, \_WAK correctly returned a sane looking package.
  2126.  
  2127. Test _WAK(5) System Wake, State S5.
  2128. PASSED: Test 138, \_WAK correctly returned a sane looking package.
  2129.  
  2130.  
  2131. Test 139 of 155: Test _ADR (Return Unique ID for Device).
  2132. PASSED: Test 139, \_SB_.PCI0._ADR correctly returned an integer.
  2133. PASSED: Test 139, \_SB_.PCI0.LPCB._ADR correctly returned an integer.
  2134. PASSED: Test 139, \_SB_.PCI0.USB1._ADR correctly returned an integer.
  2135. PASSED: Test 139, \_SB_.PCI0.RP01._ADR correctly returned an integer.
  2136. PASSED: Test 139, \_SB_.PCI0.RP02._ADR correctly returned an integer.
  2137. PASSED: Test 139, \_SB_.PCI0.RP03._ADR correctly returned an integer.
  2138. PASSED: Test 139, \_SB_.PCI0.RP04._ADR correctly returned an integer.
  2139. PASSED: Test 139, \_SB_.PCI0.RP05._ADR correctly returned an integer.
  2140. PASSED: Test 139, \_SB_.PCI0.RP06._ADR correctly returned an integer.
  2141. PASSED: Test 139, \_SB_.PCI0.RP07._ADR correctly returned an integer.
  2142. PASSED: Test 139, \_SB_.PCI0.RP08._ADR correctly returned an integer.
  2143. PASSED: Test 139, \_SB_.PCI0.P0P2._ADR correctly returned an integer.
  2144. PASSED: Test 139, \_SB_.PCI0.P0P2.PEGP._ADR correctly returned an integer.
  2145. PASSED: Test 139, \_SB_.PCI0.P0PA._ADR correctly returned an integer.
  2146. PASSED: Test 139, \_SB_.PCI0.P0PB._ADR correctly returned an integer.
  2147. PASSED: Test 139, \_SB_.PCI0.B0D4._ADR correctly returned an integer.
  2148. PASSED: Test 139, \_SB_.PCI0.GLAN._ADR correctly returned an integer.
  2149. PASSED: Test 139, \_SB_.PCI0.EHC1._ADR correctly returned an integer.
  2150. PASSED: Test 139, \_SB_.PCI0.EHC1.HUBN._ADR correctly returned an integer.
  2151. PASSED: Test 139, \_SB_.PCI0.EHC1.HUBN.PR01._ADR correctly returned an integer.
  2152. PASSED: Test 139, \_SB_.PCI0.EHC1.HUBN.PR01.PR11._ADR correctly returned an integer.
  2153. PASSED: Test 139, \_SB_.PCI0.EHC1.HUBN.PR01.PR12._ADR correctly returned an integer.
  2154. PASSED: Test 139, \_SB_.PCI0.EHC1.HUBN.PR01.PR13._ADR correctly returned an integer.
  2155. PASSED: Test 139, \_SB_.PCI0.EHC1.HUBN.PR01.PR14._ADR correctly returned an integer.
  2156. PASSED: Test 139, \_SB_.PCI0.EHC1.HUBN.PR01.PR15._ADR correctly returned an integer.
  2157. PASSED: Test 139, \_SB_.PCI0.EHC1.HUBN.PR01.PR16._ADR correctly returned an integer.
  2158. PASSED: Test 139, \_SB_.PCI0.EHC1.HUBN.PR01.PR17._ADR correctly returned an integer.
  2159. PASSED: Test 139, \_SB_.PCI0.EHC1.HUBN.PR01.PR18._ADR correctly returned an integer.
  2160. PASSED: Test 139, \_SB_.PCI0.EHC2._ADR correctly returned an integer.
  2161. PASSED: Test 139, \_SB_.PCI0.EHC2.HUBN._ADR correctly returned an integer.
  2162. PASSED: Test 139, \_SB_.PCI0.EHC2.HUBN.PR01._ADR correctly returned an integer.
  2163. PASSED: Test 139, \_SB_.PCI0.EHC2.HUBN.PR01.PR11._ADR correctly returned an integer.
  2164. PASSED: Test 139, \_SB_.PCI0.EHC2.HUBN.PR01.PR12._ADR correctly returned an integer.
  2165. PASSED: Test 139, \_SB_.PCI0.EHC2.HUBN.PR01.PR13._ADR correctly returned an integer.
  2166. PASSED: Test 139, \_SB_.PCI0.EHC2.HUBN.PR01.PR14._ADR correctly returned an integer.
  2167. PASSED: Test 139, \_SB_.PCI0.EHC2.HUBN.PR01.PR15._ADR correctly returned an integer.
  2168. PASSED: Test 139, \_SB_.PCI0.EHC2.HUBN.PR01.PR16._ADR correctly returned an integer.
  2169. PASSED: Test 139, \_SB_.PCI0.XHC_._ADR correctly returned an integer.
  2170. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB._ADR correctly returned an integer.
  2171. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.HS01._ADR correctly returned an integer.
  2172. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.HS02._ADR correctly returned an integer.
  2173. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.HS03._ADR correctly returned an integer.
  2174. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.HS04._ADR correctly returned an integer.
  2175. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.HS05._ADR correctly returned an integer.
  2176. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.HS06._ADR correctly returned an integer.
  2177. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.HS07._ADR correctly returned an integer.
  2178. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.HS08._ADR correctly returned an integer.
  2179. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.HS09._ADR correctly returned an integer.
  2180. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.HS10._ADR correctly returned an integer.
  2181. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.HS11._ADR correctly returned an integer.
  2182. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.HS12._ADR correctly returned an integer.
  2183. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.HS13._ADR correctly returned an integer.
  2184. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.HS14._ADR correctly returned an integer.
  2185. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.HS15._ADR correctly returned an integer.
  2186. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.SSP1._ADR correctly returned an integer.
  2187. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.SSP2._ADR correctly returned an integer.
  2188. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.SSP3._ADR correctly returned an integer.
  2189. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.SSP4._ADR correctly returned an integer.
  2190. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.SSP5._ADR correctly returned an integer.
  2191. PASSED: Test 139, \_SB_.PCI0.XHC_.RHUB.SSP6._ADR correctly returned an integer.
  2192. PASSED: Test 139, \_SB_.PCI0.HDEF._ADR correctly returned an integer.
  2193. PASSED: Test 139, \_SB_.PCI0.SAT0._ADR correctly returned an integer.
  2194. PASSED: Test 139, \_SB_.PCI0.SAT0.PRT0._ADR correctly returned an integer.
  2195. PASSED: Test 139, \_SB_.PCI0.SAT0.PRT1._ADR correctly returned an integer.
  2196. PASSED: Test 139, \_SB_.PCI0.SAT0.PRT3._ADR correctly returned an integer.
  2197. PASSED: Test 139, \_SB_.PCI0.SAT0.SPT0._ADR correctly returned an integer.
  2198. PASSED: Test 139, \_SB_.PCI0.SAT0.SPT1._ADR correctly returned an integer.
  2199. PASSED: Test 139, \_SB_.PCI0.SAT0.SPT2._ADR correctly returned an integer.
  2200. PASSED: Test 139, \_SB_.PCI0.SAT0.SPT3._ADR correctly returned an integer.
  2201. PASSED: Test 139, \_SB_.PCI0.SAT0.SPT4._ADR correctly returned an integer.
  2202. PASSED: Test 139, \_SB_.PCI0.SAT0.SPT5._ADR correctly returned an integer.
  2203. PASSED: Test 139, \_SB_.PCI0.SAT1._ADR correctly returned an integer.
  2204. PASSED: Test 139, \_SB_.PCI0.SBUS._ADR correctly returned an integer.
  2205. PASSED: Test 139, \_SB_.PCI0.PEG0._ADR correctly returned an integer.
  2206. PASSED: Test 139, \_SB_.PCI0.PEG0.PEGP._ADR correctly returned an integer.
  2207. PASSED: Test 139, \_SB_.PCI0.PEG1._ADR correctly returned an integer.
  2208. PASSED: Test 139, \_SB_.PCI0.PEG2._ADR correctly returned an integer.
  2209. PASSED: Test 139, \_SB_.PCI0.B0D3._ADR correctly returned an integer.
  2210. PASSED: Test 139, \_SB_.PCI0.GFX0._ADR correctly returned an integer.
  2211. PASSED: Test 139, \_SB_.PCI0.GFX0.DD01._ADR correctly returned an integer.
  2212. PASSED: Test 139, \_SB_.PCI0.GFX0.DD02._ADR correctly returned an integer.
  2213. PASSED: Test 139, \_SB_.PCI0.GFX0.DD03._ADR correctly returned an integer.
  2214. PASSED: Test 139, \_SB_.PCI0.GFX0.DD04._ADR correctly returned an integer.
  2215. PASSED: Test 139, \_SB_.PCI0.GFX0.DD05._ADR correctly returned an integer.
  2216. PASSED: Test 139, \_SB_.PCI0.GFX0.DD06._ADR correctly returned an integer.
  2217. PASSED: Test 139, \_SB_.PCI0.GFX0.DD07._ADR correctly returned an integer.
  2218. PASSED: Test 139, \_SB_.PCI0.GFX0.DD08._ADR correctly returned an integer.
  2219. PASSED: Test 139, \_SB_.PCI0.GFX0.DD09._ADR correctly returned an integer.
  2220. PASSED: Test 139, \_SB_.PCI0.GFX0.DD0A._ADR correctly returned an integer.
  2221. PASSED: Test 139, \_SB_.PCI0.GFX0.DD0B._ADR correctly returned an integer.
  2222. PASSED: Test 139, \_SB_.PCI0.GFX0.DD0C._ADR correctly returned an integer.
  2223. PASSED: Test 139, \_SB_.PCI0.GFX0.DD0D._ADR correctly returned an integer.
  2224. PASSED: Test 139, \_SB_.PCI0.GFX0.DD0E._ADR correctly returned an integer.
  2225. PASSED: Test 139, \_SB_.PCI0.GFX0.DD0F._ADR correctly returned an integer.
  2226. PASSED: Test 139, \_SB_.PCI0.GFX0.DD1F._ADR correctly returned an integer.
  2227. PASSED: Test 139, \WCAM._ADR correctly returned an integer.
  2228.  
  2229. Test 140 of 155: Test _BCL (Query List of Brightness Control Levels Supported).
  2230. Brightness levels for \_SB_.PCI0.GFX0.DD1F._BCL:
  2231. Level on full power : 80
  2232. Level on battery power: 50
  2233. Brightness Levels : 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100
  2234. PASSED: Test 140, \_SB_.PCI0.GFX0.DD1F._BCL returned a sane package of 103 integers.
  2235.  
  2236. Test 141 of 155: Test _BCM (Set Brightness Level).
  2237. PASSED: Test 141, \_SB_.PCI0.GFX0.DD1F._BCM returned no values as expected.
  2238.  
  2239. Test 142 of 155: Test _BQC (Brightness Query Current Level).
  2240. PASSED: Test 142, \_SB_.PCI0.GFX0.DD1F._BQC correctly returned an integer.
  2241.  
  2242. Test 143 of 155: Test _DCS (Return the Status of Output Device).
  2243. PASSED: Test 143, \_SB_.PCI0.GFX0.DD01._DCS correctly returned an integer.
  2244. PASSED: Test 143, \_SB_.PCI0.GFX0.DD02._DCS correctly returned an integer.
  2245. PASSED: Test 143, \_SB_.PCI0.GFX0.DD03._DCS correctly returned an integer.
  2246. PASSED: Test 143, \_SB_.PCI0.GFX0.DD04._DCS correctly returned an integer.
  2247. PASSED: Test 143, \_SB_.PCI0.GFX0.DD05._DCS correctly returned an integer.
  2248. PASSED: Test 143, \_SB_.PCI0.GFX0.DD06._DCS correctly returned an integer.
  2249. PASSED: Test 143, \_SB_.PCI0.GFX0.DD07._DCS correctly returned an integer.
  2250. PASSED: Test 143, \_SB_.PCI0.GFX0.DD08._DCS correctly returned an integer.
  2251. PASSED: Test 143, \_SB_.PCI0.GFX0.DD09._DCS correctly returned an integer.
  2252. PASSED: Test 143, \_SB_.PCI0.GFX0.DD0A._DCS correctly returned an integer.
  2253. PASSED: Test 143, \_SB_.PCI0.GFX0.DD0B._DCS correctly returned an integer.
  2254. PASSED: Test 143, \_SB_.PCI0.GFX0.DD0C._DCS correctly returned an integer.
  2255. PASSED: Test 143, \_SB_.PCI0.GFX0.DD0D._DCS correctly returned an integer.
  2256. PASSED: Test 143, \_SB_.PCI0.GFX0.DD0E._DCS correctly returned an integer.
  2257. PASSED: Test 143, \_SB_.PCI0.GFX0.DD0F._DCS correctly returned an integer.
  2258. PASSED: Test 143, \_SB_.PCI0.GFX0.DD1F._DCS correctly returned an integer.
  2259.  
  2260. Test 144 of 155: Test _DDC (Return the EDID for this Device).
  2261. SKIPPED: Test 144, Skipping test for non-existant object _DDC.
  2262.  
  2263. Test 145 of 155: Test _DSS (Device Set State).
  2264. PASSED: Test 145, \_SB_.PCI0.GFX0.DD01._DSS returned no values as expected.
  2265. PASSED: Test 145, \_SB_.PCI0.GFX0.DD02._DSS returned no values as expected.
  2266. PASSED: Test 145, \_SB_.PCI0.GFX0.DD03._DSS returned no values as expected.
  2267. PASSED: Test 145, \_SB_.PCI0.GFX0.DD04._DSS returned no values as expected.
  2268. PASSED: Test 145, \_SB_.PCI0.GFX0.DD05._DSS returned no values as expected.
  2269. PASSED: Test 145, \_SB_.PCI0.GFX0.DD06._DSS returned no values as expected.
  2270. PASSED: Test 145, \_SB_.PCI0.GFX0.DD07._DSS returned no values as expected.
  2271. PASSED: Test 145, \_SB_.PCI0.GFX0.DD08._DSS returned no values as expected.
  2272. PASSED: Test 145, \_SB_.PCI0.GFX0.DD09._DSS returned no values as expected.
  2273. PASSED: Test 145, \_SB_.PCI0.GFX0.DD0A._DSS returned no values as expected.
  2274. PASSED: Test 145, \_SB_.PCI0.GFX0.DD0B._DSS returned no values as expected.
  2275. PASSED: Test 145, \_SB_.PCI0.GFX0.DD0C._DSS returned no values as expected.
  2276. PASSED: Test 145, \_SB_.PCI0.GFX0.DD0D._DSS returned no values as expected.
  2277. PASSED: Test 145, \_SB_.PCI0.GFX0.DD0E._DSS returned no values as expected.
  2278. PASSED: Test 145, \_SB_.PCI0.GFX0.DD0F._DSS returned no values as expected.
  2279. PASSED: Test 145, \_SB_.PCI0.GFX0.DD1F._DSS returned no values as expected.
  2280.  
  2281. Test 146 of 155: Test _DGS (Query Graphics State).
  2282. PASSED: Test 146, \_SB_.PCI0.GFX0.DD01._DGS correctly returned an integer.
  2283. PASSED: Test 146, \_SB_.PCI0.GFX0.DD02._DGS correctly returned an integer.
  2284. PASSED: Test 146, \_SB_.PCI0.GFX0.DD03._DGS correctly returned an integer.
  2285. PASSED: Test 146, \_SB_.PCI0.GFX0.DD04._DGS correctly returned an integer.
  2286. PASSED: Test 146, \_SB_.PCI0.GFX0.DD05._DGS correctly returned an integer.
  2287. PASSED: Test 146, \_SB_.PCI0.GFX0.DD06._DGS correctly returned an integer.
  2288. PASSED: Test 146, \_SB_.PCI0.GFX0.DD07._DGS correctly returned an integer.
  2289. PASSED: Test 146, \_SB_.PCI0.GFX0.DD08._DGS correctly returned an integer.
  2290. PASSED: Test 146, \_SB_.PCI0.GFX0.DD09._DGS correctly returned an integer.
  2291. PASSED: Test 146, \_SB_.PCI0.GFX0.DD0A._DGS correctly returned an integer.
  2292. PASSED: Test 146, \_SB_.PCI0.GFX0.DD0B._DGS correctly returned an integer.
  2293. PASSED: Test 146, \_SB_.PCI0.GFX0.DD0C._DGS correctly returned an integer.
  2294. PASSED: Test 146, \_SB_.PCI0.GFX0.DD0D._DGS correctly returned an integer.
  2295. PASSED: Test 146, \_SB_.PCI0.GFX0.DD0E._DGS correctly returned an integer.
  2296. PASSED: Test 146, \_SB_.PCI0.GFX0.DD0F._DGS correctly returned an integer.
  2297. PASSED: Test 146, \_SB_.PCI0.GFX0.DD1F._DGS correctly returned an integer.
  2298.  
  2299. Test 147 of 155: Test _DOD (Enumerate All Devices Attached to Display Adapter).
  2300. Device 0:
  2301. Instance: 0
  2302. Display port attachment: 0
  2303. Type of display: 4 (Internal/Integrated Digital Flat Panel)
  2304. BIOS can detect device: 0
  2305. Non-VGA device: 0
  2306. Head or pipe ID: 0
  2307. PASSED: Test 147, \_SB_.PCI0.GFX0._DOD correctly returned a sane looking package.
  2308.  
  2309. Test 148 of 155: Test _DOS (Enable/Disable Output Switching).
  2310. PASSED: Test 148, \_SB_.PCI0.GFX0._DOS returned no values as expected.
  2311.  
  2312. Test 149 of 155: Test _GPD (Get POST Device).
  2313. SKIPPED: Test 149, Skipping test for non-existant object _GPD.
  2314.  
  2315. Test 150 of 155: Test _ROM (Get ROM Data).
  2316. SKIPPED: Test 150, Skipping test for non-existant object _ROM.
  2317.  
  2318. Test 151 of 155: Test _SPD (Set POST Device).
  2319. SKIPPED: Test 151, Skipping test for non-existant object _SPD.
  2320.  
  2321. Test 152 of 155: Test _VPO (Video POST Options).
  2322. SKIPPED: Test 152, Skipping test for non-existant object _VPO.
  2323.  
  2324. Test 153 of 155: Test _CBA (Configuration Base Address).
  2325. SKIPPED: Test 153, Skipping test for non-existant object _CBA.
  2326.  
  2327. Test 154 of 155: Test _IFT (IPMI Interface Type).
  2328. SKIPPED: Test 154, Skipping test for non-existant object _IFT.
  2329.  
  2330. Test 155 of 155: Test _SRV (IPMI Interface Revision).
  2331. SKIPPED: Test 155, Skipping test for non-existant object _SRV.
  2332.  
  2333. =====================================================================================================================================
  2334. 423 passed, 2 failed, 0 warning, 0 aborted, 128 skipped, 0 info only.
  2335. =====================================================================================================================================
  2336.  
  2337. mcfg: MCFG PCI Express* memory mapped config space test.
  2338. -------------------------------------------------------------------------------------------------------------------------------------
  2339. Test 1 of 2: Validate MCFG table.
  2340. This test tries to validate the MCFG table by comparing the first 16 bytes in the MMIO mapped config space with the 'traditional'
  2341. config space of the first PCI device (root bridge). The MCFG data is only trusted if it is marked reserved in the UEFI run-time
  2342. service memory map
  2343.  
  2344. Memory Map Layout
  2345. -----------------
  2346. 0x0000000000000000 - 0x0000000000057fff (System RAM)
  2347. 0x0000000000058000 - 0x0000000000058fff (reserved)
  2348. 0x0000000000059000 - 0x000000000009dfff (System RAM)
  2349. 0x000000000009e000 - 0x000000000009ffff (reserved)
  2350. 0x0000000000100000 - 0x00000000c9ef5fff (System RAM)
  2351. 0x00000000c9ef6000 - 0x00000000c9efcfff (ACPI Non-volatile Storage)
  2352. 0x00000000c9efd000 - 0x00000000ca650fff (System RAM)
  2353. 0x00000000ca651000 - 0x00000000ca88dfff (reserved)
  2354. 0x00000000ca88e000 - 0x00000000da5a8fff (System RAM)
  2355. 0x00000000da5a9000 - 0x00000000da630fff (reserved)
  2356. 0x00000000da631000 - 0x00000000da66dfff (System RAM)
  2357. 0x00000000da66e000 - 0x00000000da712fff (ACPI Non-volatile Storage)
  2358. 0x00000000da713000 - 0x00000000daf88fff (reserved)
  2359. 0x00000000daf89000 - 0x00000000daffefff (reserved)
  2360. 0x00000000dafff000 - 0x00000000daffffff (System RAM)
  2361. 0x00000000dd800000 - 0x00000000df9fffff (reserved)
  2362. 0x00000000f8000000 - 0x00000000fbffffff (reserved)
  2363. 0x00000000fec00000 - 0x00000000fec00fff (reserved)
  2364. 0x00000000fed00000 - 0x00000000fed03fff (reserved)
  2365. 0x00000000fed1c000 - 0x00000000fed1ffff (reserved)
  2366. 0x00000000fee00000 - 0x00000000fee00fff (reserved)
  2367. 0x00000000ff000000 - 0x00000000ffffffff (reserved)
  2368. 0x0000000100000000 - 0x000000021f5fffff (System RAM)
  2369.  
  2370. MCFG table found, size is 16 bytes (excluding header) (1 entries).
  2371. Configuration Entry #0:
  2372. Base Address : 0xf8000000
  2373. Segment : 0
  2374. Start bus : 0
  2375. End bus : 63
  2376. PASSED: Test 1, MCFG MMIO config space is reserved in memory map table.
  2377.  
  2378. Test 2 of 2: Validate MCFG PCI config space.
  2379. PASSED: Test 2, PCI config space verified.
  2380.  
  2381. =====================================================================================================================================
  2382. 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  2383. =====================================================================================================================================
  2384.  
  2385. fan: Simple fan tests.
  2386. -------------------------------------------------------------------------------------------------------------------------------------
  2387. Test 1 of 2: Test fan status.
  2388. Test how many fans there are in the system. Check for the current status of the fan(s).
  2389. PASSED: Test 1, Fan cooling_device0 of type Processor has max cooling state 3 and current cooling state 0.
  2390. PASSED: Test 1, Fan cooling_device1 of type Processor has max cooling state 3 and current cooling state 0.
  2391. FAILED [MEDIUM] NoFanCurState: Test 1, Fan present but has no cur_state present.
  2392. PASSED: Test 1, Fan cooling_device3 of type LCD has max cooling state 100 and current cooling state 0.
  2393.  
  2394. Test 2 of 2: Load system, check CPU fan status.
  2395. Test how many fans there are in the system. Check for the current status of the fan(s).
  2396. Loading CPUs for 20 seconds to try and get fan speeds to change.
  2397. Fan cooling_device0 current state did not change from value 0 while CPUs were busy.
  2398. Fan cooling_device1 current state did not change from value 0 while CPUs were busy.
  2399.  
  2400. ADVICE: Did not detect any change in the CPU related thermal cooling device states. It could be that the devices are returning static
  2401. information back to the driver and/or the fan speed is automatically being controlled by firmware using System Management Mode in
  2402. which case the kernel interfaces being examined may not work anyway.
  2403.  
  2404.  
  2405. =====================================================================================================================================
  2406. 3 passed, 1 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  2407. =====================================================================================================================================
  2408.  
  2409. fadt: FADT SCI_EN enabled tests.
  2410. -------------------------------------------------------------------------------------------------------------------------------------
  2411. Test 1 of 2: Test FADT SCI_EN bit is enabled.
  2412. FADT Preferred PM Profile: 1 (Desktop)
  2413. FADT is greater than ACPI version 1.0
  2414. PASSED: Test 1, SCI_EN bit in PM1a Control Register Block is enabled.
  2415.  
  2416. Test 2 of 2: Test FADT reset register.
  2417. PASSED: Test 2, FADT reset register width is 8 bits wide as expected.
  2418. PASSED: Test 2, FADT register bit offset is 0 as expected.
  2419.  
  2420. =====================================================================================================================================
  2421. 3 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  2422. =====================================================================================================================================
  2423.  
  2424. dmar: DMA Remapping (VT-d) test.
  2425. -------------------------------------------------------------------------------------------------------------------------------------
  2426. Test 1 of 1: DMA Remapping test.
  2427. SKIPPED: Test 1, No DMAR table. This is not necessarily a failure as most systems do not have this table.
  2428.  
  2429. =====================================================================================================================================
  2430. 0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
  2431. =====================================================================================================================================
  2432.  
  2433. cstates: Processor C state support test.
  2434. -------------------------------------------------------------------------------------------------------------------------------------
  2435. Test 1 of 1: Test all CPUs C-states.
  2436. This test checks if all processors have the same number of C-states, if the C-state counter works and if C-state transitions happen.
  2437. PASSED: Test 1, Processor 0 has reached all C-states:
  2438. PASSED: Test 1, Processor 1 has reached all C-states:
  2439. PASSED: Test 1, Processor 1 has the same number of C-states as processor 0
  2440.  
  2441. =====================================================================================================================================
  2442. 3 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  2443. =====================================================================================================================================
  2444.  
  2445. checksum: ACPI table checksum test.
  2446. -------------------------------------------------------------------------------------------------------------------------------------
  2447. Test 1 of 1: ACPI table checksum test.
  2448. PASSED: Test 1, Table RSDP has correct checksum 0xc1.
  2449. PASSED: Test 1, Table RSDP has correct extended checksum 0x1b.
  2450. PASSED: Test 1, Table XSDT has correct checksum 0x88
  2451. PASSED: Test 1, Table DSDT has correct checksum 0xbe
  2452. PASSED: Test 1, Table FACP has correct checksum 0x70
  2453. PASSED: Test 1, Table APIC has correct checksum 0x73
  2454. PASSED: Test 1, Table FPDT has correct checksum 0x48
  2455. PASSED: Test 1, Table SSDT has correct checksum 0xf9
  2456. PASSED: Test 1, Table SSDT has correct checksum 0xed
  2457. PASSED: Test 1, Table MCFG has correct checksum 0xa9
  2458. PASSED: Test 1, Table HPET has correct checksum 0xb6
  2459. PASSED: Test 1, Table SSDT has correct checksum 0x3c
  2460. PASSED: Test 1, Table SSDT has correct checksum 0x4f
  2461. PASSED: Test 1, Table AAFT has correct checksum 0xb5
  2462. PASSED: Test 1, Table RSDT has correct checksum 0xcf
  2463. PASSED: Test 1, Table FACP has correct checksum 0xa3
  2464.  
  2465. =====================================================================================================================================
  2466. 16 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  2467. =====================================================================================================================================
  2468.  
  2469. autobrightness: Automated LCD brightness test.
  2470. -------------------------------------------------------------------------------------------------------------------------------------
  2471. Test 1 of 2: Test for maximum and actual brightness.
  2472. PASSED: Test 1, Maximum brightness for acpi_video0 is 100 which is sane.
  2473. PASSED: Test 1, Actual brightness for acpi_video0 is 100 which is in range 0..100.
  2474.  
  2475. Test 2 of 2: Change actual brightness.
  2476. PASSED: Test 2, Actual brightness matches the brightnesss level for all 100 levels for backlight acpi_video0.
  2477.  
  2478. =====================================================================================================================================
  2479. 3 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  2480. =====================================================================================================================================
  2481.  
  2482. apicinstance: Test for single instance of APIC/MADT table.
  2483. -------------------------------------------------------------------------------------------------------------------------------------
  2484. Test 1 of 1: Test for single instance of APIC/MADT table.
  2485. Found APIC/MADT table APIC @ da6fa6c8, length 0x98
  2486. PASSED: Test 1, Found 1 APIC/MADT table(s), as expected.
  2487.  
  2488. =====================================================================================================================================
  2489. 1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  2490. =====================================================================================================================================
  2491.  
  2492. acpitables: ACPI table settings sanity tests.
  2493. -------------------------------------------------------------------------------------------------------------------------------------
  2494. Test 1 of 2: Test ACPI tables.
  2495. PASSED: Test 1, Table APIC passed.
  2496. Table ECDT not present to check.
  2497. PASSED: Test 1, Table FACP passed.
  2498. PASSED: Test 1, Table HPET passed.
  2499. PASSED: Test 1, Table MCFG passed.
  2500. PASSED: Test 1, Table RSDT passed.
  2501. PASSED: Test 1, Table RSDP passed.
  2502. Table SBST not present to check.
  2503. PASSED: Test 1, Table XSDT passed.
  2504.  
  2505. Test 2 of 2: Test ACPI headers.
  2506. PASSED: Test 2, Table XSDT has valid signature and ID strings.
  2507. PASSED: Test 2, Table DSDT has valid signature and ID strings.
  2508. PASSED: Test 2, Table FACP has valid signature and ID strings.
  2509. PASSED: Test 2, Table APIC has valid signature and ID strings.
  2510. PASSED: Test 2, Table FPDT has valid signature and ID strings.
  2511. PASSED: Test 2, Table SSDT has valid signature and ID strings.
  2512. PASSED: Test 2, Table SSDT has valid signature and ID strings.
  2513. PASSED: Test 2, Table MCFG has valid signature and ID strings.
  2514. PASSED: Test 2, Table HPET has valid signature and ID strings.
  2515. PASSED: Test 2, Table SSDT has valid signature and ID strings.
  2516. PASSED: Test 2, Table SSDT has valid signature and ID strings.
  2517. PASSED: Test 2, Table AAFT has valid signature and ID strings.
  2518. PASSED: Test 2, Table RSDT has valid signature and ID strings.
  2519. PASSED: Test 2, Table FACP has valid signature and ID strings.
  2520.  
  2521. =====================================================================================================================================
  2522. 21 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
  2523. =====================================================================================================================================
  2524.  
  2525.  
  2526. 639 passed, 59 failed, 6 warnings, 0 aborted, 143 skipped, 10 info only.
  2527.  
  2528. Test Failure Summary
  2529. =====================================================================================================================================
  2530.  
  2531. Critical failures: NONE
  2532.  
  2533. High failures: 5
  2534. securebootcert: The secure boot variable DB not found.
  2535. securebootcert: The secure boot variable KEK not found.
  2536. syntaxcheck: Assembler error in line 9917
  2537. syntaxcheck: Compilation aborted early due to a parser detected syntax error.
  2538. syntaxcheck: Assembler error in line 221
  2539.  
  2540. Medium failures: 22
  2541. dmicheck: String index 0x01 in table entry 'System Information (Type 1)' @ 0xdad6a05c, field 'Manufacturer', offset 0x04 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  2542. dmicheck: String index 0x02 in table entry 'System Information (Type 1)' @ 0xdad6a05c, field 'Product Name', offset 0x05 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  2543. dmicheck: String index 0x03 in table entry 'System Information (Type 1)' @ 0xdad6a05c, field 'Version', offset 0x06 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  2544. dmicheck: String index 0x04 in table entry 'System Information (Type 1)' @ 0xdad6a05c, field 'Serial Number', offset 0x07 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  2545. dmicheck: String index 0x01 in table entry 'Chassis Information (Type 3)' @ 0xdad6a17a, field 'Manufacturer', offset 0x04 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  2546. dmicheck: String index 0x02 in table entry 'Chassis Information (Type 3)' @ 0xdad6a17a, field 'Version', offset 0x06 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  2547. dmicheck: String index 0x03 in table entry 'Chassis Information (Type 3)' @ 0xdad6a17a, field 'Serial Number', offset 0x07 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  2548. dmicheck: String index 0x04 in table entry 'Chassis Information (Type 3)' @ 0xdad6a17a, field 'Asset Tag', offset 0x08 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  2549. dmicheck: String index 0x01 in table entry 'OEM Strings (Type 11)' @ 0xdad6a294, field 'String 1', offset 0x04 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  2550. virt: Virtualization extensions supported but disabled by BIOS.
  2551. syntaxcheck: Assembler warning in line 121
  2552. syntaxcheck: Assembler warning in line 215
  2553. syntaxcheck: Assembler warning in line 286
  2554. syntaxcheck: Assembler warning in line 333
  2555. syntaxcheck: Assembler warning in line 380
  2556. syntaxcheck: Assembler warning in line 427
  2557. syntaxcheck: Assembler warning in line 474
  2558. syntaxcheck: Assembler warning in line 521
  2559. syntaxcheck: Assembler warning in line 61
  2560. method: Method \_SB_.TPM_._STR did not return ACPI_TYPE_STRING.
  2561. method: \_PR_.CPU0._PCT returned a NULL object, and did not return ACPI_TYPE_PACKAGE.
  2562. fan: Fan present but has no cur_state present.
  2563.  
  2564. Low failures: 31
  2565. klog: LOW Kernel message: [ 1.424233] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
  2566. klog: LOW Kernel message: [ 1.428149] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPR2 1 (20131115/utaddress-251)
  2567. klog: LOW Kernel message: [ 1.429236] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPRL 2 (20131115/utaddress-251)
  2568. klog: LOW Kernel message: [ 1.431785] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPR_ 3 (20131115/utaddress-251)
  2569. klog: LOW Kernel message: [ 1.433932] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPR2 1 (20131115/utaddress-251)
  2570. klog: LOW Kernel message: [ 1.435221] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPRL 2 (20131115/utaddress-251)
  2571. klog: LOW Kernel message: [ 1.436539] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPR_ 3 (20131115/utaddress-251)
  2572. klog: LOW Kernel message: [ 1.438384] lpc_ich: Resource conflict(s) found affecting gpio_ich
  2573. dmicheck: String index 0x05 in table entry 'System Information (Type 1)' @ 0xdad6a05c, field 'SKU Number', offset 0x19 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  2574. dmicheck: String index 0x06 in table entry 'System Information (Type 1)' @ 0xdad6a05c, field 'Family', offset 0x1a has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
  2575. dmicheck: String index 0x05 in table entry 'Chassis Information (Type 3)' @ 0xdad6a17a, field 'SKU Number', offset 0x15 has a default value 'To be filled by O.E.M.' and probably has not been updated by the BIOS vendor.
  2576. dmicheck: String index 0x04 in table entry 'Processor Information (Type 4)' @ 0xdad6a2eb, field 'Asset Tag', offset 0x21 has a default value 'Fill By OEM' and probably has not been updated by the BIOS vendor.
  2577. dmicheck: String index 0x05 in table entry 'Processor Information (Type 4)' @ 0xdad6a2eb, field 'Part Number', offset 0x22 has a default value 'Fill By OEM' and probably has not been updated by the BIOS vendor.
  2578. dmicheck: String index 0x04 in table entry 'Memory Device (Type 17)' @ 0xdad6a3c7, field 'Serial Number', offset 0x18 has a default value '00000000' and probably has not been updated by the BIOS vendor.
  2579. dmicheck: String index 0x05 in table entry 'Memory Device (Type 17)' @ 0xdad6a3c7, field 'Asset Tag', offset 0x19 has a default value '9876543210' and probably has not been updated by the BIOS vendor.
  2580. dmicheck: String index 0x04 in table entry 'Memory Device (Type 17)' @ 0xdad6a451, field 'Serial Number', offset 0x18 has a default value '00000000' and probably has not been updated by the BIOS vendor.
  2581. dmicheck: String index 0x05 in table entry 'Memory Device (Type 17)' @ 0xdad6a451, field 'Asset Tag', offset 0x19 has a default value '9876543210' and probably has not been updated by the BIOS vendor.
  2582. syntaxcheck: Assembler remark in line 131
  2583. syntaxcheck: Assembler remark in line 146
  2584. syntaxcheck: Assembler remark in line 149
  2585. syntaxcheck: Assembler remark in line 175
  2586. syntaxcheck: Assembler remark in line 255
  2587. syntaxcheck: Assembler remark in line 267
  2588. syntaxcheck: Assembler remark in line 246
  2589. syntaxcheck: Assembler remark in line 247
  2590. syntaxcheck: Assembler remark in line 414
  2591. syntaxcheck: Assembler remark in line 415
  2592. syntaxcheck: Assembler remark in line 573
  2593. syntaxcheck: Assembler remark in line 574
  2594. syntaxcheck: Assembler remark in line 917
  2595. syntaxcheck: Assembler remark in line 933
  2596.  
  2597. Other failures: NONE
  2598.  
  2599. Test |Pass |Fail |Abort|Warn |Skip |Info |
  2600. ---------------+-----+-----+-----+-----+-----+-----+
  2601. acpiinfo | | | | | | 3|
  2602. acpitables | 21| | | | | |
  2603. apicedge | 1| | | | | |
  2604. apicinstance | 1| | | | | |
  2605. aspm | 1| | | 4| | |
  2606. autobrightness | 3| | | | | |
  2607. bios32 | | | | | 1| |
  2608. bios_info | | | | | | 1|
  2609. checksum | 16| | | | | |
  2610. cpufreq | | | | 1| | |
  2611. crs | 1| | | | | |
  2612. csm | | | | | | 1|
  2613. cstates | 3| | | | | |
  2614. dmar | | | | | 1| |
  2615. dmicheck | 24| 18| | | | |
  2616. ebda | | | | | 1| |
  2617. fadt | 3| | | | | |
  2618. fan | 3| 1| | | | |
  2619. hda_audio | | | | | 1| |
  2620. hpet_check | 5| | | | | |
  2621. klog | | 8| | | | |
  2622. maxfreq | 1| | | | | |
  2623. maxreadreq | 1| | | | | |
  2624. mcfg | 2| | | | | |
  2625. method | 423| 2| | | 128| |
  2626. microcode | | | | | 1| |
  2627. mpcheck | | | | | 9| |
  2628. msr | 115| | | | | |
  2629. mtrr | 2| | | | 1| |
  2630. nx | 3| | | | | |
  2631. oops | 2| | | | | |
  2632. os2gap | 1| | | | | |
  2633. osilinux | | | | 1| | |
  2634. pcc | | | | | | 1|
  2635. pciirq | | | | | | |
  2636. pnp | | | | | | |
  2637. securebootcert | 2| 2| | | | |
  2638. syntaxcheck | | 27| | | | |
  2639. uefibootpath | 1| | | | | |
  2640. version | | | | | | 4|
  2641. virt | | 1| | | | |
  2642. wakealarm | 4| | | | | |
  2643. wmi | | | | | | |
  2644. ---------------+-----+-----+-----+-----+-----+-----+
  2645. Total: | 639| 59| 0| 6| 143| 10|
  2646. ---------------+-----+-----+-----+-----+-----+-----+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement