Advertisement
Guest User

fwts ASRock H81 Pro BTC P1.80 kernel 3.13, acpi_osi=Linux

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