From e205eb8931d72c618046514647acff3d73dd1063 Mon Sep 17 00:00:00 2001 From: Julio Guerra Date: Wed, 17 Feb 2016 13:29:45 +0100 Subject: [PATCH 1/3] fix: sanitize_path() converts ',' into '_' Use case appeared with the MacBookPro11,1 results. --- scripts/fwtr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fwtr.sh b/scripts/fwtr.sh index 3037daa..bc3dac3 100755 --- a/scripts/fwtr.sh +++ b/scripts/fwtr.sh @@ -19,7 +19,7 @@ fwtr_sanitize_path_() { gawk '{ \ l = tolower($0); \ gsub(/ /, "-", l); \ - gsub(/\//, "_", l); \ + gsub(/[\/,]/, "_", l); \ print l; \ }' < Date: Wed, 17 Feb 2016 13:31:29 +0100 Subject: [PATCH 2/3] new: vendor id for Apple Inc. --- scripts/lib/awk/fwts/bios_info.awk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/lib/awk/fwts/bios_info.awk b/scripts/lib/awk/fwts/bios_info.awk index e9df688..299b6e4 100644 --- a/scripts/lib/awk/fwts/bios_info.awk +++ b/scripts/lib/awk/fwts/bios_info.awk @@ -106,6 +106,10 @@ function to_vendor_id(vendor) vendor = tolower(vendor); switch (vendor) { + # Apple Inc. + case /apple/: + return "apple"; + # Phoenix Technologies Ltd. case /phoenix/: return "phoenix" From 9283065ccb67a31b46c1d12814f9d9c23ded1d3b Mon Sep 17 00:00:00 2001 From: Julio Guerra Date: Wed, 17 Feb 2016 13:33:59 +0100 Subject: [PATCH 3/3] new: fwts results of the Apple MacBook Pro 11,1 - 13 inches - late 2015 --- apple/README.md | 1 + apple/macbookpro11_1/README.md | 1 + .../fwts/20160217_101825/README.md | 19 + .../fwts/20160217_101825/acpidump.log | 616 + .../fwts/20160217_101825/cpuinfo.log | 0 .../fwts/20160217_101825/dmesg.log | 1133 ++ .../fwts/20160217_101825/lspci.log | 958 + .../fwts/20160217_101825/results.html | 15821 ++++++++++++++++ .../fwts/20160217_101825/results.log | 7135 +++++++ 9 files changed, 25684 insertions(+) create mode 100644 apple/README.md create mode 100644 apple/macbookpro11_1/README.md create mode 100644 apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/README.md create mode 100644 apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/acpidump.log create mode 100644 apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/cpuinfo.log create mode 100644 apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/dmesg.log create mode 100644 apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/lspci.log create mode 100644 apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/results.html create mode 100644 apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/results.log diff --git a/apple/README.md b/apple/README.md new file mode 100644 index 0000000..e7fe12f --- /dev/null +++ b/apple/README.md @@ -0,0 +1 @@ +Apple boards diff --git a/apple/macbookpro11_1/README.md b/apple/macbookpro11_1/README.md new file mode 100644 index 0000000..876949d --- /dev/null +++ b/apple/macbookpro11_1/README.md @@ -0,0 +1 @@ +Apple MacBook Pro 11,1 Laptops diff --git a/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/README.md b/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/README.md new file mode 100644 index 0000000..52b0b85 --- /dev/null +++ b/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/README.md @@ -0,0 +1,19 @@ +# Overview + +MacBook Pro Retina, 13 inches, late 2013. + +This is output captured by fwts on Wed Feb 17 10:20:29 2016. + +fwts, Version V16.01.00, 2016-01-13 08:23:12 +Version: Linux version 4.2.0-18-generic (buildd@lgw01-55) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #22~14.04.1-Ubuntu SMP Fri Nov 6 22:20:11 UTC 2015 +Signature: Ubuntu 4.2.0-18.22~14.04.1-generic 4.2.3 + +| Test |Pass |Fail |Abort|Warn |Skip |Info | +|----------------|-----|-----|-----|-----|-----|-----| +| Total: | 843| 252| 3| 24| 209| 10| + + +# Important Firmware Settings + +Apple's firmware implements UEFI and comes with a predefined set of settings specially suited for its +OSX. diff --git a/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/acpidump.log b/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/acpidump.log new file mode 100644 index 0000000..0391801 --- /dev/null +++ b/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/acpidump.log @@ -0,0 +1,616 @@ +RSDP @ 0x8ad8e014 + 0000: 52 53 44 20 50 54 52 20 0f 41 50 50 4c 45 20 02 RSD PTR .APPLE . + 0010: fc e0 d8 8a 24 00 00 00 c0 e1 d8 8a 00 00 00 00 ....$........... + 0020: d9 00 00 00 .... + +XSDT @ 0x8ad8e1c0 + 0000: 58 53 44 54 a4 00 00 00 01 df 41 50 50 4c 45 20 XSDT......APPLE + 0010: 41 70 70 6c 65 30 30 00 00 00 00 00 20 20 20 20 Apple00..... + 0020: 13 00 00 01 00 c0 d8 8a 00 00 00 00 00 b0 d8 8a ................ + 0030: 00 00 00 00 00 a0 d8 8a 00 00 00 00 00 80 d8 8a ................ + 0040: 00 00 00 00 00 70 d8 8a 00 00 00 00 00 e0 d7 8a .....p.......... + 0050: 00 00 00 00 00 d0 d7 8a 00 00 00 00 00 a0 d7 8a ................ + 0060: 00 00 00 00 00 60 d7 8a 00 00 00 00 00 30 d7 8a .....`.......0.. + 0070: 00 00 00 00 00 60 d6 8a 00 00 00 00 00 50 d6 8a .....`.......P.. + 0080: 00 00 00 00 00 40 d6 8a 00 00 00 00 00 30 d6 8a .....@.......0.. + 0090: 00 00 00 00 00 90 d8 8a 00 00 00 00 00 20 d6 8a ............. .. + 00a0: 00 00 00 00 .... + +FACS @ 0x8ad1c000 + 0000: 46 41 43 53 40 00 00 00 00 00 00 00 00 00 00 00 FACS@........... + 0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ + 0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ + 0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ + +DSDT @ 0x8ad7f000 + 0000: 44 53 44 54 7f 76 00 00 03 14 41 50 50 4c 45 20 DSDT.v....APPLE + 0010: 4d 61 63 42 6f 6f 6b 50 01 00 11 00 49 4e 54 4c MacBookP....INTL + 0020: 15 09 10 20 08 53 50 32 4f 0a 4e 08 53 50 31 4f ... .SP2O.N.SP1O + 0030: 0b 4e 16 08 49 4f 31 42 0b 00 06 08 49 4f 31 4c .N..IO1B....IO1L + 0040: 0a 70 08 49 4f 32 42 0b 80 06 08 49 4f 32 4c 0a .p.IO2B....IO2L. + 0050: 20 08 49 4f 33 42 0b 90 02 08 49 4f 33 4c 0a 10 .IO3B....IO3L.. + 0060: 08 53 50 33 4f 0a 2e 08 49 4f 34 42 0b 20 0a 08 .SP3O...IO4B. .. + 0070: 49 4f 34 4c 0a 20 08 4d 43 48 42 0c 00 00 d1 fe IO4L. .MCHB..... + 0080: 08 4d 43 48 4c 0b 00 40 08 45 47 50 42 0c 00 90 .MCHL..@.EGPB... + 0090: d1 fe 08 45 47 50 4c 0b 00 10 08 44 4d 49 42 0c ...EGPL....DMIB. + 00a0: 00 80 d1 fe 08 44 4d 49 4c 0b 00 10 08 49 46 50 .....DMIL....IFP + 00b0: 42 0c 00 40 d1 fe 08 49 46 50 4c 0b 00 10 08 50 B..@...IFPL....P + 00c0: 45 42 53 0c 00 00 00 e0 08 50 45 4c 4e 0c 00 00 EBS......PELN... + 00d0: 00 04 08 54 54 54 42 0c 00 00 d2 fe 08 54 54 54 ...TTTB......TTT + 00e0: 4c 0c 00 00 02 00 08 53 4d 42 53 0b a0 ef 08 53 L......SMBS....S + 00f0: 4d 42 4c 0a 10 08 50 42 4c 4b 0b 10 04 08 50 4d MBL...PBLK....PM + 0100: 4c 4e 0a 80 08 4c 56 4c 32 0b 14 04 08 4c 56 4c LN...LVL2....LVL + 0110: 33 0b 15 04 08 4c 56 4c 34 0b 16 04 08 53 4d 49 3....LVL4....SMI + 0120: 50 0a b2 08 47 50 42 53 0b 00 08 08 47 50 4c 4e P...GPBS....GPLN + 0130: 0a 80 08 41 50 43 42 0c 00 00 c0 fe 08 41 50 43 ...APCB......APC + 0140: 4c 0b 00 10 08 50 4d 33 30 0b 30 18 08 53 52 43 L....PM30.0..SRC + 0150: 42 0c 00 c0 d1 fe 08 53 52 43 4c 0b 00 40 08 53 B......SRCL..@.S + 0160: 55 53 57 0a ff 08 48 50 54 42 0c 00 00 d0 fe 08 USW...HPTB...... + 0170: 48 50 54 43 0c 04 c4 d1 fe 08 41 43 50 48 0a de HPTC......ACPH.. + 0180: 08 41 53 53 42 0a 00 08 41 4f 54 42 0a 00 08 41 .ASSB...AOTB...A + 0190: 41 58 42 0a 00 08 50 45 48 50 0a 01 08 53 48 50 AXB...PEHP...SHP + 01a0: 43 0a 01 08 50 45 50 4d 0a 01 08 50 45 45 52 0a C...PEPM...PEER. + 01b0: 01 08 50 45 43 53 0a 01 08 49 54 4b 45 0a 00 08 ..PECS...ITKE... + 01c0: 44 53 53 50 0a 00 08 46 48 50 50 0a 01 08 46 4d DSSP...FHPP...FM + 01d0: 42 4c 0a 01 08 46 44 54 50 0a 02 08 42 53 48 5f BL...FDTP...BSH_ + 01e0: 0a 00 08 42 45 4c 5f 0a 01 08 42 45 48 5f 0a 02 ...BEL_...BEH_.. + 01f0: 08 42 52 48 5f 0a 03 08 42 54 46 5f 0a 04 08 42 .BRH_...BTF_...B + 0200: 48 43 5f 0a 05 08 42 59 42 5f 0a 06 08 42 50 48 HC_...BYB_...BPH + 0210: 5f 0a 07 08 42 53 48 53 0a 08 08 42 45 4c 53 0a _...BSHS...BELS. + 0220: 09 08 42 52 48 53 0a 0a 08 42 54 46 53 0a 0b 08 ..BRHS...BTFS... + 0230: 42 45 48 53 0a 0c 08 42 50 48 53 0a 0d 08 42 54 BEHS...BPHS...BT + 0240: 4c 5f 0a 10 08 42 4f 46 5f 0a 20 08 42 45 46 5f L_...BOF_. .BEF_ + 0250: 0a 21 08 42 4c 4c 45 0a 22 08 42 4c 4c 43 0a 23 .!.BLLE.".BLLC.# + 0260: 08 42 4c 43 41 0a 24 08 54 43 47 4d 0a 01 08 54 .BLCA.$.TCGM...T + 0270: 52 54 50 0a 01 08 54 52 54 44 0a 02 08 54 52 54 RTP...TRTD...TRT + 0280: 49 0a 03 08 47 43 44 44 0a 01 08 44 53 54 41 0a I...GCDD...DSTA. + 0290: 0a 08 44 53 4c 4f 0a 0c 08 44 53 4c 43 0a 0e 08 ..DSLO...DSLC... + 02a0: 50 49 54 53 0a 10 08 53 42 43 53 0a 12 08 53 41 PITS...SBCS...SA + 02b0: 4c 53 0a 13 08 4c 53 53 53 0a 2a 08 53 4f 4f 54 LS...LSSS.*.SOOT + 02c0: 0a 35 08 50 44 42 52 0a 4d 08 57 4f 57 45 0a 00 .5.PDBR.M.WOWE.. + 02d0: 08 54 41 50 44 0a 00 5b 80 47 4e 56 53 00 0c 90 .TAPD..[.GNVS... + 02e0: ea d3 8a 0b 6e 02 5b 81 42 3f 47 4e 56 53 10 4f ....n.[.B?GNVS.O + 02f0: 53 59 53 10 53 4d 49 46 08 50 52 4d 30 08 50 52 SYS.SMIF.PRM0.PR + 0300: 4d 31 08 53 43 49 46 08 50 52 4d 32 08 50 52 4d M1.SCIF.PRM2.PRM + 0310: 33 08 4c 43 4b 46 08 50 52 4d 34 08 50 52 4d 35 3.LCKF.PRM4.PRM5 + 0320: 08 50 38 30 44 20 4c 49 44 53 08 50 57 52 53 08 .P80D LIDS.PWRS. + 0330: 44 42 47 53 08 54 48 4f 46 08 41 43 54 31 08 41 DBGS.THOF.ACT1.A + 0340: 43 54 54 08 50 53 56 54 08 54 43 31 56 08 54 43 CTT.PSVT.TC1V.TC + 0350: 32 56 08 54 53 50 56 08 43 52 54 54 08 44 54 53 2V.TSPV.CRTT.DTS + 0360: 45 08 44 54 53 31 08 44 54 53 32 08 44 54 53 46 E.DTS1.DTS2.DTSF + 0370: 08 00 38 52 45 56 4e 08 00 10 41 50 49 43 08 54 ..8REVN...APIC.T + 0380: 43 4e 54 08 50 43 50 30 08 50 43 50 31 08 50 50 CNT.PCP0.PCP1.PP + 0390: 43 4d 08 50 50 4d 46 20 43 36 37 4c 08 4e 41 54 CM.PPMF C67L.NAT + 03a0: 50 08 43 4d 41 50 08 43 4d 42 50 08 4c 50 54 50 P.CMAP.CMBP.LPTP + 03b0: 08 46 44 43 50 08 43 4d 43 50 08 43 49 52 50 08 .FDCP.CMCP.CIRP. + 03c0: 53 4d 53 43 08 57 33 38 31 08 53 4d 43 31 08 45 SMSC.W381.SMC1.E + 03d0: 4d 41 45 08 45 4d 41 50 10 45 4d 41 4c 10 00 08 MAE.EMAP.EMAL... + 03e0: 4d 45 46 45 08 44 53 54 53 08 00 10 54 50 4d 50 MEFE.DSTS...TPMP + 03f0: 08 54 50 4d 45 08 4d 4f 52 44 08 54 43 47 50 08 .TPME.MORD.TCGP. + 0400: 50 50 52 50 20 50 50 52 51 08 4c 50 50 52 08 47 PPRP PPRQ.LPPR.G + 0410: 54 46 30 38 47 54 46 32 38 49 44 45 4d 08 47 54 TF08GTF28IDEM.GT + 0420: 46 31 38 42 44 49 44 08 00 48 08 4f 53 43 43 08 F18BDID..H.OSCC. + 0430: 4e 45 58 50 08 53 44 47 56 08 53 44 44 56 08 00 NEXP.SDGV.SDDV.. + 0440: 28 44 53 45 4e 08 45 43 4f 4e 08 47 50 49 43 08 (DSEN.ECON.GPIC. + 0450: 43 54 59 50 08 4c 30 31 43 08 56 46 4e 30 08 56 CTYP.L01C.VFN0.V + 0460: 46 4e 31 08 41 54 4d 43 08 50 54 4d 43 08 41 54 FN1.ATMC.PTMC.AT + 0470: 52 41 08 50 54 52 41 08 50 4e 48 4d 20 54 42 41 RA.PTRA.PNHM TBA + 0480: 42 20 54 42 41 48 20 52 54 49 50 08 54 53 4f 44 B TBAH RTIP.TSOD + 0490: 08 41 54 50 43 08 50 54 50 43 08 50 46 4c 56 08 .ATPC.PTPC.PFLV. + 04a0: 42 52 45 56 08 44 50 42 4d 08 44 50 43 4d 08 44 BREV.DPBM.DPCM.D + 04b0: 50 44 4d 08 53 44 49 44 08 42 4c 43 50 08 42 4c PDM.SDID.BLCP.BL + 04c0: 43 43 08 00 08 42 4c 43 54 20 42 4c 43 42 20 00 CC...BLCT BLCB . + 04d0: 28 4e 48 49 42 20 47 56 4e 56 20 4d 4d 36 34 08 (NHIB GVNV MM64. + 04e0: 00 48 38 53 41 52 56 20 41 53 4c 42 20 49 4d 4f .H8SARV ASLB IMO + 04f0: 4e 08 49 47 44 53 08 43 41 44 4c 08 50 41 44 4c N.IGDS.CADL.PADL + 0500: 08 43 53 54 45 10 4e 53 54 45 10 44 49 44 39 20 .CSTE.NSTE.DID9 + 0510: 44 49 44 41 20 44 49 44 42 20 49 42 54 54 08 49 DIDA DIDB IBTT.I + 0520: 50 41 54 08 49 50 53 43 08 49 42 4c 43 08 49 42 PAT.IPSC.IBLC.IB + 0530: 49 41 08 49 53 53 43 08 49 50 43 46 08 49 44 4d IA.ISSC.IPCF.IDM + 0540: 53 08 49 46 31 45 08 48 56 43 4f 08 4e 58 44 31 S.IF1E.HVCO.NXD1 + 0550: 20 4e 58 44 32 20 4e 58 44 33 20 4e 58 44 34 20 NXD2 NXD3 NXD4 + 0560: 4e 58 44 35 20 4e 58 44 36 20 4e 58 44 37 20 4e NXD5 NXD6 NXD7 N + 0570: 58 44 38 20 47 53 4d 49 08 50 41 56 50 08 47 4c XD8 GSMI.PAVP.GL + 0580: 49 44 08 4b 53 56 30 20 4b 53 56 31 08 42 42 41 ID.KSV0 KSV1.BBA + 0590: 52 20 42 4c 43 53 08 42 52 54 4c 08 41 4c 53 45 R BLCS.BRTL.ALSE + 05a0: 08 41 4c 41 46 08 4c 4c 4f 57 08 4c 48 49 48 08 .ALAF.LLOW.LHIH. + 05b0: 41 4c 46 50 08 41 55 44 41 20 41 55 44 42 20 41 ALFP.AUDA AUDB A + 05c0: 55 44 43 20 44 49 44 43 20 44 49 44 44 20 44 49 UDC DIDC DIDD DI + 05d0: 44 45 20 44 49 44 46 20 43 41 44 52 20 43 43 4e DE DIDF CADR CCN + 05e0: 54 08 00 40 27 53 47 4d 44 08 53 47 46 4c 08 50 T..@'SGMD.SGFL.P + 05f0: 57 4f 4b 08 48 4c 52 53 08 50 57 45 4e 08 50 52 WOK.HLRS.PWEN.PR + 0600: 53 54 08 43 50 53 50 20 45 45 43 50 08 45 56 43 ST.CPSP EECP.EVC + 0610: 50 10 58 42 41 53 20 47 42 41 53 10 53 47 47 50 P.XBAS GBAS.SGGP + 0620: 08 4e 56 47 41 20 4e 56 48 41 20 41 4d 44 41 20 .NVGA NVHA AMDA + 0630: 4e 44 49 44 08 44 49 44 31 20 44 49 44 32 20 44 NDID.DID1 DID2 D + 0640: 49 44 33 20 44 49 44 34 20 44 49 44 35 20 44 49 ID3 DID4 DID5 DI + 0650: 44 36 20 44 49 44 37 20 44 49 44 38 20 4f 42 53 D6 DID7 DID8 OBS + 0660: 31 20 4f 42 53 32 20 4f 42 53 33 20 4f 42 53 34 1 OBS2 OBS3 OBS4 + 0670: 20 4f 42 53 35 20 4f 42 53 36 20 4f 42 53 37 20 OBS5 OBS6 OBS7 + 0680: 4f 42 53 38 20 4c 54 52 41 08 4f 42 46 41 08 4c OBS8 LTRA.OBFA.L + 0690: 54 52 42 08 4f 42 46 42 08 4c 54 52 43 08 4f 42 TRB.OBFB.LTRC.OB + 06a0: 46 43 08 53 4d 53 4c 10 53 4e 53 4c 10 50 30 55 FC.SMSL.SNSL.P0U + 06b0: 42 08 50 31 55 42 08 50 32 55 42 08 45 44 50 56 B.P1UB.P2UB.EDPV + 06c0: 08 4e 58 44 58 20 44 49 44 58 20 50 43 53 4c 08 .NXDX DIDX PCSL. + 06d0: 53 43 37 41 08 55 53 42 4f 08 10 83 68 05 5c 5f SC7A.USBO...h.\_ + 06e0: 53 42 5f 08 50 52 30 30 12 43 1e 1e 12 0f 04 0c SB_.PR00.C...... + 06f0: ff ff 1f 00 0a 00 4c 4e 4b 46 0a 00 12 0f 04 0c ......LNKF...... + 0700: ff ff 1f 00 0a 01 4c 4e 4b 44 0a 00 12 0f 04 0c ......LNKD...... + 0710: ff ff 1f 00 0a 02 4c 4e 4b 43 0a 00 12 0f 04 0c ......LNKC...... + 0720: ff ff 1f 00 0a 03 4c 4e 4b 41 0a 00 12 0f 04 0c ......LNKA...... + 0730: ff ff 03 00 0a 00 4c 4e 4b 41 0a 00 12 0f 04 0c ......LNKA...... + 0740: ff ff 14 00 0a 00 4c 4e 4b 41 0a 00 12 0f 04 0c ......LNKA...... + 0750: ff ff 1d 00 0a 00 4c 4e 4b 47 0a 00 12 0f 04 0c ......LNKG...... + 0760: ff ff 1d 00 0a 01 4c 4e 4b 44 0a 00 12 0f 04 0c ......LNKD...... + 0770: ff ff 1d 00 0a 02 4c 4e 4b 41 0a 00 12 0f 04 0c ......LNKA...... + 0780: ff ff 1d 00 0a 03 4c 4e 4b 43 0a 00 12 0f 04 0c ......LNKC...... + 0790: ff ff 1a 00 0a 00 4c 4e 4b 48 0a 00 12 0f 04 0c ......LNKH...... + 07a0: ff ff 1a 00 0a 01 4c 4e 4b 46 0a 00 12 0f 04 0c ......LNKF...... + 07b0: ff ff 1a 00 0a 02 4c 4e 4b 43 0a 00 12 0f 04 0c ......LNKC...... + 07c0: ff ff 1a 00 0a 03 4c 4e 4b 44 0a 00 12 0f 04 0c ......LNKD...... + 07d0: ff ff 1b 00 0a 00 4c 4e 4b 47 0a 00 12 0f 04 0c ......LNKG...... + 07e0: ff ff 18 00 0a 00 4c 4e 4b 45 0a 00 12 0f 04 0c ......LNKE...... + 07f0: ff ff 19 00 0a 00 4c 4e 4b 45 0a 00 12 0f 04 0c ......LNKE...... + 0800: ff ff 16 00 0a 00 4c 4e 4b 41 0a 00 12 0f 04 0c ......LNKA...... + 0810: ff ff 16 00 0a 01 4c 4e 4b 44 0a 00 12 0f 04 0c ......LNKD...... + 0820: ff ff 16 00 0a 02 4c 4e 4b 43 0a 00 12 0f 04 0c ......LNKC...... + 0830: ff ff 16 00 0a 03 4c 4e 4b 42 0a 00 12 0f 04 0c ......LNKB...... + 0840: ff ff 1c 00 0a 00 4c 4e 4b 41 0a 00 12 0f 04 0c ......LNKA...... + 0850: ff ff 1c 00 0a 01 4c 4e 4b 42 0a 00 12 0f 04 0c ......LNKB...... + 0860: ff ff 1c 00 0a 02 4c 4e 4b 43 0a 00 12 0f 04 0c ......LNKC...... + 0870: ff ff 1c 00 0a 03 4c 4e 4b 44 0a 00 12 0f 04 0c ......LNKD...... + 0880: ff ff 01 00 0a 00 4c 4e 4b 41 0a 00 12 0f 04 0c ......LNKA...... + 0890: ff ff 01 00 0a 01 4c 4e 4b 42 0a 00 12 0f 04 0c ......LNKB...... + 08a0: ff ff 01 00 0a 02 4c 4e 4b 43 0a 00 12 0f 04 0c ......LNKC...... + 08b0: ff ff 01 00 0a 03 4c 4e 4b 44 0a 00 12 0f 04 0c ......LNKD...... + 08c0: ff ff 02 00 0a 00 4c 4e 4b 41 0a 00 08 41 52 30 ......LNKA...AR0 + 08d0: 30 12 47 1a 1e 12 0d 04 0c ff ff 1f 00 0a 00 0a 0.G............. + 08e0: 00 0a 15 12 0d 04 0c ff ff 1f 00 0a 01 0a 00 0a ................ + 08f0: 13 12 0d 04 0c ff ff 1f 00 0a 02 0a 00 0a 12 12 ................ + 0900: 0d 04 0c ff ff 1f 00 0a 03 0a 00 0a 10 12 0d 04 ................ + 0910: 0c ff ff 03 00 0a 00 0a 00 0a 10 12 0d 04 0c ff ................ + 0920: ff 14 00 0a 00 0a 00 0a 10 12 0d 04 0c ff ff 1d ................ + 0930: 00 0a 00 0a 00 0a 16 12 0d 04 0c ff ff 1d 00 0a ................ + 0940: 01 0a 00 0a 13 12 0d 04 0c ff ff 1d 00 0a 02 0a ................ + 0950: 00 0a 10 12 0d 04 0c ff ff 1d 00 0a 03 0a 00 0a ................ + 0960: 12 12 0d 04 0c ff ff 1a 00 0a 00 0a 00 0a 17 12 ................ + 0970: 0d 04 0c ff ff 1a 00 0a 01 0a 00 0a 15 12 0d 04 ................ + 0980: 0c ff ff 1a 00 0a 02 0a 00 0a 12 12 0d 04 0c ff ................ + 0990: ff 1a 00 0a 03 0a 00 0a 13 12 0d 04 0c ff ff 1b ................ + 09a0: 00 0a 00 0a 00 0a 16 12 0d 04 0c ff ff 18 00 0a ................ + 09b0: 00 0a 00 0a 14 12 0d 04 0c ff ff 19 00 0a 00 0a ................ + 09c0: 00 0a 14 12 0d 04 0c ff ff 16 00 0a 00 0a 00 0a ................ + 09d0: 10 12 0d 04 0c ff ff 16 00 0a 01 0a 00 0a 13 12 ................ + 09e0: 0d 04 0c ff ff 16 00 0a 02 0a 00 0a 12 12 0d 04 ................ + 09f0: 0c ff ff 16 00 0a 03 0a 00 0a 11 12 0d 04 0c ff ................ + 0a00: ff 1c 00 0a 00 0a 00 0a 10 12 0d 04 0c ff ff 1c ................ + 0a10: 00 0a 01 0a 00 0a 11 12 0d 04 0c ff ff 1c 00 0a ................ + 0a20: 02 0a 00 0a 12 12 0d 04 0c ff ff 1c 00 0a 03 0a ................ + 0a30: 00 0a 13 12 0d 04 0c ff ff 01 00 0a 00 0a 00 0a ................ + 0a40: 10 12 0d 04 0c ff ff 01 00 0a 01 0a 00 0a 11 12 ................ + 0a50: 0d 04 0c ff ff 01 00 0a 02 0a 00 0a 12 12 0d 04 ................ + 0a60: 0c ff ff 01 00 0a 03 0a 00 0a 13 12 0d 04 0c ff ................ + 0a70: ff 02 00 0a 00 0a 00 0a 10 08 50 52 30 34 12 3a ..........PR04.: + 0a80: 04 12 0d 04 0b ff ff 0a 00 4c 4e 4b 41 0a 00 12 .........LNKA... + 0a90: 0d 04 0b ff ff 0a 01 4c 4e 4b 42 0a 00 12 0d 04 .......LNKB..... + 0aa0: 0b ff ff 0a 02 4c 4e 4b 43 0a 00 12 0d 04 0b ff .....LNKC....... + 0ab0: ff 0a 03 4c 4e 4b 44 0a 00 08 41 52 30 34 12 32 ...LNKD...AR04.2 + 0ac0: 04 12 0b 04 0b ff ff 0a 00 0a 00 0a 10 12 0b 04 ................ + 0ad0: 0b ff ff 0a 01 0a 00 0a 11 12 0b 04 0b ff ff 0a ................ + 0ae0: 02 0a 00 0a 12 12 0b 04 0b ff ff 0a 03 0a 00 0a ................ + 0af0: 13 08 50 52 30 35 12 3a 04 12 0d 04 0b ff ff 0a ..PR05.:........ + 0b00: 00 4c 4e 4b 42 0a 00 12 0d 04 0b ff ff 0a 01 4c .LNKB..........L + 0b10: 4e 4b 43 0a 00 12 0d 04 0b ff ff 0a 02 4c 4e 4b NKC..........LNK + 0b20: 44 0a 00 12 0d 04 0b ff ff 0a 03 4c 4e 4b 41 0a D..........LNKA. + 0b30: 00 08 41 52 30 35 12 32 04 12 0b 04 0b ff ff 0a ..AR05.2........ + 0b40: 00 0a 00 0a 11 12 0b 04 0b ff ff 0a 01 0a 00 0a ................ + 0b50: 12 12 0b 04 0b ff ff 0a 02 0a 00 0a 13 12 0b 04 ................ + 0b60: 0b ff ff 0a 03 0a 00 0a 10 08 50 52 30 36 12 3a ..........PR06.: + 0b70: 04 12 0d 04 0b ff ff 0a 00 4c 4e 4b 43 0a 00 12 .........LNKC... + 0b80: 0d 04 0b ff ff 0a 01 4c 4e 4b 44 0a 00 12 0d 04 .......LNKD..... + 0b90: 0b ff ff 0a 02 4c 4e 4b 41 0a 00 12 0d 04 0b ff .....LNKA....... + 0ba0: ff 0a 03 4c 4e 4b 42 0a 00 08 41 52 30 36 12 32 ...LNKB...AR06.2 + 0bb0: 04 12 0b 04 0b ff ff 0a 00 0a 00 0a 12 12 0b 04 ................ + 0bc0: 0b ff ff 0a 01 0a 00 0a 13 12 0b 04 0b ff ff 0a ................ + 0bd0: 02 0a 00 0a 10 12 0b 04 0b ff ff 0a 03 0a 00 0a ................ + 0be0: 11 08 50 52 30 37 12 3a 04 12 0d 04 0b ff ff 0a ..PR07.:........ + 0bf0: 00 4c 4e 4b 44 0a 00 12 0d 04 0b ff ff 0a 01 4c .LNKD..........L + 0c00: 4e 4b 41 0a 00 12 0d 04 0b ff ff 0a 02 4c 4e 4b NKA..........LNK + 0c10: 42 0a 00 12 0d 04 0b ff ff 0a 03 4c 4e 4b 43 0a B..........LNKC. + 0c20: 00 08 41 52 30 37 12 32 04 12 0b 04 0b ff ff 0a ..AR07.2........ + 0c30: 00 0a 00 0a 13 12 0b 04 0b ff ff 0a 01 0a 00 0a ................ + 0c40: 10 12 0b 04 0b ff ff 0a 02 0a 00 0a 11 12 0b 04 ................ + 0c50: 0b ff ff 0a 03 0a 00 0a 12 08 50 52 30 38 12 3a ..........PR08.: + 0c60: 04 12 0d 04 0b ff ff 0a 00 4c 4e 4b 41 0a 00 12 .........LNKA... + 0c70: 0d 04 0b ff ff 0a 01 4c 4e 4b 42 0a 00 12 0d 04 .......LNKB..... + 0c80: 0b ff ff 0a 02 4c 4e 4b 43 0a 00 12 0d 04 0b ff .....LNKC....... + 0c90: ff 0a 03 4c 4e 4b 44 0a 00 08 41 52 30 38 12 32 ...LNKD...AR08.2 + 0ca0: 04 12 0b 04 0b ff ff 0a 00 0a 00 0a 10 12 0b 04 ................ + 0cb0: 0b ff ff 0a 01 0a 00 0a 11 12 0b 04 0b ff ff 0a ................ + 0cc0: 02 0a 00 0a 12 12 0b 04 0b ff ff 0a 03 0a 00 0a ................ + 0cd0: 13 08 50 52 30 39 12 3a 04 12 0d 04 0b ff ff 0a ..PR09.:........ + 0ce0: 00 4c 4e 4b 41 0a 00 12 0d 04 0b ff ff 0a 01 4c .LNKA..........L + 0cf0: 4e 4b 42 0a 00 12 0d 04 0b ff ff 0a 02 4c 4e 4b NKB..........LNK + 0d00: 43 0a 00 12 0d 04 0b ff ff 0a 03 4c 4e 4b 44 0a C..........LNKD. + 0d10: 00 08 41 52 30 39 12 32 04 12 0b 04 0b ff ff 0a ..AR09.2........ + 0d20: 00 0a 00 0a 10 12 0b 04 0b ff ff 0a 01 0a 00 0a ................ + 0d30: 11 12 0b 04 0b ff ff 0a 02 0a 00 0a 12 12 0b 04 ................ + 0d40: 0b ff ff 0a 03 0a 00 0a 13 08 50 52 30 45 12 3a ..........PR0E.: + 0d50: 04 12 0d 04 0b ff ff 0a 00 4c 4e 4b 43 0a 00 12 .........LNKC... + 0d60: 0d 04 0b ff ff 0a 01 4c 4e 4b 44 0a 00 12 0d 04 .......LNKD..... + 0d70: 0b ff ff 0a 02 4c 4e 4b 41 0a 00 12 0d 04 0b ff .....LNKA....... + 0d80: ff 0a 03 4c 4e 4b 42 0a 00 08 41 52 30 45 12 32 ...LNKB...AR0E.2 + 0d90: 04 12 0b 04 0b ff ff 0a 00 0a 00 0a 12 12 0b 04 ................ + 0da0: 0b ff ff 0a 01 0a 00 0a 13 12 0b 04 0b ff ff 0a ................ + 0db0: 02 0a 00 0a 10 12 0b 04 0b ff ff 0a 03 0a 00 0a ................ + 0dc0: 11 08 50 52 30 46 12 3a 04 12 0d 04 0b ff ff 0a ..PR0F.:........ + 0dd0: 00 4c 4e 4b 44 0a 00 12 0d 04 0b ff ff 0a 01 4c .LNKD..........L + 0de0: 4e 4b 41 0a 00 12 0d 04 0b ff ff 0a 02 4c 4e 4b NKA..........LNK + 0df0: 42 0a 00 12 0d 04 0b ff ff 0a 03 4c 4e 4b 43 0a B..........LNKC. + 0e00: 00 08 41 52 30 46 12 32 04 12 0b 04 0b ff ff 0a ..AR0F.2........ + 0e10: 00 0a 00 0a 13 12 0b 04 0b ff ff 0a 01 0a 00 0a ................ + 0e20: 10 12 0b 04 0b ff ff 0a 02 0a 00 0a 11 12 0b 04 ................ + 0e30: 0b ff ff 0a 03 0a 00 0a 12 08 50 52 30 32 12 3a ..........PR02.: + 0e40: 04 12 0d 04 0b ff ff 0a 00 4c 4e 4b 41 0a 00 12 .........LNKA... + 0e50: 0d 04 0b ff ff 0a 01 4c 4e 4b 42 0a 00 12 0d 04 .......LNKB..... + 0e60: 0b ff ff 0a 02 4c 4e 4b 43 0a 00 12 0d 04 0b ff .....LNKC....... + 0e70: ff 0a 03 4c 4e 4b 44 0a 00 08 41 52 30 32 12 32 ...LNKD...AR02.2 + 0e80: 04 12 0b 04 0b ff ff 0a 00 0a 00 0a 10 12 0b 04 ................ + 0e90: 0b ff ff 0a 01 0a 00 0a 11 12 0b 04 0b ff ff 0a ................ + 0ea0: 02 0a 00 0a 12 12 0b 04 0b ff ff 0a 03 0a 00 0a ................ + 0eb0: 13 08 50 52 30 41 12 3a 04 12 0d 04 0b ff ff 0a ..PR0A.:........ + 0ec0: 00 4c 4e 4b 42 0a 00 12 0d 04 0b ff ff 0a 01 4c .LNKB..........L + 0ed0: 4e 4b 43 0a 00 12 0d 04 0b ff ff 0a 02 4c 4e 4b NKC..........LNK + 0ee0: 44 0a 00 12 0d 04 0b ff ff 0a 03 4c 4e 4b 41 0a D..........LNKA. + 0ef0: 00 08 41 52 30 41 12 32 04 12 0b 04 0b ff ff 0a ..AR0A.2........ + 0f00: 00 0a 00 0a 11 12 0b 04 0b ff ff 0a 01 0a 00 0a ................ + 0f10: 12 12 0b 04 0b ff ff 0a 02 0a 00 0a 13 12 0b 04 ................ + 0f20: 0b ff ff 0a 03 0a 00 0a 10 08 50 52 30 42 12 3a ..........PR0B.: + 0f30: 04 12 0d 04 0b ff ff 0a 00 4c 4e 4b 43 0a 00 12 .........LNKC... + 0f40: 0d 04 0b ff ff 0a 01 4c 4e 4b 44 0a 00 12 0d 04 .......LNKD..... + 0f50: 0b ff ff 0a 02 4c 4e 4b 41 0a 00 12 0d 04 0b ff .....LNKA....... + 0f60: ff 0a 03 4c 4e 4b 42 0a 00 08 41 52 30 42 12 32 ...LNKB...AR0B.2 + 0f70: 04 12 0b 04 0b ff ff 0a 00 0a 00 0a 12 12 0b 04 ................ + 0f80: 0b ff ff 0a 01 0a 00 0a 13 12 0b 04 0b ff ff 0a ................ + 0f90: 02 0a 00 0a 10 12 0b 04 0b ff ff 0a 03 0a 00 0a ................ + 0fa0: 11 08 50 52 30 43 12 3a 04 12 0d 04 0b ff ff 0a ..PR0C.:........ + 0fb0: 00 4c 4e 4b 44 0a 00 12 0d 04 0b ff ff 0a 01 4c .LNKD..........L + 0fc0: 4e 4b 41 0a 00 12 0d 04 0b ff ff 0a 02 4c 4e 4b NKA..........LNK + 0fd0: 42 0a 00 12 0d 04 0b ff ff 0a 03 4c 4e 4b 43 0a B..........LNKC. + 0fe0: 00 08 41 52 30 43 12 32 04 12 0b 04 0b ff ff 0a ..AR0C.2........ + 0ff0: 00 0a 00 0a 13 12 0b 04 0b ff ff 0a 01 0a 00 0a ................ + 1000: 10 12 0b 04 0b ff ff 0a 02 0a 00 0a 11 12 0b 04 ................ + 1010: 0b ff ff 0a 03 0a 00 0a 12 08 50 52 30 31 12 4b ..........PR01.K + 1020: 0b 0c 12 0d 04 0b ff ff 0a 00 4c 4e 4b 46 0a 00 ..........LNKF.. + 1030: 12 0d 04 0b ff ff 0a 01 4c 4e 4b 47 0a 00 12 0d ........LNKG.... + 1040: 04 0b ff ff 0a 02 4c 4e 4b 48 0a 00 12 0d 04 0b ......LNKH...... + 1050: ff ff 0a 03 4c 4e 4b 45 0a 00 12 0f 04 0c ff ff ....LNKE........ + 1060: 01 00 0a 00 4c 4e 4b 47 0a 00 12 0f 04 0c ff ff ....LNKG........ + 1070: 01 00 0a 01 4c 4e 4b 46 0a 00 12 0f 04 0c ff ff ....LNKF........ + 1080: 01 00 0a 02 4c 4e 4b 45 0a 00 12 0f 04 0c ff ff ....LNKE........ + 1090: 01 00 0a 03 4c 4e 4b 48 0a 00 12 0f 04 0c ff ff ....LNKH........ + 10a0: 05 00 0a 00 4c 4e 4b 43 0a 00 12 0f 04 0c ff ff ....LNKC........ + 10b0: 05 00 0a 01 4c 4e 4b 45 0a 00 12 0f 04 0c ff ff ....LNKE........ + 10c0: 05 00 0a 02 4c 4e 4b 47 0a 00 12 0f 04 0c ff ff ....LNKG........ + 10d0: 05 00 0a 03 4c 4e 4b 46 0a 00 08 41 52 30 31 12 ....LNKF...AR01. + 10e0: 43 0a 0c 12 0b 04 0b ff ff 0a 00 0a 00 0a 15 12 C............... + 10f0: 0b 04 0b ff ff 0a 01 0a 00 0a 16 12 0b 04 0b ff ................ + 1100: ff 0a 02 0a 00 0a 17 12 0b 04 0b ff ff 0a 03 0a ................ + 1110: 00 0a 14 12 0d 04 0c ff ff 01 00 0a 00 0a 00 0a ................ + 1120: 16 12 0d 04 0c ff ff 01 00 0a 01 0a 00 0a 15 12 ................ + 1130: 0d 04 0c ff ff 01 00 0a 02 0a 00 0a 14 12 0d 04 ................ + 1140: 0c ff ff 01 00 0a 03 0a 00 0a 17 12 0d 04 0c ff ................ + 1150: ff 05 00 0a 00 0a 00 0a 12 12 0d 04 0c ff ff 05 ................ + 1160: 00 0a 01 0a 00 0a 14 12 0d 04 0c ff ff 05 00 0a ................ + 1170: 02 0a 00 0a 16 12 0d 04 0c ff ff 05 00 0a 03 0a ................ + 1180: 00 0a 15 08 50 52 53 41 11 09 0a 06 23 f8 dc 18 ....PRSA....#... + 1190: 79 00 06 50 52 53 41 50 52 53 42 06 50 52 53 41 y..PRSAPRSB.PRSA + 11a0: 50 52 53 43 06 50 52 53 41 50 52 53 44 06 50 52 PRSC.PRSAPRSD.PR + 11b0: 53 41 50 52 53 45 06 50 52 53 41 50 52 53 46 06 SAPRSE.PRSAPRSF. + 11c0: 50 52 53 41 50 52 53 47 06 50 52 53 41 50 52 53 PRSAPRSG.PRSAPRS + 11d0: 48 5b 82 84 9c 04 50 43 49 30 08 5f 48 49 44 0c H[....PCI0._HID. + 11e0: 41 d0 0a 08 08 5f 43 49 44 0c 41 d0 0a 03 08 5f A...._CID.A...._ + 11f0: 41 44 52 0a 00 14 0a 5e 42 4e 30 30 00 a4 0a 00 ADR....^BN00.... + 1200: 14 0b 5f 42 42 4e 00 a4 42 4e 30 30 08 5f 55 49 .._BBN..BN00._UI + 1210: 44 0a 00 14 16 5f 50 52 54 00 a0 0a 50 49 43 4d D...._PRT...PICM + 1220: a4 41 52 30 30 a4 50 52 30 30 5b 80 48 42 55 53 .AR00.PR00[.HBUS + 1230: 02 0a 00 0b 00 01 5b 81 4b 0d 48 42 55 53 03 00 ......[.K.HBUS.. + 1240: 40 20 45 50 45 4e 01 00 0b 45 50 42 52 14 00 20 @ EPEN...EPBR.. + 1250: 4d 48 45 4e 01 00 0e 4d 48 42 52 11 00 20 47 43 MHEN...MHBR.. GC + 1260: 4c 4b 01 00 1f 44 30 45 4e 01 00 4f 05 50 58 45 LK...D0EN..O.PXE + 1270: 4e 01 50 58 53 5a 02 00 17 50 58 42 52 06 00 20 N.PXSZ...PXBR.. + 1280: 44 49 45 4e 01 00 0b 44 49 42 52 14 00 20 00 14 DIEN...DIBR.. .. + 1290: 4d 45 42 52 0c 00 40 06 00 04 50 4d 30 48 02 00 MEBR..@...PM0H.. + 12a0: 02 50 4d 31 4c 02 00 02 50 4d 31 48 02 00 02 50 .PM1L...PM1H...P + 12b0: 4d 32 4c 02 00 02 50 4d 32 48 02 00 02 50 4d 33 M2L...PM2H...PM3 + 12c0: 4c 02 00 02 50 4d 33 48 02 00 02 50 4d 34 4c 02 L...PM3H...PM4L. + 12d0: 00 02 50 4d 34 48 02 00 02 50 4d 35 4c 02 00 02 ..PM4H...PM5L... + 12e0: 50 4d 35 48 02 00 02 50 4d 36 4c 02 00 02 50 4d PM5H...PM6L...PM + 12f0: 36 48 02 00 02 00 48 10 00 14 54 55 55 44 13 00 6H....H...TUUD.. + 1300: 49 07 00 14 54 4c 55 44 0c 00 40 04 00 07 48 54 I...TLUD..@...HT + 1310: 53 45 01 5b 80 4d 43 48 54 00 0c 00 00 d1 fe 0b SE.[.MCHT....... + 1320: 00 60 5b 81 20 4d 43 48 54 01 00 80 ca 2c 52 50 .`[. MCHT....,RP + 1330: 53 4c 08 00 18 52 50 30 43 08 52 50 31 43 08 52 SL...RP0C.RP1C.R + 1340: 50 4e 43 08 08 42 55 46 30 11 43 1f 0b ee 01 88 PNC..BUF0.C..... + 1350: 0d 00 02 0c 00 00 00 00 00 ff 00 00 00 00 01 87 ................ + 1360: 17 00 01 0c 03 00 00 00 00 00 00 00 00 f7 0c 00 ................ + 1370: 00 00 00 00 00 f8 0c 00 00 47 01 f8 0c f8 0c 01 .........G...... + 1380: 08 87 17 00 01 0c 03 00 00 00 00 00 0d 00 00 ff ................ + 1390: ff 00 00 00 00 00 00 00 f3 00 00 87 17 00 00 0c ................ + 13a0: 03 00 00 00 00 00 00 0a 00 ff ff 0b 00 00 00 00 ................ + 13b0: 00 00 00 02 00 87 17 00 00 0c 03 00 00 00 00 00 ................ + 13c0: 00 0c 00 ff 3f 0c 00 00 00 00 00 00 40 00 00 87 ....?.......@... + 13d0: 17 00 00 0c 03 00 00 00 00 00 40 0c 00 ff 7f 0c ..........@..... + 13e0: 00 00 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 ......@......... + 13f0: 00 00 00 00 80 0c 00 ff bf 0c 00 00 00 00 00 00 ................ + 1400: 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 c0 0c @............... + 1410: 00 ff ff 0c 00 00 00 00 00 00 40 00 00 87 17 00 ..........@..... + 1420: 00 0c 03 00 00 00 00 00 00 0d 00 ff 3f 0d 00 00 ............?... + 1430: 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 00 00 ....@........... + 1440: 00 00 40 0d 00 ff 7f 0d 00 00 00 00 00 00 40 00 ..@...........@. + 1450: 00 87 17 00 00 0c 03 00 00 00 00 00 80 0d 00 ff ................ + 1460: bf 0d 00 00 00 00 00 00 40 00 00 87 17 00 00 0c ........@....... + 1470: 03 00 00 00 00 00 c0 0d 00 ff ff 0d 00 00 00 00 ................ + 1480: 00 00 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 ..@............. + 1490: 00 0e 00 ff 3f 0e 00 00 00 00 00 00 40 00 00 87 ....?.......@... + 14a0: 17 00 00 0c 03 00 00 00 00 00 40 0e 00 ff 7f 0e ..........@..... + 14b0: 00 00 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 ......@......... + 14c0: 00 00 00 00 80 0e 00 ff bf 0e 00 00 00 00 00 00 ................ + 14d0: 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 c0 0e @............... + 14e0: 00 ff ff 0e 00 00 00 00 00 00 40 00 00 87 17 00 ..........@..... + 14f0: 00 0c 03 00 00 00 00 00 00 0f 00 ff ff 0f 00 00 ................ + 1500: 00 00 00 00 00 01 00 87 17 00 00 0c 03 00 00 00 ................ + 1510: 00 00 00 00 00 ff ff af fe 00 00 00 00 00 00 b0 ................ + 1520: fe 87 17 00 00 0c 03 00 00 00 00 00 00 d4 fe ff ................ + 1530: 4f d4 fe 00 00 00 00 00 50 00 00 79 00 14 4d 2d O.......P..y..M- + 1540: 5f 43 52 53 08 a0 16 50 4d 31 4c 8a 42 55 46 30 _CRS...PM1L.BUF0 + 1550: 0a 7c 43 30 4c 4e 70 00 43 30 4c 4e a0 1a 93 50 .|C0LNp.C0LN...P + 1560: 4d 31 4c 0a 01 8d 42 55 46 30 0b 58 03 43 30 52 M1L...BUF0.X.C0R + 1570: 57 70 00 43 30 52 57 a0 16 50 4d 31 48 8a 42 55 Wp.C0RW..PM1H.BU + 1580: 46 30 0a 96 43 34 4c 4e 70 00 43 34 4c 4e a0 1a F0..C4LNp.C4LN.. + 1590: 93 50 4d 31 48 0a 01 8d 42 55 46 30 0b 28 04 43 .PM1H...BUF0.(.C + 15a0: 34 52 57 70 00 43 34 52 57 a0 16 50 4d 32 4c 8a 4RWp.C4RW..PM2L. + 15b0: 42 55 46 30 0a b0 43 38 4c 4e 70 00 43 38 4c 4e BUF0..C8LNp.C8LN + 15c0: a0 1a 93 50 4d 32 4c 0a 01 8d 42 55 46 30 0b f8 ...PM2L...BUF0.. + 15d0: 04 43 38 52 57 70 00 43 38 52 57 a0 16 50 4d 32 .C8RWp.C8RW..PM2 + 15e0: 48 8a 42 55 46 30 0a ca 43 43 4c 4e 70 00 43 43 H.BUF0..CCLNp.CC + 15f0: 4c 4e a0 1a 93 50 4d 32 48 0a 01 8d 42 55 46 30 LN...PM2H...BUF0 + 1600: 0b c8 05 43 43 52 57 70 00 43 43 52 57 a0 16 50 ...CCRWp.CCRW..P + 1610: 4d 33 4c 8a 42 55 46 30 0a e4 44 30 4c 4e 70 00 M3L.BUF0..D0LNp. + 1620: 44 30 4c 4e a0 1a 93 50 4d 33 4c 0a 01 8d 42 55 D0LN...PM3L...BU + 1630: 46 30 0b 98 06 44 30 52 57 70 00 44 30 52 57 a0 F0...D0RWp.D0RW. + 1640: 16 50 4d 33 48 8a 42 55 46 30 0a fe 44 34 4c 4e .PM3H.BUF0..D4LN + 1650: 70 00 44 34 4c 4e a0 1a 93 50 4d 33 48 0a 01 8d p.D4LN...PM3H... + 1660: 42 55 46 30 0b 68 07 44 34 52 57 70 00 44 34 52 BUF0.h.D4RWp.D4R + 1670: 57 a0 17 50 4d 34 4c 8a 42 55 46 30 0b 18 01 44 W..PM4L.BUF0...D + 1680: 38 4c 4e 70 00 44 38 4c 4e a0 1a 93 50 4d 34 4c 8LNp.D8LN...PM4L + 1690: 0a 01 8d 42 55 46 30 0b 38 08 44 38 52 57 70 00 ...BUF0.8.D8RWp. + 16a0: 44 38 52 57 a0 17 50 4d 34 48 8a 42 55 46 30 0b D8RW..PM4H.BUF0. + 16b0: 32 01 44 43 4c 4e 70 00 44 43 4c 4e a0 1a 93 50 2.DCLNp.DCLN...P + 16c0: 4d 34 48 0a 01 8d 42 55 46 30 0b 08 09 44 43 52 M4H...BUF0...DCR + 16d0: 57 70 00 44 43 52 57 a0 17 50 4d 35 4c 8a 42 55 Wp.DCRW..PM5L.BU + 16e0: 46 30 0b 4c 01 45 30 4c 4e 70 00 45 30 4c 4e a0 F0.L.E0LNp.E0LN. + 16f0: 1a 93 50 4d 35 4c 0a 01 8d 42 55 46 30 0b d8 09 ..PM5L...BUF0... + 1700: 45 30 52 57 70 00 45 30 52 57 a0 17 50 4d 35 48 E0RWp.E0RW..PM5H + 1710: 8a 42 55 46 30 0b 66 01 45 34 4c 4e 70 00 45 34 .BUF0.f.E4LNp.E4 + 1720: 4c 4e a0 1a 93 50 4d 35 48 0a 01 8d 42 55 46 30 LN...PM5H...BUF0 + 1730: 0b a8 0a 45 34 52 57 70 00 45 34 52 57 a0 17 50 ...E4RWp.E4RW..P + 1740: 4d 36 4c 8a 42 55 46 30 0b 80 01 45 38 4c 4e 70 M6L.BUF0...E8LNp + 1750: 00 45 38 4c 4e a0 1a 93 50 4d 36 4c 0a 01 8d 42 .E8LN...PM6L...B + 1760: 55 46 30 0b 78 0b 45 38 52 57 70 00 45 38 52 57 UF0.x.E8RWp.E8RW + 1770: a0 17 50 4d 36 48 8a 42 55 46 30 0b 9a 01 45 43 ..PM6H.BUF0...EC + 1780: 4c 4e 70 00 45 43 4c 4e a0 1a 93 50 4d 36 48 0a LNp.ECLN...PM6H. + 1790: 01 8d 42 55 46 30 0b 48 0c 45 43 52 57 70 00 45 ..BUF0.H.ECRWp.E + 17a0: 43 52 57 a0 17 50 4d 30 48 8a 42 55 46 30 0b b4 CRW..PM0H.BUF0.. + 17b0: 01 46 30 4c 4e 70 00 46 30 4c 4e a0 1a 93 50 4d .F0LNp.F0LN...PM + 17c0: 30 48 0a 01 8d 42 55 46 30 0b 18 0d 46 30 52 57 0H...BUF0...F0RW + 17d0: 70 00 46 30 52 57 8a 42 55 46 30 0b c2 01 4d 31 p.F0RW.BUF0...M1 + 17e0: 4d 4e 8a 42 55 46 30 0b c6 01 4d 31 4d 58 8a 42 MN.BUF0...M1MX.B + 17f0: 55 46 30 0b ce 01 4d 31 4c 4e 79 54 4c 55 44 0a UF0...M1LNyTLUD. + 1800: 14 4d 31 4d 4e 72 74 4d 31 4d 58 4d 31 4d 4e 00 .M1MNrtM1MXM1MN. + 1810: 0a 01 4d 31 4c 4e a4 42 55 46 30 08 47 55 49 44 ..M1LN.BUF0.GUID + 1820: 11 13 0a 10 5b 4d db 33 f7 1f 1c 40 96 57 74 41 ....[M.3...@.WtA + 1830: c0 3d d7 66 08 53 55 50 50 0a 00 08 43 54 52 4c .=.f.SUPP...CTRL + 1840: 0a 00 14 4d 0e 5f 4f 53 43 0c 70 6b 60 8a 60 0a ...M._OSC.pk`.`. + 1850: 00 43 44 57 31 8a 60 0a 04 43 44 57 32 8a 60 0a .CDW1.`..CDW2.`. + 1860: 08 43 44 57 33 70 43 44 57 32 53 55 50 50 70 43 .CDW3pCDW2SUPPpC + 1870: 44 57 33 43 54 52 4c a0 4a 08 93 0a 01 4f 53 44 DW3CTRL.J....OSD + 1880: 57 a0 41 07 90 93 68 47 55 49 44 4e 45 58 50 a0 W.A...hGUIDNEXP. + 1890: 27 80 7b 43 44 57 31 0a 01 00 00 a0 0d 7b 43 54 '.{CDW1......{CT + 18a0: 52 4c 0a 02 00 4e 48 50 47 a0 0d 7b 43 54 52 4c RL...NHPG..{CTRL + 18b0: 0a 04 00 4e 50 4d 45 a0 10 92 93 69 01 7d 43 44 ...NPME....i.}CD + 18c0: 57 31 0a 08 43 44 57 31 a0 16 92 93 43 44 57 33 W1..CDW1....CDW3 + 18d0: 43 54 52 4c 7d 43 44 57 31 0a 10 43 44 57 31 70 CTRL}CDW1..CDW1p + 18e0: 43 54 52 4c 43 44 57 33 70 43 54 52 4c 4f 53 43 CTRLCDW3pCTRLOSC + 18f0: 43 a4 60 a1 0e 7d 43 44 57 31 0a 04 43 44 57 31 C.`..}CDW1..CDW1 + 1900: a4 60 a1 2d a0 29 93 68 47 55 49 44 a0 21 93 5c .`.-.).hGUID.!.\ + 1910: 2f 03 5f 53 42 5f 50 43 49 30 44 54 42 50 0a 01 /._SB_PCI0DTBP.. + 1920: 7b 43 44 57 33 0c fb ff ff ff 43 44 57 33 a4 60 {CDW3.....CDW3.` + 1930: 10 48 19 5c 2e 5f 53 42 5f 50 43 49 30 14 11 41 .H.\._SB_PCI0..A + 1940: 52 30 30 00 a4 5c 2e 5f 53 42 5f 41 52 30 30 14 R00..\._SB_AR00. + 1950: 11 50 52 30 30 00 a4 5c 2e 5f 53 42 5f 50 52 30 .PR00..\._SB_PR0 + 1960: 30 14 11 41 52 30 31 00 a4 5c 2e 5f 53 42 5f 41 0..AR01..\._SB_A + 1970: 52 30 31 14 11 50 52 30 31 00 a4 5c 2e 5f 53 42 R01..PR01..\._SB + 1980: 5f 50 52 30 31 14 11 41 52 30 32 00 a4 5c 2e 5f _PR01..AR02..\._ + 1990: 53 42 5f 41 52 30 32 14 11 50 52 30 32 00 a4 5c SB_AR02..PR02..\ + 19a0: 2e 5f 53 42 5f 50 52 30 32 14 11 41 52 30 34 00 ._SB_PR02..AR04. + 19b0: a4 5c 2e 5f 53 42 5f 41 52 30 34 14 11 50 52 30 .\._SB_AR04..PR0 + 19c0: 34 00 a4 5c 2e 5f 53 42 5f 50 52 30 34 14 11 41 4..\._SB_PR04..A + 19d0: 52 30 35 00 a4 5c 2e 5f 53 42 5f 41 52 30 35 14 R05..\._SB_AR05. + 19e0: 11 50 52 30 35 00 a4 5c 2e 5f 53 42 5f 50 52 30 .PR05..\._SB_PR0 + 19f0: 35 14 11 41 52 30 36 00 a4 5c 2e 5f 53 42 5f 41 5..AR06..\._SB_A + 1a00: 52 30 36 14 11 50 52 30 36 00 a4 5c 2e 5f 53 42 R06..PR06..\._SB + 1a10: 5f 50 52 30 36 14 11 41 52 30 37 00 a4 5c 2e 5f _PR06..AR07..\._ + 1a20: 53 42 5f 41 52 30 37 14 11 50 52 30 37 00 a4 5c SB_AR07..PR07..\ + 1a30: 2e 5f 53 42 5f 50 52 30 37 14 11 41 52 30 38 00 ._SB_PR07..AR08. + 1a40: a4 5c 2e 5f 53 42 5f 41 52 30 38 14 11 50 52 30 .\._SB_AR08..PR0 + 1a50: 38 00 a4 5c 2e 5f 53 42 5f 50 52 30 38 14 11 41 8..\._SB_PR08..A + 1a60: 52 30 39 00 a4 5c 2e 5f 53 42 5f 41 52 30 39 14 R09..\._SB_AR09. + 1a70: 11 50 52 30 39 00 a4 5c 2e 5f 53 42 5f 50 52 30 .PR09..\._SB_PR0 + 1a80: 39 14 11 41 52 30 41 00 a4 5c 2e 5f 53 42 5f 41 9..AR0A..\._SB_A + 1a90: 52 30 41 14 11 50 52 30 41 00 a4 5c 2e 5f 53 42 R0A..PR0A..\._SB + 1aa0: 5f 50 52 30 41 14 11 41 52 30 42 00 a4 5c 2e 5f _PR0A..AR0B..\._ + 1ab0: 53 42 5f 41 52 30 42 14 11 50 52 30 42 00 a4 5c SB_AR0B..PR0B..\ + 1ac0: 2e 5f 53 42 5f 50 52 30 42 5b 82 0c 4d 43 48 43 ._SB_PR0B[..MCHC + 1ad0: 08 5f 41 44 52 0a 00 5b 82 46 04 50 30 50 32 08 ._ADR..[.F.P0P2. + 1ae0: 5f 41 44 52 0c 00 00 01 00 14 1e 5f 50 52 57 00 _ADR......._PRW. + 1af0: a0 0d 4f 53 44 57 a4 12 06 02 0a 69 0a 03 a1 09 ..OSDW.....i.... + 1b00: a4 12 06 02 0a 69 0a 03 14 16 5f 50 52 54 00 a0 .....i...._PRT.. + 1b10: 0a 50 49 43 4d a4 41 52 30 32 a4 50 52 30 32 5b .PICM.AR02.PR02[ + 1b20: 82 8b aa 01 49 47 50 55 08 5f 41 44 52 0c 00 00 ....IGPU._ADR... + 1b30: 02 00 5b 80 47 46 58 48 02 0a 00 0a 40 5b 81 10 ..[.GFXH....@[.. + 1b40: 47 46 58 48 01 56 49 44 30 10 44 49 44 30 10 14 GFXH.VID0.DID0.. + 1b50: 4b 05 5f 44 53 4d 04 a0 40 05 93 68 11 13 0a 10 K._DSM..@..h.... + 1b60: c6 b7 b5 a0 18 13 1c 44 b0 c9 fe 69 5e af 94 9b .......D...i^... + 1b70: a0 37 92 93 7b 56 49 44 30 0b ff ff 00 0b ff ff .7..{VID0....... + 1b80: 70 12 19 02 0d 68 64 61 2d 67 66 78 00 11 0d 0a p....hda-gfx.... + 1b90: 0a 6f 6e 62 6f 61 72 64 2d 31 00 60 44 54 47 50 .onboard-1.`DTGP + 1ba0: 68 69 6a 6b 71 60 a4 60 a4 0a 00 14 0b 48 44 46 hijkq`.`.....HDF + 1bb0: 52 08 a4 47 50 39 32 14 2b 48 44 46 57 09 a0 0d R..GP92.+HDFW... + 1bc0: 92 94 68 0a 00 70 0a 01 47 44 39 32 a1 16 a0 14 ..h..p..GD92.... + 1bd0: 92 94 68 0a 01 70 0a 00 47 44 39 32 70 0a 00 47 ..h..p..GD92p..G + 1be0: 50 39 32 14 0b 48 44 4c 52 08 a4 47 50 35 32 14 P92..HDLR..GP52. + 1bf0: 2b 48 44 4c 57 09 a0 0d 92 94 68 0a 00 70 0a 01 +HDLW.....h..p.. + 1c00: 47 44 35 32 a1 16 a0 14 92 94 68 0a 01 70 0a 00 GD52......h..p.. + 1c10: 47 44 35 32 70 0a 00 47 50 35 32 14 06 50 43 50 GD52p..GP52..PCP + 1c20: 43 00 14 09 50 41 50 52 00 a4 0a 00 14 27 5f 44 C...PAPR.....'_D + 1c30: 4f 53 01 70 7b 68 0a 07 00 44 53 45 4e a0 16 93 OS.p{h...DSEN... + 1c40: 7b 68 0a 03 00 0a 00 a0 0c 5b 12 48 44 4f 53 00 {h.......[.HDOS. + 1c50: 48 44 4f 53 14 4c 50 5f 44 4f 44 00 a0 08 5b 12 HDOS.LP_DOD...[. + 1c60: 49 44 41 42 00 a1 49 0b 70 0a 00 4e 44 49 44 a0 IDAB..I.p..NDID. + 1c70: 15 92 93 44 49 44 4c 00 70 53 44 44 4c 44 49 44 ...DIDL.pSDDLDID + 1c80: 4c 44 49 44 31 a0 15 92 93 44 44 4c 32 00 70 53 LDID1....DDL2.pS + 1c90: 44 44 4c 44 44 4c 32 44 49 44 32 a0 15 92 93 44 DDLDDL2DID2....D + 1ca0: 44 4c 33 00 70 53 44 44 4c 44 44 4c 33 44 49 44 DL3.pSDDLDDL3DID + 1cb0: 33 a0 15 92 93 44 44 4c 34 00 70 53 44 44 4c 44 3....DDL4.pSDDLD + 1cc0: 44 4c 34 44 49 44 34 a0 15 92 93 44 44 4c 35 00 DL4DID4....DDL5. + 1cd0: 70 53 44 44 4c 44 44 4c 35 44 49 44 35 a0 15 92 pSDDLDDL5DID5... + 1ce0: 93 44 44 4c 36 00 70 53 44 44 4c 44 44 4c 36 44 .DDL6.pSDDLDDL6D + 1cf0: 49 44 36 a0 15 92 93 44 44 4c 37 00 70 53 44 44 ID6....DDL7.pSDD + 1d00: 4c 44 44 4c 37 44 49 44 37 a0 15 92 93 44 44 4c LDDL7DID7....DDL + 1d10: 38 00 70 53 44 44 4c 44 44 4c 38 44 49 44 38 a0 8.pSDDLDDL8DID8. + 1d20: 2e 93 4e 44 49 44 0a 01 08 54 4d 50 31 12 07 01 ..NDID...TMP1... + 1d30: 0c ff ff ff ff 70 7d 0c 00 00 01 00 44 49 44 31 .....p}.....DID1 + 1d40: 00 88 54 4d 50 31 0a 00 00 a4 54 4d 50 31 a0 48 ..TMP1....TMP1.H + 1d50: 04 93 4e 44 49 44 0a 02 08 54 4d 50 32 12 0c 02 ..NDID...TMP2... + 1d60: 0c ff ff ff ff 0c ff ff ff ff 70 7d 0c 00 00 01 ..........p}.... + 1d70: 00 44 49 44 31 00 88 54 4d 50 32 0a 00 00 70 7d .DID1..TMP2...p} + 1d80: 0c 00 00 01 00 44 49 44 32 00 88 54 4d 50 32 0a .....DID2..TMP2. + 1d90: 01 00 a4 54 4d 50 32 a0 41 06 93 4e 44 49 44 0a ...TMP2.A..NDID. + 1da0: 03 08 54 4d 50 33 12 11 03 0c ff ff ff ff 0c ff ..TMP3.......... + 1db0: ff ff ff 0c ff ff ff ff 70 7d 0c 00 00 01 00 44 ........p}.....D + 1dc0: 49 44 31 00 88 54 4d 50 33 0a 00 00 70 7d 0c 00 ID1..TMP3...p}.. + 1dd0: 00 01 00 44 49 44 32 00 88 54 4d 50 33 0a 01 00 ...DID2..TMP3... + 1de0: 70 7d 0c 00 00 01 00 44 49 44 33 00 88 54 4d 50 p}.....DID3..TMP + 1df0: 33 0a 02 00 a4 54 4d 50 33 a0 4a 07 93 4e 44 49 3....TMP3.J..NDI + 1e00: 44 0a 04 08 54 4d 50 34 12 16 04 0c ff ff ff ff D...TMP4........ + 1e10: 0c ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff 70 ...............p + 1e20: 7d 0c 00 00 01 00 44 49 44 31 00 88 54 4d 50 34 }.....DID1..TMP4 + 1e30: 0a 00 00 70 7d 0c 00 00 01 00 44 49 44 32 00 88 ...p}.....DID2.. + 1e40: 54 4d 50 34 0a 01 00 70 7d 0c 00 00 01 00 44 49 TMP4...p}.....DI + 1e50: 44 33 00 88 54 4d 50 34 0a 02 00 70 7d 0c 00 00 D3..TMP4...p}... + 1e60: 01 00 44 49 44 34 00 88 54 4d 50 34 0a 03 00 a4 ..DID4..TMP4.... + 1e70: 54 4d 50 34 a0 43 09 93 4e 44 49 44 0a 05 08 54 TMP4.C..NDID...T + 1e80: 4d 50 35 12 1b 05 0c ff ff ff ff 0c ff ff ff ff MP5............. + 1e90: 0c ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff 70 ...............p + 1ea0: 7d 0c 00 00 01 00 44 49 44 31 00 88 54 4d 50 35 }.....DID1..TMP5 + 1eb0: 0a 00 00 70 7d 0c 00 00 01 00 44 49 44 32 00 88 ...p}.....DID2.. + 1ec0: 54 4d 50 35 0a 01 00 70 7d 0c 00 00 01 00 44 49 TMP5...p}.....DI + 1ed0: 44 33 00 88 54 4d 50 35 0a 02 00 70 7d 0c 00 00 D3..TMP5...p}... + 1ee0: 01 00 44 49 44 34 00 88 54 4d 50 35 0a 03 00 70 ..DID4..TMP5...p + 1ef0: 7d 0c 00 00 01 00 44 49 44 35 00 88 54 4d 50 35 }.....DID5..TMP5 + 1f00: 0a 04 00 a4 54 4d 50 35 a0 4c 0a 93 4e 44 49 44 ....TMP5.L..NDID + 1f10: 0a 06 08 54 4d 50 36 12 20 06 0c ff ff ff ff 0c ...TMP6. ....... + 1f20: ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff 0c ff ................ + 1f30: ff ff ff 0c ff ff ff ff 70 7d 0c 00 00 01 00 44 ........p}.....D + 1f40: 49 44 31 00 88 54 4d 50 36 0a 00 00 70 7d 0c 00 ID1..TMP6...p}.. + 1f50: 00 01 00 44 49 44 32 00 88 54 4d 50 36 0a 01 00 ...DID2..TMP6... + 1f60: 70 7d 0c 00 00 01 00 44 49 44 33 00 88 54 4d 50 p}.....DID3..TMP + 1f70: 36 0a 02 00 70 7d 0c 00 00 01 00 44 49 44 34 00 6...p}.....DID4. + 1f80: 88 54 4d 50 36 0a 03 00 70 7d 0c 00 00 01 00 44 .TMP6...p}.....D + 1f90: 49 44 35 00 88 54 4d 50 36 0a 04 00 70 7d 0c 00 ID5..TMP6...p}.. + 1fa0: 00 01 00 44 49 44 36 00 88 54 4d 50 36 0a 05 00 ...DID6..TMP6... + 1fb0: a4 54 4d 50 36 a0 45 0c 93 4e 44 49 44 0a 07 08 .TMP6.E..NDID... + 1fc0: 54 4d 50 37 12 25 07 0c ff ff ff ff 0c ff ff ff TMP7.%.......... + 1fd0: ff 0c ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff ................ + 1fe0: 0c ff ff ff ff 0c ff ff ff ff 70 7d 0c 00 00 01 ..........p}.... + 1ff0: 00 44 49 44 31 00 88 54 4d 50 37 0a 00 00 70 7d .DID1..TMP7...p} + 2000: 0c 00 00 01 00 44 49 44 32 00 88 54 4d 50 37 0a .....DID2..TMP7. + 2010: 01 00 70 7d 0c 00 00 01 00 44 49 44 33 00 88 54 ..p}.....DID3..T + 2020: 4d 50 37 0a 02 00 70 7d 0c 00 00 01 00 44 49 44 MP7...p}.....DID + 2030: 34 00 88 54 4d 50 37 0a 03 00 70 7d 0c 00 00 01 4..TMP7...p}.... + 2040: 00 44 49 44 35 00 88 54 4d 50 37 0a 04 00 70 7d .DID5..TMP7...p} + 2050: 0c 00 00 01 00 44 49 44 36 00 88 54 4d 50 37 0a .....DID6..TMP7. + 2060: 05 00 70 7d 0c 00 00 01 00 44 49 44 37 00 88 54 ..p}.....DID7..T + 2070: 4d 50 37 0a 06 00 a4 54 4d 50 37 a0 4e 0d 93 4e MP7....TMP7.N..N + 2080: 44 49 44 0a 08 08 54 4d 50 38 12 2a 08 0c ff ff DID...TMP8.*.... + 2090: ff ff 0c ff ff ff ff 0c ff ff ff ff 0c ff ff ff ................ + 20a0: ff 0c ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff ................ + 20b0: 0c ff ff ff ff 70 7d 0c 00 00 01 00 44 49 44 31 .....p}.....DID1 + 20c0: 00 88 54 4d 50 38 0a 00 00 70 7d 0c 00 00 01 00 ..TMP8...p}..... + 20d0: 44 49 44 32 00 88 54 4d 50 38 0a 01 00 70 7d 0c DID2..TMP8...p}. + 20e0: 00 00 01 00 44 49 44 33 00 88 54 4d 50 38 0a 02 ....DID3..TMP8.. + 20f0: 00 70 7d 0c 00 00 01 00 44 49 44 34 00 88 54 4d .p}.....DID4..TM + 2100: 50 38 0a 03 00 70 7d 0c 00 00 01 00 44 49 44 35 P8...p}.....DID5 + 2110: 00 88 54 4d 50 38 0a 04 00 70 7d 0c 00 00 01 00 ..TMP8...p}..... + 2120: 44 49 44 36 00 88 54 4d 50 38 0a 05 00 70 7d 0c DID6..TMP8...p}. + 2130: 00 00 01 00 44 49 44 37 00 88 54 4d 50 38 0a 06 ....DID7..TMP8.. + 2140: 00 70 7d 0c 00 00 01 00 44 49 44 38 00 88 54 4d .p}.....DID8..TM + 2150: 50 38 0a 07 00 a4 54 4d 50 38 a4 12 05 01 0b 00 P8....TMP8...... + 2160: 04 08 45 44 50 56 0a 00 08 44 49 44 58 0a 00 08 ..EDPV...DIDX... + 2170: 4e 58 44 58 0a 00 08 42 52 54 4e 12 26 12 0a 50 NXDX...BRTN.&..P + 2180: 0a 2f 0a 00 0a 07 0a 0d 0a 14 0a 1b 0a 21 0a 28 ./...........!.( + 2190: 0a 2f 0a 35 0a 3c 0a 43 0a 49 0a 50 0a 57 0a 5d ./.5.<.C.I.P.W.] + 21a0: 0a 64 14 40 11 41 42 43 4c 00 a0 32 95 4f 53 59 .d.@.ABCL..2.OSY + 21b0: 53 0b dc 07 70 83 88 42 52 54 4e 0a 0f 00 88 42 S...p..BRTN....B + 21c0: 52 54 4e 0a 00 00 70 83 88 42 52 54 4e 0a 0a 00 RTN...p..BRTN... + 21d0: 88 42 52 54 4e 0a 01 00 a4 42 52 54 4e a1 45 0d .BRTN....BRTN.E. + 21e0: a4 12 41 0d 67 0a 50 0a 32 0a 00 0a 01 0a 02 0a ..A.g.P.2....... + 21f0: 03 0a 04 0a 05 0a 06 0a 07 0a 08 0a 09 0a 0a 0a ................ + 2200: 0b 0a 0c 0a 0d 0a 0e 0a 0f 0a 10 0a 11 0a 12 0a ................ + 2210: 13 0a 14 0a 15 0a 16 0a 17 0a 18 0a 19 0a 1a 0a ................ + 2220: 1b 0a 1c 0a 1d 0a 1e 0a 1f 0a 20 0a 21 0a 22 0a .......... .!.". + 2230: 23 0a 24 0a 25 0a 26 0a 27 0a 28 0a 29 0a 2a 0a #.$.%.&.'.(.).*. + 2240: 2b 0a 2c 0a 2d 0a 2e 0a 2f 0a 30 0a 31 0a 32 0a +.,.-.../.0.1.2. + 2250: 33 0a 34 0a 35 0a 36 0a 37 0a 38 0a 39 0a 3a 0a 3.4.5.6.7.8.9.:. + 2260: 3b 0a 3c 0a 3d 0a 3e 0a 3f 0a 40 0a 41 0a 42 0a ;.<.=.>.?.@.A.B. + 2270: 43 0a 44 0a 45 0a 46 0a 47 0a 48 0a 49 0a 4a 0a C.D.E.F.G.H.I.J. + 2280: 4b 0a 4c 0a 4d 0a 4e 0a 4f 0a 50 0a 51 0a 52 0a K.L.M.N.O.P.Q.R. + 2290: 53 0a 54 0a 55 0a 56 0a 57 0a 58 0a 59 0a 5a 0a S.T.U.V.W.X.Y.Z. + 22a0: 5b 0a 5c 0a 5d 0a 5e 0a 5f 0a 60 0a 61 0a 62 0a [.\.].^._.`.a.b. + 22b0: 63 0a 64 14 31 41 42 43 4d 01 a0 28 90 92 95 68 c.d.1ABCM..(...h + 22c0: 0a 00 92 94 68 0a 64 70 68 42 52 54 4c 5c 2f 04 ....h.dphBRTL\/. + 22d0: 5f 53 42 5f 50 43 49 30 49 47 50 55 41 49 4e 54 _SB_PCI0IGPUAINT + 22e0: 0a 01 68 a4 00 14 0b 41 42 51 43 00 a4 42 52 54 ..h....ABQC..BRT + 22f0: 4c 5b 82 42 0f 44 44 30 31 14 4a 04 5f 41 44 52 L[.B.DD01.J._ADR + 2300: 08 a0 2a 93 7b 0b 00 0f 44 49 44 31 00 0b 02 03 ..*.{...DID1.... + 2310: 70 0a 01 45 44 50 56 70 4e 58 44 31 4e 58 44 58 p..EDPVpNXD1NXDX + 2320: 70 44 49 44 31 44 49 44 58 a4 0a 01 a0 0b 93 44 pDID1DIDX......D + 2330: 49 44 31 0a 00 a4 0a 01 a1 0b a4 7b 0b ff ff 44 ID1........{...D + 2340: 49 44 31 00 14 0f 5f 44 43 53 00 a4 43 44 44 53 ID1..._DCS..CDDS + 2350: 44 49 44 31 14 1d 5f 44 47 53 00 a0 0d 5b 12 53 DID1.._DGS...[.S + 2360: 4e 58 44 00 a4 4e 58 44 31 a4 4e 44 44 53 44 49 NXD..NXD1.NDDSDI + 2370: 44 31 14 1f 5f 44 53 53 01 a0 18 93 7b 68 0c 00 D1.._DSS....{h.. + 2380: 00 00 c0 00 0c 00 00 00 c0 70 4e 53 54 45 43 53 .........pNSTECS + 2390: 54 45 14 1a 5f 42 43 4c 00 a4 5c 2f 04 5f 53 42 TE.._BCL..\/._SB + 23a0: 5f 50 43 49 30 49 47 50 55 41 42 43 4c 14 1c 5f _PCI0IGPUABCL.._ + 23b0: 42 43 4d 01 5c 2f 04 5f 53 42 5f 50 43 49 30 49 BCM.\/._SB_PCI0I + 23c0: 47 50 55 41 42 43 4d 68 a4 00 14 1a 5f 42 51 43 GPUABCMh...._BQC + 23d0: 00 a4 5c 2f 04 5f 53 42 5f 50 43 49 30 49 47 50 ..\/._SB_PCI0IGP + 23e0: 55 41 42 51 43 5b 82 4b 0a 44 44 30 32 14 4a 04 UABQC[.K.DD02.J. + 23f0: 5f 41 44 52 08 a0 2a 93 7b 0b 00 0f 44 49 44 32 _ADR..*.{...DID2 + 2400: 00 0b 02 03 70 0a 02 45 44 50 56 70 4e 58 44 32 ....p..EDPVpNXD2 + 2410: 4e 58 44 58 70 44 49 44 32 44 49 44 58 a4 0a 02 NXDXpDID2DIDX... + 2420: a0 0b 93 44 49 44 32 0a 00 a4 0a 02 a1 0b a4 7b ...DID2........{ + 2430: 0b ff ff 44 49 44 32 00 14 1b 5f 44 43 53 00 a0 ...DID2..._DCS.. + 2440: 0b 93 4c 49 44 53 0a 00 a4 0a 00 a4 43 44 44 53 ..LIDS......CDDS + 2450: 44 49 44 32 14 1d 5f 44 47 53 00 a0 0d 5b 12 53 DID2.._DGS...[.S + 2460: 4e 58 44 00 a4 4e 58 44 32 a4 4e 44 44 53 44 49 NXD..NXD2.NDDSDI + 2470: 44 32 14 1f 5f 44 53 53 01 a0 18 93 7b 68 0c 00 D2.._DSS....{h.. + 2480: 00 00 c0 00 0c 00 00 00 c0 70 4e 53 54 45 43 53 .........pNSTECS + 2490: 54 45 5b 82 4d 0a 44 44 30 33 14 4a 04 5f 41 44 TE[.M.DD03.J._AD + 24a0: 52 08 a0 2a 93 7b 0b 00 0f 44 49 44 33 00 0b 02 R..*.{...DID3... + 24b0: 03 70 0a 03 45 44 50 56 70 4e 58 44 33 4e 58 44 .p..EDPVpNXD3NXD + 24c0: 58 70 44 49 44 33 44 49 44 58 a4 0a 03 a0 0b 93 XpDID3DIDX...... + 24d0: 44 49 44 33 0a 00 a4 0a 03 a1 0b a4 7b 0b ff ff DID3........{... + 24e0: 44 49 \ No newline at end of file diff --git a/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/cpuinfo.log b/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/cpuinfo.log new file mode 100644 index 0000000..e69de29 diff --git a/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/dmesg.log b/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/dmesg.log new file mode 100644 index 0000000..2941dc2 --- /dev/null +++ b/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/dmesg.log @@ -0,0 +1,1133 @@ +<6>[ 0.000000] Initializing cgroup subsys cpuset +<6>[ 0.000000] Initializing cgroup subsys cpu +<6>[ 0.000000] Initializing cgroup subsys cpuacct +<5>[ 0.000000] Linux version 4.2.0-18-generic (buildd@lgw01-55) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #22~14.04.1-Ubuntu SMP Fri Nov 6 22:20:11 UTC 2015 (Ubuntu 4.2.0-18.22~14.04.1-generic 4.2.3) +<6>[ 0.000000] Command line: BOOT_IMAGE=/casper/vmlinuz boot=casper ip=frommedia persistent noprompt splash quiet FWTS_AUTO_SHUTDOWN=1 -- +<6>[ 0.000000] KERNEL supported cpus: +<6>[ 0.000000] Intel GenuineIntel +<6>[ 0.000000] AMD AuthenticAMD +<6>[ 0.000000] Centaur CentaurHauls +<6>[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 +<6>[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' +<6>[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' +<6>[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' +<6>[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 0x340 bytes, using 'standard' format. +<6>[ 0.000000] x86/fpu: Using 'eager' FPU context switches. +<6>[ 0.000000] e820: BIOS-provided physical RAM map: +<6>[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable +<6>[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved +<6>[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000008efff] usable +<6>[ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] reserved +<6>[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable +<6>[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved +<6>[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008ad13fff] usable +<6>[ 0.000000] BIOS-e820: [mem 0x000000008ad14000-0x000000008ad52fff] ACPI NVS +<6>[ 0.000000] BIOS-e820: [mem 0x000000008ad53000-0x000000008ad61fff] usable +<6>[ 0.000000] BIOS-e820: [mem 0x000000008ad62000-0x000000008ad8efff] ACPI data +<6>[ 0.000000] BIOS-e820: [mem 0x000000008ad8f000-0x000000008ae38fff] usable +<6>[ 0.000000] BIOS-e820: [mem 0x000000008ae39000-0x000000008ae8efff] reserved +<6>[ 0.000000] BIOS-e820: [mem 0x000000008ae8f000-0x000000008aecffff] usable +<6>[ 0.000000] BIOS-e820: [mem 0x000000008aed0000-0x000000008aefefff] type 20 +<6>[ 0.000000] BIOS-e820: [mem 0x000000008aeff000-0x000000008af7bfff] usable +<6>[ 0.000000] BIOS-e820: [mem 0x000000008af7c000-0x000000008afe4fff] reserved +<6>[ 0.000000] BIOS-e820: [mem 0x000000008afe5000-0x000000008affffff] usable +<6>[ 0.000000] BIOS-e820: [mem 0x000000008b000000-0x000000008f9fffff] reserved +<6>[ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved +<6>[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved +<6>[ 0.000000] BIOS-e820: [mem 0x00000000ffe10000-0x00000000ffe3ffff] reserved +<6>[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000046f5fffff] usable +<6>[ 0.000000] NX (Execute Disable) protection: active +<6>[ 0.000000] efi: EFI v1.10 by Apple +<6>[ 0.000000] efi: ACPI=0x8ad8e000 ACPI 2.0=0x8ad8e014 SMBIOS=0x8ad15000 +<6>[ 0.000000] SMBIOS 2.4 present. +<7>[ 0.000000] DMI: Apple Inc. MacBookPro11,1/Mac-189A3D4F975D5FFC, BIOS MBP111.88Z.0138.B16.1509081438 09/08/2015 +<7>[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved +<7>[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable +<6>[ 0.000000] e820: last_pfn = 0x46f600 max_arch_pfn = 0x400000000 +<7>[ 0.000000] MTRR default type: write-back +<7>[ 0.000000] MTRR fixed ranges enabled: +<7>[ 0.000000] 00000-9FFFF write-back +<7>[ 0.000000] A0000-BFFFF uncachable +<7>[ 0.000000] C0000-DFFFF write-protect +<7>[ 0.000000] E0000-FFFFF uncachable +<7>[ 0.000000] MTRR variable ranges enabled: +<7>[ 0.000000] 0 base 00C0000000 mask 7FC0000000 uncachable +<7>[ 0.000000] 1 base 00A0000000 mask 7FE0000000 uncachable +<7>[ 0.000000] 2 base 0090000000 mask 7FF0000000 uncachable +<7>[ 0.000000] 3 base 008C000000 mask 7FFC000000 uncachable +<7>[ 0.000000] 4 base 008B800000 mask 7FFF800000 uncachable +<7>[ 0.000000] 5 disabled +<7>[ 0.000000] 6 disabled +<7>[ 0.000000] 7 disabled +<7>[ 0.000000] 8 disabled +<7>[ 0.000000] 9 disabled +<6>[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT +<6>[ 0.000000] e820: last_pfn = 0x8b000 max_arch_pfn = 0x400000000 +<6>[ 0.000000] Scanning 1 areas for low memory corruption +<7>[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 +<6>[ 0.000000] Using GB pages for direct mapping +<6>[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] +<7>[ 0.000000] [mem 0x00000000-0x000fffff] page 4k +<7>[ 0.000000] BRK [0x02ff2000, 0x02ff2fff] PGTABLE +<7>[ 0.000000] BRK [0x02ff3000, 0x02ff3fff] PGTABLE +<7>[ 0.000000] BRK [0x02ff4000, 0x02ff4fff] PGTABLE +<6>[ 0.000000] init_memory_mapping: [mem 0x46f400000-0x46f5fffff] +<7>[ 0.000000] [mem 0x46f400000-0x46f5fffff] page 2M +<7>[ 0.000000] BRK [0x02ff5000, 0x02ff5fff] PGTABLE +<6>[ 0.000000] init_memory_mapping: [mem 0x460000000-0x46f3fffff] +<7>[ 0.000000] [mem 0x460000000-0x46f3fffff] page 2M +<6>[ 0.000000] init_memory_mapping: [mem 0x440000000-0x45fffffff] +<7>[ 0.000000] [mem 0x440000000-0x45fffffff] page 2M +<6>[ 0.000000] init_memory_mapping: [mem 0x00100000-0x8ad13fff] +<7>[ 0.000000] [mem 0x00100000-0x001fffff] page 4k +<7>[ 0.000000] [mem 0x00200000-0x3fffffff] page 2M +<7>[ 0.000000] [mem 0x40000000-0x7fffffff] page 1G +<7>[ 0.000000] [mem 0x80000000-0x8abfffff] page 2M +<7>[ 0.000000] [mem 0x8ac00000-0x8ad13fff] page 4k +<6>[ 0.000000] init_memory_mapping: [mem 0x8ad53000-0x8ad61fff] +<7>[ 0.000000] [mem 0x8ad53000-0x8ad61fff] page 4k +<6>[ 0.000000] init_memory_mapping: [mem 0x8ad8f000-0x8ae38fff] +<7>[ 0.000000] [mem 0x8ad8f000-0x8ae38fff] page 4k +<7>[ 0.000000] BRK [0x02ff6000, 0x02ff6fff] PGTABLE +<6>[ 0.000000] init_memory_mapping: [mem 0x8ae8f000-0x8aecffff] +<7>[ 0.000000] [mem 0x8ae8f000-0x8aecffff] page 4k +<6>[ 0.000000] init_memory_mapping: [mem 0x8aeff000-0x8af7bfff] +<7>[ 0.000000] [mem 0x8aeff000-0x8af7bfff] page 4k +<6>[ 0.000000] init_memory_mapping: [mem 0x8afe5000-0x8affffff] +<7>[ 0.000000] [mem 0x8afe5000-0x8affffff] page 4k +<6>[ 0.000000] init_memory_mapping: [mem 0x100000000-0x43fffffff] +<7>[ 0.000000] [mem 0x100000000-0x43fffffff] page 1G +<6>[ 0.000000] RAMDISK: [mem 0x3656c000-0x372adfff] +<6>[ 0.000000] ACPI: Early table checksum verification disabled +<4>[ 0.000000] ACPI: RSDP 0x000000008AD8E014 000024 (v02 APPLE ) +<4>[ 0.000000] ACPI: XSDT 0x000000008AD8E1C0 0000A4 (v01 APPLE Apple00 00000000 01000013) +<4>[ 0.000000] ACPI: FACP 0x000000008AD8C000 0000F4 (v05 APPLE Apple00 00000000 Loki 0000005F) +<4>[ 0.000000] ACPI: DSDT 0x000000008AD7F000 00767F (v03 APPLE MacBookP 00110001 INTL 20100915) +<4>[ 0.000000] ACPI: FACS 0x000000008AD1C000 000040 +<4>[ 0.000000] ACPI: FACS 0x000000008AD1C000 000040 +<4>[ 0.000000] ACPI: HPET 0x000000008AD8B000 000038 (v01 APPLE Apple00 00000001 Loki 0000005F) +<4>[ 0.000000] ACPI: APIC 0x000000008AD8A000 0000BC (v02 APPLE Apple00 00000001 Loki 0000005F) +<4>[ 0.000000] ACPI: SBST 0x000000008AD88000 000030 (v01 APPLE Apple00 00000001 Loki 0000005F) +<4>[ 0.000000] ACPI: ECDT 0x000000008AD87000 000053 (v01 APPLE Apple00 00000001 Loki 0000005F) +<4>[ 0.000000] ACPI: SSDT 0x000000008AD7E000 00010B (v01 APPLE SataAhci 00001000 INTL 20100915) +<4>[ 0.000000] ACPI: SSDT 0x000000008AD7D000 000024 (v01 APPLE SmcDppt 00001000 INTL 20100915) +<4>[ 0.000000] ACPI: SSDT 0x000000008AD7A000 000FE9 (v01 APPLE SDUsbLpt 00001000 INTL 20100915) +<4>[ 0.000000] ACPI: SSDT 0x000000008AD76000 000032 (v01 APPLE SsdtS3 00001000 INTL 20100915) +<4>[ 0.000000] ACPI: SSDT 0x000000008AD73000 0028B2 (v01 APPLE PcieTbt 00001000 INTL 20100915) +<4>[ 0.000000] ACPI: SSDT 0x000000008AD66000 0000B8 (v01 APPLE Sdxc 00001000 INTL 20100915) +<4>[ 0.000000] ACPI: SSDT 0x000000008AD65000 0003E0 (v01 APPLE SaHdaCdc 00001000 INTL 20100915) +<4>[ 0.000000] ACPI: SSDT 0x000000008AD64000 000594 (v01 PmRef Cpu0Ist 00003000 INTL 20100915) +<4>[ 0.000000] ACPI: SSDT 0x000000008AD63000 000B83 (v01 PmRef CpuPm 00003000 INTL 20100915) +<4>[ 0.000000] ACPI: MCFG 0x000000008AD89000 00003C (v01 APPLE Apple00 00000001 Loki 0000005F) +<4>[ 0.000000] ACPI: DMAR 0x000000008AD62000 000088 (v01 APPLE HSW 00000001 AAPL 00000001) +<7>[ 0.000000] ACPI: Local APIC address 0xfee00000 +<6>[ 0.000000] No NUMA configuration found +<6>[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000046f5fffff] +<6>[ 0.000000] NODE_DATA(0) allocated [mem 0x46f5f9000-0x46f5fdfff] +<7>[ 0.000000] [ffffea0000000000-ffffea0011bfffff] PMD -> [ffff88045ec00000-ffff88046ebfffff] on node 0 +<6>[ 0.000000] Zone ranges: +<6>[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] +<6>[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] +<6>[ 0.000000] Normal [mem 0x0000000100000000-0x000000046f5fffff] +<6>[ 0.000000] Movable zone start for each node +<6>[ 0.000000] Early memory node ranges +<6>[ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff] +<6>[ 0.000000] node 0: [mem 0x0000000000059000-0x000000000008efff] +<6>[ 0.000000] node 0: [mem 0x0000000000090000-0x000000000009ffff] +<6>[ 0.000000] node 0: [mem 0x0000000000100000-0x000000008ad13fff] +<6>[ 0.000000] node 0: [mem 0x000000008ad53000-0x000000008ad61fff] +<6>[ 0.000000] node 0: [mem 0x000000008ad8f000-0x000000008ae38fff] +<6>[ 0.000000] node 0: [mem 0x000000008ae8f000-0x000000008aecffff] +<6>[ 0.000000] node 0: [mem 0x000000008aeff000-0x000000008af7bfff] +<6>[ 0.000000] node 0: [mem 0x000000008afe5000-0x000000008affffff] +<6>[ 0.000000] node 0: [mem 0x0000000100000000-0x000000046f5fffff] +<6>[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000046f5fffff] +<7>[ 0.000000] On node 0 totalpages: 4170819 +<7>[ 0.000000] DMA zone: 64 pages used for memmap +<7>[ 0.000000] DMA zone: 27 pages reserved +<7>[ 0.000000] DMA zone: 3997 pages, LIFO batch:0 +<7>[ 0.000000] DMA32 zone: 8827 pages used for memmap +<7>[ 0.000000] DMA32 zone: 564902 pages, LIFO batch:31 +<7>[ 0.000000] Normal zone: 56280 pages used for memmap +<7>[ 0.000000] Normal zone: 3601920 pages, LIFO batch:31 +<6>[ 0.000000] Reserving Intel graphics stolen memory at 0x8ba00000-0x8f9fffff +<6>[ 0.000000] ACPI: PM-Timer IO Port: 0x1808 +<7>[ 0.000000] ACPI: Local APIC address 0xfee00000 +<6>[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) +<6>[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) +<6>[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) +<6>[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) +<6>[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) +<6>[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) +<6>[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) +<6>[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) +<6>[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39 +<6>[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) +<6>[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) +<7>[ 0.000000] ACPI: IRQ0 used by override. +<7>[ 0.000000] ACPI: IRQ9 used by override. +<6>[ 0.000000] Using ACPI (MADT) for SMP configuration information +<6>[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 +<6>[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs +<6>[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000bffff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0x8ad14000-0x8ad52fff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0x8ad62000-0x8ad8efff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0x8ae39000-0x8ae8efff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0x8aed0000-0x8aefefff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0x8af7c000-0x8afe4fff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0x8b000000-0x8f9fffff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0x8fa00000-0xe00f7fff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xffe0ffff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0xffe10000-0xffe3ffff] +<6>[ 0.000000] PM: Registered nosave memory: [mem 0xffe40000-0xffffffff] +<6>[ 0.000000] e820: [mem 0x8fa00000-0xe00f7fff] available for PCI devices +<6>[ 0.000000] Booting paravirtualized kernel on bare hardware +<6>[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns +<6>[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1 +<6>[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88046f200000 s96728 r8192 d30248 u262144 +<7>[ 0.000000] pcpu-alloc: s96728 r8192 d30248 u262144 alloc=1*2097152 +<7>[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 +<6>[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 4105621 +<6>[ 0.000000] Policy zone: Normal +<5>[ 0.000000] Kernel command line: BOOT_IMAGE=/casper/vmlinuz boot=casper ip=frommedia persistent noprompt splash quiet FWTS_AUTO_SHUTDOWN=1 -- +<6>[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) +<7>[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area +<7>[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! +<6>[ 0.000000] Memory: 16041628K/16683276K available (7932K kernel code, 1242K rwdata, 3812K rodata, 1464K init, 1292K bss, 641648K reserved, 0K cma-reserved) +<6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 +<6>[ 0.000000] Hierarchical RCU implementation. +<6>[ 0.000000] Build-time adjustment of leaf fanout to 64. +<6>[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. +<6>[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8 +<6>[ 0.000000] NR_IRQS:16640 nr_irqs:760 16 +<6>[ 0.000000] Offload RCU callbacks from all CPUs +<6>[ 0.000000] Offload RCU callbacks from CPUs: 0-7. +<6>[ 0.000000] Console: colour dummy device 80x25 +<6>[ 0.000000] console [tty0] enabled +<6>[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns +<7>[ 0.000000] hpet clockevent registered +<6>[ 0.000000] tsc: Fast TSC calibration using PIT +<6>[ 0.000000] tsc: Detected 2600.202 MHz processor +<6>[ 0.000026] Calibrating delay loop (skipped), value calculated using timer frequency.. 5200.40 BogoMIPS (lpj=10400808) +<6>[ 0.000029] pid_max: default: 32768 minimum: 301 +<6>[ 0.000033] ACPI: Core revision 20150619 +<4>[ 0.010223] ACPI: All ACPI Tables successfully acquired +<6>[ 0.020405] Security Framework initialized +<6>[ 0.020415] AppArmor: AppArmor initialized +<6>[ 0.020416] Yama: becoming mindful. +<6>[ 0.021329] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes) +<6>[ 0.024129] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes) +<6>[ 0.025319] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes) +<6>[ 0.025335] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes) +<6>[ 0.025548] Initializing cgroup subsys blkio +<6>[ 0.025550] Initializing cgroup subsys memory +<6>[ 0.025556] Initializing cgroup subsys devices +<6>[ 0.025558] Initializing cgroup subsys freezer +<6>[ 0.025560] Initializing cgroup subsys net_cls +<6>[ 0.025562] Initializing cgroup subsys perf_event +<6>[ 0.025564] Initializing cgroup subsys net_prio +<6>[ 0.025566] Initializing cgroup subsys hugetlb +<6>[ 0.025586] CPU: Physical Processor ID: 0 +<6>[ 0.025587] CPU: Processor Core ID: 0 +<4>[ 0.025590] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' +<4>[ 0.025591] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) +<6>[ 0.026513] mce: CPU supports 7 MCE banks +<6>[ 0.026524] CPU0: Thermal monitoring enabled (TM1) +<6>[ 0.026531] process: using mwait in idle threads +<6>[ 0.026534] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 +<6>[ 0.026535] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 +<6>[ 0.026654] Freeing SMP alternatives memory: 28K (ffffffff81ea6000 - ffffffff81ead000) +<6>[ 0.035247] ftrace: allocating 30954 entries in 121 pages +<6>[ 0.047148] DMAR: Host address width 39 +<6>[ 0.047150] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 +<6>[ 0.047156] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a +<6>[ 0.047157] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 +<6>[ 0.047162] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da +<6>[ 0.047163] DMAR: RMRR base: 0x0000008b800000 end: 0x0000008f9fffff +<6>[ 0.047165] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 +<6>[ 0.047166] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 +<6>[ 0.047167] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. +<6>[ 0.047501] DMAR-IR: Enabled IRQ remapping in x2apic mode +<6>[ 0.047502] x2apic enabled +<6>[ 0.047508] Switched APIC routing to cluster x2apic. +<6>[ 0.048121] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 +<7>[ 0.087829] TSC deadline timer enabled +<6>[ 0.087831] smpboot: CPU0: Intel(R) Core(TM) i5-4288U CPU @ 2.60GHz (fam: 06, model: 45, stepping: 01) +<6>[ 0.087856] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver. +<6>[ 0.087874] ... version: 3 +<6>[ 0.087875] ... bit width: 48 +<6>[ 0.087875] ... generic registers: 4 +<6>[ 0.087876] ... value mask: 0000ffffffffffff +<6>[ 0.087877] ... max period: 0000ffffffffffff +<6>[ 0.087878] ... fixed-purpose events: 3 +<6>[ 0.087878] ... event mask: 000000070000000f +<6>[ 0.088635] x86: Booting SMP configuration: +<6>[ 0.088637] .... node #0, CPUs: #1 +<6>[ 0.092754] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. +<4>[ 0.092829] #2 #3 +<6>[ 0.100957] x86: Booted up 1 node, 4 CPUs +<6>[ 0.100960] smpboot: Total of 4 processors activated (20801.61 BogoMIPS) +<6>[ 0.104282] devtmpfs: initialized +<6>[ 0.108004] evm: security.selinux +<6>[ 0.108005] evm: security.SMACK64 +<6>[ 0.108005] evm: security.SMACK64EXEC +<6>[ 0.108006] evm: security.SMACK64TRANSMUTE +<6>[ 0.108007] evm: security.SMACK64MMAP +<6>[ 0.108008] evm: security.ima +<6>[ 0.108008] evm: security.capability +<6>[ 0.108060] PM: Registering ACPI NVS region [mem 0x8ad14000-0x8ad52fff] (258048 bytes) +<6>[ 0.108131] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns +<6>[ 0.108203] pinctrl core: initialized pinctrl subsystem +<6>[ 0.108303] RTC time: 10:17:27, date: 02/17/16 +<6>[ 0.108402] NET: Registered protocol family 16 +<6>[ 0.112956] cpuidle: using governor ladder +<6>[ 0.116959] cpuidle: using governor menu +<6>[ 0.117029] ACPI: bus type PCI registered +<6>[ 0.117030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 +<6>[ 0.117092] PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000) +<6>[ 0.117094] PCI: not using MMCONFIG +<6>[ 0.117095] PCI: Using configuration type 1 for base access +<6>[ 0.117381] perf_event_intel: PMU erratum BJ122, BV98, HSD29 worked around, HT is on +<6>[ 0.121243] ACPI: Added _OSI(Module Device) +<6>[ 0.121244] ACPI: Added _OSI(Processor Device) +<6>[ 0.121245] ACPI: Added _OSI(3.0 _SCP Extensions) +<6>[ 0.121246] ACPI: Added _OSI(Processor Aggregator Device) +<6>[ 0.122865] ACPI : EC: EC description table is found, configuring boot EC +<6>[ 0.122876] ACPI : EC: EC started +<5>[ 0.127119] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored +<4>[ 0.127395] ACPI: Dynamic OEM Table Load: +<4>[ 0.127402] ACPI: SSDT 0xFFFF88045C4D0800 0004F0 (v01 PmRef Cpu0Cst 00003001 INTL 20100915) +<4>[ 0.128001] ACPI: Dynamic OEM Table Load: +<4>[ 0.128007] ACPI: SSDT 0xFFFF88045C4D1000 00067C (v01 PmRef ApIst 00003000 INTL 20100915) +<4>[ 0.128629] ACPI: Dynamic OEM Table Load: +<4>[ 0.128634] ACPI: SSDT 0xFFFF88045C6DC200 000119 (v01 PmRef ApCst 00003000 INTL 20100915) +<6>[ 0.129504] ACPI: Interpreter enabled +<4>[ 0.129510] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150619/hwxface-580) +<4>[ 0.129515] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150619/hwxface-580) +<6>[ 0.129529] ACPI: (supports S0 S3 S4 S5) +<6>[ 0.129530] ACPI: Using IOAPIC for interrupt routing +<6>[ 0.129544] PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000) +<6>[ 0.129924] PCI: MMCONFIG at [mem 0xe0000000-0xe9bfffff] reserved in ACPI motherboard resources +<6>[ 0.129941] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug +<6>[ 0.136275] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) +<6>[ 0.136280] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability] +<6>[ 0.136368] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-9b] only partially covers this bridge +<6>[ 0.136451] PCI host bridge to bus 0000:00 +<6>[ 0.136453] pci_bus 0000:00: root bus resource [bus 00-ff] +<6>[ 0.136455] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] +<6>[ 0.136457] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] +<6>[ 0.136458] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] +<6>[ 0.136459] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window] +<6>[ 0.136460] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window] +<6>[ 0.136462] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window] +<6>[ 0.136463] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window] +<6>[ 0.136464] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] +<6>[ 0.136465] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] +<6>[ 0.136466] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] +<6>[ 0.136468] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] +<6>[ 0.136469] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] +<6>[ 0.136470] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] +<6>[ 0.136471] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window] +<6>[ 0.136472] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window] +<6>[ 0.136474] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window] +<6>[ 0.136475] pci_bus 0000:00: root bus resource [mem 0x8fa00000-0xfeafffff window] +<6>[ 0.136476] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window] +<7>[ 0.136482] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000 +<7>[ 0.136549] pci 0000:00:02.0: [8086:0a2e] type 00 class 0x030000 +<7>[ 0.136562] pci 0000:00:02.0: reg 0x10: [mem 0xb0000000-0xb03fffff 64bit] +<7>[ 0.136568] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref] +<7>[ 0.136572] pci 0000:00:02.0: reg 0x20: [io 0x2000-0x203f] +<7>[ 0.136631] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300 +<7>[ 0.136642] pci 0000:00:03.0: reg 0x10: [mem 0xb0a10000-0xb0a13fff 64bit] +<7>[ 0.136721] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330 +<7>[ 0.136743] pci 0000:00:14.0: reg 0x10: [mem 0xb0a00000-0xb0a0ffff 64bit] +<7>[ 0.136783] pci 0000:00:14.0: PME# supported from D3hot D3cold +<6>[ 0.136832] pci 0000:00:14.0: System wakeup disabled by ACPI +<7>[ 0.136863] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000 +<7>[ 0.136892] pci 0000:00:16.0: reg 0x10: [mem 0xb0a2a100-0xb0a2a11f 64bit] +<7>[ 0.136940] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold +<7>[ 0.136998] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300 +<7>[ 0.137020] pci 0000:00:1b.0: reg 0x10: [mem 0xb0a14000-0xb0a17fff 64bit] +<7>[ 0.137065] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold +<6>[ 0.137087] pci 0000:00:1b.0: System wakeup disabled by ACPI +<7>[ 0.137115] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400 +<7>[ 0.137164] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold +<6>[ 0.137194] pci 0000:00:1c.0: System wakeup disabled by ACPI +<7>[ 0.137222] pci 0000:00:1c.1: [8086:9c12] type 01 class 0x060400 +<7>[ 0.137279] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold +<6>[ 0.137307] pci 0000:00:1c.1: System wakeup disabled by ACPI +<7>[ 0.137337] pci 0000:00:1c.2: [8086:9c14] type 01 class 0x060400 +<7>[ 0.137393] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold +<6>[ 0.137422] pci 0000:00:1c.2: System wakeup disabled by ACPI +<7>[ 0.137450] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400 +<7>[ 0.137500] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold +<6>[ 0.137528] pci 0000:00:1c.4: System wakeup disabled by ACPI +<7>[ 0.137556] pci 0000:00:1c.5: [8086:9c1a] type 01 class 0x060400 +<7>[ 0.137612] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold +<6>[ 0.137640] pci 0000:00:1c.5: System wakeup disabled by ACPI +<7>[ 0.137673] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100 +<7>[ 0.137809] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500 +<7>[ 0.137822] pci 0000:00:1f.3: reg 0x10: [mem 0xb0a2a000-0xb0a2a0ff 64bit] +<7>[ 0.137840] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf] +<6>[ 0.137923] pci 0000:00:1c.0: PCI bridge to [bus 01] +<7>[ 0.137984] pci 0000:02:00.0: [14e4:1570] type 00 class 0x048000 +<7>[ 0.138020] pci 0000:02:00.0: reg 0x10: [mem 0xb0900000-0xb090ffff 64bit] +<7>[ 0.138035] pci 0000:02:00.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref] +<7>[ 0.138049] pci 0000:02:00.0: reg 0x20: [mem 0xb0800000-0xb08fffff 64bit] +<7>[ 0.138106] pci 0000:02:00.0: supports D1 +<7>[ 0.138107] pci 0000:02:00.0: PME# supported from D0 D3hot +<6>[ 0.148908] pci 0000:00:1c.1: PCI bridge to [bus 02] +<7>[ 0.148912] pci 0000:00:1c.1: bridge window [mem 0xb0800000-0xb09fffff] +<7>[ 0.148916] pci 0000:00:1c.1: bridge window [mem 0x90000000-0x9fffffff 64bit pref] +<7>[ 0.149018] pci 0000:03:00.0: [14e4:43a0] type 00 class 0x028000 +<7>[ 0.149082] pci 0000:03:00.0: reg 0x10: [mem 0xb0600000-0xb0607fff 64bit] +<7>[ 0.149109] pci 0000:03:00.0: reg 0x18: [mem 0xb0400000-0xb05fffff 64bit] +<7>[ 0.149251] pci 0000:03:00.0: supports D1 D2 +<7>[ 0.149252] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold +<6>[ 0.149291] pci 0000:03:00.0: System wakeup disabled by ACPI +<6>[ 0.160949] pci 0000:00:1c.2: PCI bridge to [bus 03] +<7>[ 0.160953] pci 0000:00:1c.2: bridge window [mem 0xb0400000-0xb06fffff] +<7>[ 0.161012] pci 0000:05:00.0: [8086:156d] type 01 class 0x060400 +<7>[ 0.161108] pci 0000:05:00.0: supports D1 D2 +<7>[ 0.161109] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold +<6>[ 0.172920] pci 0000:00:1c.4: PCI bridge to [bus 05-9b] +<7>[ 0.172923] pci 0000:00:1c.4: bridge window [io 0x3000-0x5fff] +<7>[ 0.172926] pci 0000:00:1c.4: bridge window [mem 0xb0b00000-0xbcbfffff] +<7>[ 0.172930] pci 0000:00:1c.4: bridge window [mem 0xbcc00000-0xc8bfffff 64bit pref] +<7>[ 0.173041] pci 0000:06:00.0: [8086:156d] type 01 class 0x060400 +<7>[ 0.173141] pci 0000:06:00.0: supports D1 D2 +<7>[ 0.173142] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold +<7>[ 0.173206] pci 0000:06:03.0: [8086:156d] type 01 class 0x060400 +<7>[ 0.173297] pci 0000:06:03.0: supports D1 D2 +<7>[ 0.173299] pci 0000:06:03.0: PME# supported from D0 D1 D2 D3hot D3cold +<7>[ 0.173358] pci 0000:06:04.0: [8086:156d] type 01 class 0x060400 +<7>[ 0.173450] pci 0000:06:04.0: supports D1 D2 +<7>[ 0.173451] pci 0000:06:04.0: PME# supported from D0 D1 D2 D3hot D3cold +<7>[ 0.173511] pci 0000:06:05.0: [8086:156d] type 01 class 0x060400 +<7>[ 0.173602] pci 0000:06:05.0: supports D1 D2 +<7>[ 0.173603] pci 0000:06:05.0: PME# supported from D0 D1 D2 D3hot D3cold +<7>[ 0.173665] pci 0000:06:06.0: [8086:156d] type 01 class 0x060400 +<7>[ 0.173756] pci 0000:06:06.0: supports D1 D2 +<7>[ 0.173757] pci 0000:06:06.0: PME# supported from D0 D1 D2 D3hot D3cold +<6>[ 0.173837] pci 0000:05:00.0: PCI bridge to [bus 06-6b] +<7>[ 0.173843] pci 0000:05:00.0: bridge window [io 0x3000-0x4fff] +<7>[ 0.173847] pci 0000:05:00.0: bridge window [mem 0xb0b00000-0xb8bfffff] +<7>[ 0.173853] pci 0000:05:00.0: bridge window [mem 0xbcc00000-0xc4bfffff 64bit pref] +<7>[ 0.173917] pci 0000:07:00.0: [8086:156c] type 00 class 0x088000 +<7>[ 0.173959] pci 0000:07:00.0: reg 0x10: [mem 0xb0b00000-0xb0b3ffff] +<7>[ 0.173972] pci 0000:07:00.0: reg 0x14: [mem 0xb0b40000-0xb0b40fff] +<7>[ 0.174087] pci 0000:07:00.0: supports D1 D2 +<7>[ 0.174089] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold +<6>[ 0.184934] pci 0000:06:00.0: PCI bridge to [bus 07] +<7>[ 0.184943] pci 0000:06:00.0: bridge window [mem 0xb0b00000-0xb0bfffff] +<6>[ 0.185015] pci 0000:06:03.0: PCI bridge to [bus 08-38] +<7>[ 0.185021] pci 0000:06:03.0: bridge window [io 0x3000-0x3fff] +<7>[ 0.185026] pci 0000:06:03.0: bridge window [mem 0xb0c00000-0xb4bfffff] +<7>[ 0.185032] pci 0000:06:03.0: bridge window [mem 0xbcc00000-0xc0bfffff 64bit pref] +<6>[ 0.185095] pci 0000:06:04.0: PCI bridge to [bus 39] +<6>[ 0.185167] pci 0000:06:05.0: PCI bridge to [bus 3a-6a] +<7>[ 0.185173] pci 0000:06:05.0: bridge window [io 0x4000-0x4fff] +<7>[ 0.185177] pci 0000:06:05.0: bridge window [mem 0xb4c00000-0xb8bfffff] +<7>[ 0.185183] pci 0000:06:05.0: bridge window [mem 0xc0c00000-0xc4bfffff 64bit pref] +<6>[ 0.185226] pci 0000:06:06.0: PCI bridge to [bus 6b] +<7>[ 0.185371] pci 0000:04:00.0: [144d:1600] type 00 class 0x010601 +<7>[ 0.185443] pci 0000:04:00.0: reg 0x24: [mem 0xb0700000-0xb0701fff] +<7>[ 0.185453] pci 0000:04:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref] +<7>[ 0.185489] pci 0000:04:00.0: PME# supported from D3hot D3cold +<6>[ 0.196943] pci 0000:00:1c.5: PCI bridge to [bus 04] +<7>[ 0.196947] pci 0000:00:1c.5: bridge window [mem 0xb0700000-0xb07fffff] +<6>[ 0.197684] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. +<6>[ 0.197720] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. +<6>[ 0.197754] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. +<6>[ 0.197787] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. +<6>[ 0.197820] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. +<6>[ 0.197853] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. +<6>[ 0.197886] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. +<6>[ 0.197919] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. +<4>[ 0.198048] ACPI: Enabled 2 GPEs in block 00 to 7F +<6>[ 0.198068] ACPI : EC: GPE = 0x4e, I/O: command/status = 0x66, data = 0x62 +<6>[ 0.198156] vgaarb: setting as boot device: PCI:0000:00:02.0 +<6>[ 0.198157] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none +<6>[ 0.198161] vgaarb: loaded +<6>[ 0.198162] vgaarb: bridge control possible 0000:00:02.0 +<5>[ 0.198340] SCSI subsystem initialized +<7>[ 0.198374] libata version 3.00 loaded. +<6>[ 0.198393] ACPI: bus type USB registered +<6>[ 0.198407] usbcore: registered new interface driver usbfs +<6>[ 0.198414] usbcore: registered new interface driver hub +<6>[ 0.198428] usbcore: registered new device driver usb +<6>[ 0.198574] PCI: Using ACPI for IRQ routing +<7>[ 0.203941] PCI: pci_cache_line_size set to 64 bytes +<7>[ 0.204075] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] +<7>[ 0.204077] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff] +<7>[ 0.204078] e820: reserve RAM buffer [mem 0x8ad14000-0x8bffffff] +<7>[ 0.204079] e820: reserve RAM buffer [mem 0x8ad62000-0x8bffffff] +<7>[ 0.204081] e820: reserve RAM buffer [mem 0x8ae39000-0x8bffffff] +<7>[ 0.204082] e820: reserve RAM buffer [mem 0x8aed0000-0x8bffffff] +<7>[ 0.204084] e820: reserve RAM buffer [mem 0x8af7c000-0x8bffffff] +<7>[ 0.204085] e820: reserve RAM buffer [mem 0x8b000000-0x8bffffff] +<7>[ 0.204086] e820: reserve RAM buffer [mem 0x46f600000-0x46fffffff] +<6>[ 0.204180] NetLabel: Initializing +<6>[ 0.204181] NetLabel: domain hash size = 128 +<6>[ 0.204182] NetLabel: protocols = UNLABELED CIPSOv4 +<6>[ 0.204192] NetLabel: unlabeled traffic allowed by default +<6>[ 0.204257] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 +<6>[ 0.204262] hpet0: 8 comparators, 64-bit 14.318180 MHz counter +<6>[ 0.206287] clocksource: Switched to clocksource hpet +<6>[ 0.211270] AppArmor: AppArmor Filesystem Enabled +<6>[ 0.211329] pnp: PnP ACPI init +<6>[ 0.211468] system 00:00: [mem 0xfed00000-0xfed03fff] has been reserved +<7>[ 0.211472] system 00:00: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active) +<6>[ 0.211507] system 00:01: [io 0xffff] has been reserved +<6>[ 0.211509] system 00:01: [io 0x0400-0x047f] could not be reserved +<6>[ 0.211510] system 00:01: [io 0x0800-0x087f] has been reserved +<7>[ 0.211513] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) +<7>[ 0.211530] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) +<6>[ 0.212043] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved +<6>[ 0.212045] system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved +<6>[ 0.212047] system 00:03: [mem 0xfed18000-0xfed18fff] has been reserved +<6>[ 0.212049] system 00:03: [mem 0xfed19000-0xfed19fff] has been reserved +<6>[ 0.212051] system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved +<6>[ 0.212052] system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved +<6>[ 0.212054] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved +<6>[ 0.212056] system 00:03: [mem 0xfed45000-0xfed8ffff] has been reserved +<6>[ 0.212058] system 00:03: [mem 0xff000000-0xffffffff] could not be reserved +<6>[ 0.212060] system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved +<7>[ 0.212062] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) +<6>[ 0.212111] system 00:04: [mem 0x20000000-0x201fffff] could not be reserved +<6>[ 0.212113] system 00:04: [mem 0x40000000-0x401fffff] could not be reserved +<7>[ 0.212115] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active) +<6>[ 0.212209] pnp: PnP ACPI: found 5 devices +<6>[ 0.218066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns +<6>[ 0.218072] pci 0000:04:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window +<7>[ 0.218102] pci 0000:06:00.0: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000 +<7>[ 0.218104] pci 0000:06:00.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 200000 add_align 100000 +<7>[ 0.218121] pci 0000:06:04.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000 +<7>[ 0.218123] pci 0000:06:04.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000 +<7>[ 0.218125] pci 0000:06:04.0: bridge window [mem 0x00100000-0x000fffff] to [bus 39] add_size 200000 add_align 100000 +<7>[ 0.218142] pci 0000:06:06.0: bridge window [io 0x1000-0x0fff] to [bus 6b] add_size 1000 +<7>[ 0.218143] pci 0000:06:06.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 6b] add_size 200000 add_align 100000 +<7>[ 0.218145] pci 0000:06:06.0: bridge window [mem 0x00100000-0x000fffff] to [bus 6b] add_size 200000 add_align 100000 +<6>[ 0.218165] pci 0000:00:1c.0: PCI bridge to [bus 01] +<6>[ 0.218175] pci 0000:00:1c.1: PCI bridge to [bus 02] +<6>[ 0.218179] pci 0000:00:1c.1: bridge window [mem 0xb0800000-0xb09fffff] +<6>[ 0.218182] pci 0000:00:1c.1: bridge window [mem 0x90000000-0x9fffffff 64bit pref] +<6>[ 0.218187] pci 0000:00:1c.2: PCI bridge to [bus 03] +<6>[ 0.218191] pci 0000:00:1c.2: bridge window [mem 0xb0400000-0xb06fffff] +<7>[ 0.218201] pci 0000:06:00.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 +<7>[ 0.218203] pci 0000:06:00.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 +<7>[ 0.218204] pci 0000:06:04.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000 +<7>[ 0.218205] pci 0000:06:04.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000 +<7>[ 0.218207] pci 0000:06:04.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 +<7>[ 0.218208] pci 0000:06:04.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 +<7>[ 0.218210] pci 0000:06:06.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000 +<7>[ 0.218211] pci 0000:06:06.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000 +<7>[ 0.218213] pci 0000:06:06.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 +<7>[ 0.218214] pci 0000:06:06.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 +<7>[ 0.218216] pci 0000:06:00.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 +<7>[ 0.218217] pci 0000:06:00.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 +<7>[ 0.218219] pci 0000:06:04.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 +<7>[ 0.218220] pci 0000:06:04.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 +<7>[ 0.218221] pci 0000:06:06.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 +<7>[ 0.218223] pci 0000:06:06.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 +<6>[ 0.218227] pci 0000:06:00.0: BAR 15: no space for [mem size 0x00200000 64bit pref] +<6>[ 0.218229] pci 0000:06:00.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref] +<6>[ 0.218231] pci 0000:06:04.0: BAR 14: no space for [mem size 0x00200000] +<6>[ 0.218232] pci 0000:06:04.0: BAR 14: failed to assign [mem size 0x00200000] +<6>[ 0.218234] pci 0000:06:04.0: BAR 15: no space for [mem size 0x00200000 64bit pref] +<6>[ 0.218235] pci 0000:06:04.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref] +<6>[ 0.218237] pci 0000:06:06.0: BAR 14: no space for [mem size 0x00200000] +<6>[ 0.218238] pci 0000:06:06.0: BAR 14: failed to assign [mem size 0x00200000] +<6>[ 0.218240] pci 0000:06:06.0: BAR 15: no space for [mem size 0x00200000 64bit pref] +<6>[ 0.218241] pci 0000:06:06.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref] +<6>[ 0.218243] pci 0000:06:00.0: BAR 13: no space for [io size 0x1000] +<6>[ 0.218244] pci 0000:06:00.0: BAR 13: failed to assign [io size 0x1000] +<6>[ 0.218245] pci 0000:06:04.0: BAR 13: no space for [io size 0x1000] +<6>[ 0.218246] pci 0000:06:04.0: BAR 13: failed to assign [io size 0x1000] +<6>[ 0.218248] pci 0000:06:06.0: BAR 13: no space for [io size 0x1000] +<6>[ 0.218249] pci 0000:06:06.0: BAR 13: failed to assign [io size 0x1000] +<6>[ 0.218252] pci 0000:06:06.0: BAR 14: no space for [mem size 0x00200000] +<6>[ 0.218253] pci 0000:06:06.0: BAR 14: failed to assign [mem size 0x00200000] +<6>[ 0.218255] pci 0000:06:06.0: BAR 15: no space for [mem size 0x00200000 64bit pref] +<6>[ 0.218256] pci 0000:06:06.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref] +<6>[ 0.218258] pci 0000:06:06.0: BAR 13: no space for [io size 0x1000] +<6>[ 0.218259] pci 0000:06:06.0: BAR 13: failed to assign [io size 0x1000] +<6>[ 0.218260] pci 0000:06:04.0: BAR 14: no space for [mem size 0x00200000] +<6>[ 0.218262] pci 0000:06:04.0: BAR 14: failed to assign [mem size 0x00200000] +<6>[ 0.218264] pci 0000:06:04.0: BAR 15: no space for [mem size 0x00200000 64bit pref] +<6>[ 0.218265] pci 0000:06:04.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref] +<6>[ 0.218266] pci 0000:06:04.0: BAR 13: no space for [io size 0x1000] +<6>[ 0.218268] pci 0000:06:04.0: BAR 13: failed to assign [io size 0x1000] +<6>[ 0.218270] pci 0000:06:00.0: BAR 15: no space for [mem size 0x00200000 64bit pref] +<6>[ 0.218271] pci 0000:06:00.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref] +<6>[ 0.218273] pci 0000:06:00.0: BAR 13: no space for [io size 0x1000] +<6>[ 0.218274] pci 0000:06:00.0: BAR 13: failed to assign [io size 0x1000] +<6>[ 0.218275] pci 0000:06:00.0: PCI bridge to [bus 07] +<6>[ 0.218281] pci 0000:06:00.0: bridge window [mem 0xb0b00000-0xb0bfffff] +<6>[ 0.218293] pci 0000:06:03.0: PCI bridge to [bus 08-38] +<6>[ 0.218296] pci 0000:06:03.0: bridge window [io 0x3000-0x3fff] +<6>[ 0.218301] pci 0000:06:03.0: bridge window [mem 0xb0c00000-0xb4bfffff] +<6>[ 0.218305] pci 0000:06:03.0: bridge window [mem 0xbcc00000-0xc0bfffff 64bit pref] +<6>[ 0.218311] pci 0000:06:04.0: PCI bridge to [bus 39] +<6>[ 0.218324] pci 0000:06:05.0: PCI bridge to [bus 3a-6a] +<6>[ 0.218326] pci 0000:06:05.0: bridge window [io 0x4000-0x4fff] +<6>[ 0.218331] pci 0000:06:05.0: bridge window [mem 0xb4c00000-0xb8bfffff] +<6>[ 0.218335] pci 0000:06:05.0: bridge window [mem 0xc0c00000-0xc4bfffff 64bit pref] +<6>[ 0.218342] pci 0000:06:06.0: PCI bridge to [bus 6b] +<6>[ 0.218355] pci 0000:05:00.0: PCI bridge to [bus 06-6b] +<6>[ 0.218357] pci 0000:05:00.0: bridge window [io 0x3000-0x4fff] +<6>[ 0.218362] pci 0000:05:00.0: bridge window [mem 0xb0b00000-0xb8bfffff] +<6>[ 0.218366] pci 0000:05:00.0: bridge window [mem 0xbcc00000-0xc4bfffff 64bit pref] +<6>[ 0.218372] pci 0000:00:1c.4: PCI bridge to [bus 05-9b] +<6>[ 0.218374] pci 0000:00:1c.4: bridge window [io 0x3000-0x5fff] +<6>[ 0.218377] pci 0000:00:1c.4: bridge window [mem 0xb0b00000-0xbcbfffff] +<6>[ 0.218380] pci 0000:00:1c.4: bridge window [mem 0xbcc00000-0xc8bfffff 64bit pref] +<6>[ 0.218386] pci 0000:04:00.0: BAR 6: assigned [mem 0xb0710000-0xb071ffff pref] +<6>[ 0.218387] pci 0000:00:1c.5: PCI bridge to [bus 04] +<6>[ 0.218391] pci 0000:00:1c.5: bridge window [mem 0xb0700000-0xb07fffff] +<7>[ 0.218398] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] +<7>[ 0.218400] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] +<7>[ 0.218401] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] +<7>[ 0.218402] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window] +<7>[ 0.218404] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window] +<7>[ 0.218405] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window] +<7>[ 0.218406] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window] +<7>[ 0.218407] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window] +<7>[ 0.218409] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window] +<7>[ 0.218410] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window] +<7>[ 0.218411] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window] +<7>[ 0.218412] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window] +<7>[ 0.218414] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window] +<7>[ 0.218415] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window] +<7>[ 0.218416] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window] +<7>[ 0.218417] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window] +<7>[ 0.218419] pci_bus 0000:00: resource 20 [mem 0x8fa00000-0xfeafffff window] +<7>[ 0.218420] pci_bus 0000:00: resource 21 [mem 0xfed40000-0xfed44fff window] +<7>[ 0.218422] pci_bus 0000:02: resource 1 [mem 0xb0800000-0xb09fffff] +<7>[ 0.218423] pci_bus 0000:02: resource 2 [mem 0x90000000-0x9fffffff 64bit pref] +<7>[ 0.218425] pci_bus 0000:03: resource 1 [mem 0xb0400000-0xb06fffff] +<7>[ 0.218426] pci_bus 0000:05: resource 0 [io 0x3000-0x5fff] +<7>[ 0.218427] pci_bus 0000:05: resource 1 [mem 0xb0b00000-0xbcbfffff] +<7>[ 0.218428] pci_bus 0000:05: resource 2 [mem 0xbcc00000-0xc8bfffff 64bit pref] +<7>[ 0.218430] pci_bus 0000:06: resource 0 [io 0x3000-0x4fff] +<7>[ 0.218431] pci_bus 0000:06: resource 1 [mem 0xb0b00000-0xb8bfffff] +<7>[ 0.218432] pci_bus 0000:06: resource 2 [mem 0xbcc00000-0xc4bfffff 64bit pref] +<7>[ 0.218433] pci_bus 0000:07: resource 1 [mem 0xb0b00000-0xb0bfffff] +<7>[ 0.218435] pci_bus 0000:08: resource 0 [io 0x3000-0x3fff] +<7>[ 0.218436] pci_bus 0000:08: resource 1 [mem 0xb0c00000-0xb4bfffff] +<7>[ 0.218437] pci_bus 0000:08: resource 2 [mem 0xbcc00000-0xc0bfffff 64bit pref] +<7>[ 0.218439] pci_bus 0000:3a: resource 0 [io 0x4000-0x4fff] +<7>[ 0.218440] pci_bus 0000:3a: resource 1 [mem 0xb4c00000-0xb8bfffff] +<7>[ 0.218441] pci_bus 0000:3a: resource 2 [mem 0xc0c00000-0xc4bfffff 64bit pref] +<7>[ 0.218443] pci_bus 0000:04: resource 1 [mem 0xb0700000-0xb07fffff] +<6>[ 0.218472] NET: Registered protocol family 2 +<6>[ 0.218646] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) +<6>[ 0.218828] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) +<6>[ 0.218931] TCP: Hash tables configured (established 131072 bind 65536) +<6>[ 0.218962] UDP hash table entries: 8192 (order: 6, 262144 bytes) +<6>[ 0.219006] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes) +<6>[ 0.219073] NET: Registered protocol family 1 +<7>[ 0.219087] pci 0000:00:02.0: Video device with shadowed ROM +<7>[ 0.219311] PCI: CLS 256 bytes, default 64 +<6>[ 0.219359] Trying to unpack rootfs image as initramfs... +<6>[ 2.727242] Freeing initrd memory: 13576K (ffff88003656c000 - ffff8800372ae000) +<6>[ 2.727280] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) +<6>[ 2.727283] software IO TLB [mem 0x746b3000-0x786b3000] (64MB) mapped at [ffff8800746b3000-ffff8800786b2fff] +<6>[ 2.727366] RAPL PMU detected, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer +<6>[ 2.727367] hw unit of domain pp0-core 2^-14 Joules +<6>[ 2.727368] hw unit of domain package 2^-14 Joules +<6>[ 2.727369] hw unit of domain dram 2^-14 Joules +<6>[ 2.727370] hw unit of domain pp1-gpu 2^-14 Joules +<6>[ 2.727465] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x17 +<6>[ 2.727471] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x17 +<6>[ 2.727477] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x17 +<6>[ 2.727485] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x17 +<6>[ 2.727524] microcode: Microcode Update Driver: v2.00 , Peter Oruba +<6>[ 2.727591] Scanning for low memory corruption every 60 seconds +<6>[ 2.727876] futex hash table entries: 2048 (order: 5, 131072 bytes) +<5>[ 2.727899] Initialise system trusted keyring +<6>[ 2.727918] audit: initializing netlink subsys (disabled) +<5>[ 2.727930] audit: type=2000 audit(1455704249.716:1): initialized +<6>[ 2.728208] HugeTLB registered 1 GB page size, pre-allocated 0 pages +<6>[ 2.728210] HugeTLB registered 2 MB page size, pre-allocated 0 pages +<6>[ 2.729337] zpool: loaded +<6>[ 2.729338] zbud: loaded +<5>[ 2.729490] VFS: Disk quotas dquot_6.6.0 +<6>[ 2.729516] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) +<6>[ 2.729889] fuse init (API version 7.23) +<5>[ 2.729993] Key type big_key registered +<5>[ 2.730247] Key type asymmetric registered +<5>[ 2.730250] Asymmetric key parser 'x509' registered +<6>[ 2.730262] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) +<6>[ 2.730292] io scheduler noop registered +<6>[ 2.730295] io scheduler deadline registered (default) +<6>[ 2.730328] io scheduler cfq registered +<6>[ 2.731079] pcieport 0000:06:03.0: enabling device (0000 -> 0003) +<6>[ 2.731354] pcieport 0000:06:05.0: enabling device (0000 -> 0003) +<6>[ 2.731632] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 +<6>[ 2.731644] pciehp 0000:06:00.0:pcie24: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+ +<7>[ 2.731687] pciehp 0000:06:00.0:pcie24: service driver pciehp loaded +<6>[ 2.731694] pciehp 0000:06:03.0:pcie24: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+ +<7>[ 2.731727] pciehp 0000:06:03.0:pcie24: service driver pciehp loaded +<6>[ 2.731735] pciehp 0000:06:04.0:pcie24: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+ +<7>[ 2.731765] pciehp 0000:06:04.0:pcie24: service driver pciehp loaded +<6>[ 2.731773] pciehp 0000:06:05.0:pcie24: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+ +<7>[ 2.731803] pciehp 0000:06:05.0:pcie24: service driver pciehp loaded +<6>[ 2.731810] pciehp 0000:06:06.0:pcie24: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+ +<7>[ 2.731840] pciehp 0000:06:06.0:pcie24: service driver pciehp loaded +<6>[ 2.731844] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 +<6>[ 2.731876] efifb: probing for efifb +<6>[ 2.731888] efifb: framebuffer at 0xa0000000, mapped to 0xffffc90002000000, using 16000k, total 16000k +<6>[ 2.731889] efifb: mode is 2560x1600x32, linelength=10240, pages=1 +<6>[ 2.731890] efifb: scrolling: redraw +<6>[ 2.731891] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 +<6>[ 2.740090] Console: switching to colour frame buffer device 320x100 +<6>[ 2.748811] fb0: EFI VGA frame buffer device +<7>[ 2.748820] intel_idle: MWAIT substates: 0x11142120 +<7>[ 2.748821] intel_idle: v0.4 model 0x45 +<7>[ 2.748822] intel_idle: lapic_timer_reliable_states 0xffffffff +<6>[ 2.749040] ACPI: AC Adapter [ADP1] (on-line) +<6>[ 2.749090] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 +<6>[ 2.749101] ACPI: Lid Switch [LID0] +<6>[ 2.749127] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 +<6>[ 2.749130] ACPI: Power Button [PWRB] +<6>[ 2.749155] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2 +<6>[ 2.749156] ACPI: Sleep Button [SLPB] +<6>[ 2.749181] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 +<6>[ 2.749183] ACPI: Power Button [PWRF] +<6>[ 2.749440] GHES: HEST is not enabled! +<6>[ 2.749519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled +<6>[ 2.750672] Linux agpgart interface v0.103 +<6>[ 2.752241] brd: module loaded +<6>[ 2.752879] loop: module loaded +<6>[ 2.753036] libphy: Fixed MDIO Bus: probed +<6>[ 2.753039] tun: Universal TUN/TAP device driver, 1.6 +<6>[ 2.753040] tun: (C) 1999-2004 Max Krasnyansky +<6>[ 2.753071] PPP generic driver version 2.4.2 +<6>[ 2.753201] xhci_hcd 0000:00:14.0: xHCI Host Controller +<6>[ 2.753206] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 +<6>[ 2.753269] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000b810 +<7>[ 2.753274] xhci_hcd 0000:00:14.0: cache line size of 256 is not supported +<6>[ 2.753343] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 +<6>[ 2.753344] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +<6>[ 2.753346] usb usb1: Product: xHCI Host Controller +<6>[ 2.753347] usb usb1: Manufacturer: Linux 4.2.0-18-generic xhci-hcd +<6>[ 2.753348] usb usb1: SerialNumber: 0000:00:14.0 +<6>[ 2.753432] hub 1-0:1.0: USB hub found +<6>[ 2.753441] hub 1-0:1.0: 9 ports detected +<6>[ 2.753658] xhci_hcd 0000:00:14.0: xHCI Host Controller +<6>[ 2.753660] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 +<6>[ 2.753683] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 +<6>[ 2.753684] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +<6>[ 2.753685] usb usb2: Product: xHCI Host Controller +<6>[ 2.753686] usb usb2: Manufacturer: Linux 4.2.0-18-generic xhci-hcd +<6>[ 2.753687] usb usb2: SerialNumber: 0000:00:14.0 +<6>[ 2.753756] hub 2-0:1.0: USB hub found +<6>[ 2.753762] hub 2-0:1.0: 4 ports detected +<6>[ 2.753892] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver +<6>[ 2.753897] ehci-pci: EHCI PCI platform driver +<6>[ 2.753906] ehci-platform: EHCI generic platform driver +<6>[ 2.753914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver +<6>[ 2.753917] ohci-pci: OHCI PCI platform driver +<6>[ 2.753925] ohci-platform: OHCI generic platform driver +<6>[ 2.753932] uhci_hcd: USB Universal Host Controller Interface driver +<6>[ 2.753972] i8042: PNP: No PS/2 controller found. Probing ports directly. +<6>[ 3.479592] usb 1-1: new high-speed USB device number 2 using xhci_hcd +<6>[ 3.479734] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd +<6>[ 3.670713] usb 1-1: New USB device found, idVendor=058f, idProduct=6387 +<6>[ 3.670716] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +<6>[ 3.670717] usb 1-1: Product: Mass Storage +<6>[ 3.670718] usb 1-1: Manufacturer: Generic +<6>[ 3.670719] usb 1-1: SerialNumber: 30B7168B +<6>[ 3.730667] usb 2-2: New USB device found, idVendor=2109, idProduct=0812 +<6>[ 3.730670] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +<6>[ 3.730671] usb 2-2: Product: USB3.0 Hub +<6>[ 3.730672] usb 2-2: Manufacturer: VIA Labs, Inc. +<6>[ 3.733594] hub 2-2:1.0: USB hub found +<6>[ 3.733826] hub 2-2:1.0: 4 ports detected +<3>[ 3.788637] i8042: No controller found +<6>[ 3.788658] tsc: Refined TSC clocksource calibration: 2599.999 MHz +<6>[ 3.788660] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x257a3b2ad7e, max_idle_ns: 440795282337 ns +<6>[ 3.788755] mousedev: PS/2 mouse device common for all mice +<6>[ 3.788987] rtc_cmos 00:02: RTC can wake from S4 +<6>[ 3.789097] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 +<6>[ 3.789127] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs +<6>[ 3.789134] i2c /dev entries driver +<6>[ 3.789195] device-mapper: uevent: version 1.0.3 +<6>[ 3.789244] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com +<6>[ 3.789261] Intel P-state driver initializing. +<6>[ 3.789380] ledtrig-cpu: registered to indicate activity on CPUs +<6>[ 3.789391] EFI Variables Facility v0.08 2004-May-17 +<6>[ 3.835738] usb 1-2: new high-speed USB device number 3 using xhci_hcd +<6>[ 3.847913] usb 2-3: new SuperSpeed USB device number 3 using xhci_hcd +<6>[ 3.865777] usb 2-3: New USB device found, idVendor=05ac, idProduct=8406 +<6>[ 3.865779] usb 2-3: New USB device strings: Mfr=3, Product=4, SerialNumber=5 +<6>[ 3.865780] usb 2-3: Product: Card Reader +<6>[ 3.865781] usb 2-3: Manufacturer: Apple +<6>[ 3.865782] usb 2-3: SerialNumber: 000000000820 +<6>[ 3.965596] usb 1-2: New USB device found, idVendor=2109, idProduct=2812 +<6>[ 3.965598] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +<6>[ 3.965600] usb 1-2: Product: USB2.0 Hub +<6>[ 3.965600] usb 1-2: Manufacturer: VIA Labs, Inc. +<6>[ 3.966555] hub 1-2:1.0: USB hub found +<6>[ 3.966755] hub 1-2:1.0: 4 ports detected +<4>[ 4.007075] PCCT header not found. +<6>[ 4.007236] NET: Registered protocol family 10 +<6>[ 4.007388] NET: Registered protocol family 17 +<5>[ 4.007399] Key type dns_resolver registered +<5>[ 4.007702] Loading compiled-in X.509 certificates +<5>[ 4.008294] Loaded X.509 cert 'Build time autogenerated kernel key: 714df7ce1739f2da38b31837ada06c6e4fb64084' +<6>[ 4.008308] registered taskstats version 1 +<6>[ 4.008324] zswap: loading zswap +<6>[ 4.008326] zswap: using zbud pool +<6>[ 4.008329] zswap: using lzo compressor +<5>[ 4.009508] Key type trusted registered +<5>[ 4.011348] Key type encrypted registered +<6>[ 4.011353] AppArmor: AppArmor sha1 policy hashing enabled +<6>[ 4.011356] ima: No TPM chip found, activating TPM-bypass! +<6>[ 4.011372] evm: HMAC attrs: 0x1 +<6>[ 4.011886] Magic number: 4:32:275 +<6>[ 4.011894] usb usb1-port3: hash matches +<6>[ 4.011915] tty tty12: hash matches +<6>[ 4.011945] memory memory141: hash matches +<6>[ 4.011989] rtc_cmos 00:02: setting system clock to 2016-02-17 10:17:31 UTC (1455704251) +<6>[ 4.012037] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found +<6>[ 4.012037] EDD information not available. +<6>[ 4.139873] usb 1-3: new full-speed USB device number 4 using xhci_hcd +<6>[ 4.268945] usb 1-3: New USB device found, idVendor=0a5c, idProduct=4500 +<6>[ 4.268948] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +<6>[ 4.268949] usb 1-3: Product: BRCM20702 Hub +<6>[ 4.268951] usb 1-3: Manufacturer: Apple Inc. +<4>[ 4.269039] usb 1-3: ep 0x81 - rounding interval to 1024 microframes, ep desc says 2040 microframes +<6>[ 4.269333] hub 1-3:1.0: USB hub found +<6>[ 4.269437] hub 1-3:1.0: 3 ports detected +<6>[ 4.351960] usb 1-2.1: new full-speed USB device number 5 using xhci_hcd +<6>[ 4.458410] usb 1-2.1: New USB device found, idVendor=0403, idProduct=6001 +<6>[ 4.458413] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +<6>[ 4.458415] usb 1-2.1: Product: FT232R USB UART +<6>[ 4.458416] usb 1-2.1: Manufacturer: FTDI +<6>[ 4.458417] usb 1-2.1: SerialNumber: A602U2EF +<6>[ 4.564051] usb 1-5: new full-speed USB device number 6 using xhci_hcd +<6>[ 4.697817] usb 1-5: New USB device found, idVendor=05ac, idProduct=0259 +<6>[ 4.697821] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +<6>[ 4.697823] usb 1-5: Product: Apple Internal Keyboard / Trackpad +<6>[ 4.697824] usb 1-5: Manufacturer: Apple Inc. +<6>[ 4.776133] usb 1-2.2: new full-speed USB device number 7 using xhci_hcd +<6>[ 4.788241] clocksource: Switched to clocksource tsc +<6>[ 4.877613] usb 1-2.2: New USB device found, idVendor=1532, idProduct=0045 +<6>[ 4.877617] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +<6>[ 4.877619] usb 1-2.2: Product: Razer Mamba Dock +<6>[ 4.877620] usb 1-2.2: Manufacturer: Razer +<6>[ 4.948193] usb 1-3.1: new full-speed USB device number 8 using xhci_hcd +<6>[ 5.037719] usb 1-3.1: New USB device found, idVendor=05ac, idProduct=820a +<6>[ 5.037723] usb 1-3.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 +<4>[ 5.037884] usb 1-3.1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes +<6>[ 5.120266] usb 1-2.4: new full-speed USB device number 9 using xhci_hcd +<6>[ 5.221779] usb 1-2.4: New USB device found, idVendor=24f0, idProduct=0140 +<6>[ 5.221783] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +<6>[ 5.221785] usb 1-2.4: Product: Das Keyboard +<6>[ 5.221786] usb 1-2.4: Manufacturer: Metadot - Das Keyboard +<4>[ 5.221887] usb 1-2.4: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes +<6>[ 5.292334] usb 1-3.2: new full-speed USB device number 10 using xhci_hcd +<6>[ 5.381923] usb 1-3.2: New USB device found, idVendor=05ac, idProduct=820b +<6>[ 5.381926] usb 1-3.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 +<4>[ 5.382094] usb 1-3.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes +<6>[ 5.452394] usb 1-3.3: new full-speed USB device number 11 using xhci_hcd +<6>[ 5.542791] usb 1-3.3: New USB device found, idVendor=05ac, idProduct=8289 +<6>[ 5.542795] usb 1-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +<6>[ 5.542796] usb 1-3.3: Product: Bluetooth USB Host Controller +<6>[ 5.542798] usb 1-3.3: Manufacturer: Apple Inc. +<7>[ 16.064551] PM: Hibernation image not present or could not be loaded. +<6>[ 16.064823] Freeing unused kernel memory: 1464K (ffffffff81d38000 - ffffffff81ea6000) +<6>[ 16.064825] Write protecting the kernel read-only data: 12288k +<6>[ 16.065006] Freeing unused kernel memory: 248K (ffff8800027c2000 - ffff880002800000) +<6>[ 16.065058] Freeing unused kernel memory: 284K (ffff880002bb9000 - ffff880002c00000) +<30>[ 16.073261] systemd-udevd[124]: starting version 204 +<6>[ 16.091493] usb-storage 1-1:1.0: USB Mass Storage device detected +<6>[ 16.092879] scsi host0: usb-storage 1-1:1.0 +<6>[ 16.092958] [drm] Initialized drm 1.1.0 20060810 +<6>[ 16.093228] hidraw: raw HID events driver (C) Jiri Kosina +<6>[ 16.093503] usb-storage 2-3:1.0: USB Mass Storage device detected +<6>[ 16.094895] scsi host1: usb-storage 2-3:1.0 +<6>[ 16.099027] usbcore: registered new interface driver usb-storage +<6>[ 16.100076] usbcore: registered new interface driver uas +<7>[ 16.105222] ahci 0000:04:00.0: version 3.0 +<6>[ 16.109251] usbcore: registered new interface driver usbhid +<6>[ 16.109253] usbhid: USB HID core driver +<6>[ 16.119530] [drm] Memory usable by graphics device = 2048M +<7>[ 16.119534] checking generic (a0000000 fa0000) vs hw (a0000000 10000000) +<6>[ 16.119535] fb: switching to inteldrmfb from EFI VGA +<6>[ 16.119559] Console: switching to colour dummy device 80x25 +<6>[ 16.119647] [drm] Replacing VGA console driver +<6>[ 16.120526] ahci 0000:04:00.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode +<6>[ 16.120529] ahci 0000:04:00.0: flags: 64bit ncq led clo only pio ccc +<6>[ 16.120969] scsi host2: ahci +<6>[ 16.121034] ata1: SATA max UDMA/133 abar m8192@0xb0700000 port 0xb0700100 irq 16 +<6>[ 16.124257] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). +<6>[ 16.124260] [drm] Driver supports precise vblank timestamp query. +<6>[ 16.124352] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem +<6>[ 16.124361] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:05AC:0259.0001/input/input4 +<6>[ 16.124740] input: Razer Razer Mamba Dock as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/0003:1532:0045.0003/input/input5 +<6>[ 16.141414] ACPI: Video Device [IGPU] (multi-head: yes rom: no post: no) +<6>[ 16.141935] acpi device:02: registered as cooling_device4 +<6>[ 16.142008] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6 +<6>[ 16.176709] apple 0003:05AC:0259.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-5/input0 +<6>[ 16.176770] hid-generic 0003:1532:0045.0003: input,hidraw1: USB HID v1.11 Mouse [Razer Razer Mamba Dock] on usb-0000:00:14.0-2.2/input0 +<6>[ 16.176811] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0 +<6>[ 16.176970] input: Razer Razer Mamba Dock as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.1/0003:1532:0045.0004/input/input7 +<6>[ 16.178628] apple 0003:05AC:0259.0002: hidraw2: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-5/input1 +<6>[ 16.224565] fbcon: inteldrmfb (fb0) is primary device +<6>[ 16.232825] hid-generic 0003:1532:0045.0004: input,hidraw3: USB HID v1.11 Keyboard [Razer Razer Mamba Dock] on usb-0000:00:14.0-2.2/input1 +<6>[ 16.233718] input: Razer Razer Mamba Dock as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.2/0003:1532:0045.0005/input/input8 +<6>[ 16.288815] hid-generic 0003:1532:0045.0005: input,hidraw4: USB HID v1.11 Keyboard [Razer Razer Mamba Dock] on usb-0000:00:14.0-2.2/input2 +<6>[ 16.288938] input: HID 05ac:820a as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.0/0003:05AC:820A.0006/input/input9 +<6>[ 16.344861] hid-generic 0003:05AC:820A.0006: input,hidraw5: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:14.0-3.1/input0 +<6>[ 16.344974] input: Metadot - Das Keyboard Das Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.4/1-2.4:1.0/0003:24F0:0140.0007/input/input10 +<6>[ 16.400887] hid-generic 0003:24F0:0140.0007: input,hidraw6: USB HID v1.10 Keyboard [Metadot - Das Keyboard Das Keyboard] on usb-0000:00:14.0-2.4/input0 +<6>[ 16.401569] input: Metadot - Das Keyboard Das Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.4/1-2.4:1.1/0003:24F0:0140.0008/input/input11 +<6>[ 16.448716] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) +<4>[ 16.448963] ata1.00: unexpected _GTF length (8) +<6>[ 16.449081] ata1.00: ATA-8: APPLE SSD SM0512F, UXM2JA1Q, max UDMA/133 +<6>[ 16.449083] ata1.00: 977105060 sectors, multi 16: LBA48 NCQ (depth 31/32), AA +<4>[ 16.449362] ata1.00: unexpected _GTF length (8) +<6>[ 16.449481] ata1.00: configured for UDMA/133 +<5>[ 16.449674] scsi 2:0:0:0: Direct-Access ATA APPLE SSD SM0512 JA1Q PQ: 0 ANSI: 5 +<5>[ 16.449928] sd 2:0:0:0: [sda] 977105060 512-byte logical blocks: (500 GB/465 GiB) +<5>[ 16.449930] sd 2:0:0:0: [sda] 4096-byte physical blocks +<5>[ 16.449964] sd 2:0:0:0: Attached scsi generic sg0 type 0 +<5>[ 16.449997] sd 2:0:0:0: [sda] Write Protect is off +<7>[ 16.449999] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 +<5>[ 16.450014] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA +<6>[ 16.451530] sda: sda1 sda2 sda3 +<5>[ 16.451787] sd 2:0:0:0: [sda] Attached SCSI disk +<6>[ 16.456738] hid-generic 0003:24F0:0140.0008: input,hidraw7: USB HID v1.10 Device [Metadot - Das Keyboard Das Keyboard] on usb-0000:00:14.0-2.4/input1 +<6>[ 16.456832] input: HID 05ac:820b as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:05AC:820B.0009/input/input12 +<6>[ 16.456963] hid-generic 0003:05AC:820B.0009: input,hidraw8: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:14.0-3.2/input0 +<5>[ 17.094726] scsi 0:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 4 +<5>[ 17.094807] scsi 1:0:0:0: Direct-Access APPLE SD Card Reader 3.00 PQ: 0 ANSI: 6 +<5>[ 17.095027] sd 0:0:0:0: Attached scsi generic sg1 type 0 +<5>[ 17.095225] sd 1:0:0:0: Attached scsi generic sg2 type 0 +<5>[ 17.095722] sd 0:0:0:0: [sdb] 7925760 512-byte logical blocks: (4.05 GB/3.77 GiB) +<5>[ 17.096246] sd 1:0:0:0: [sdc] Attached SCSI removable disk +<5>[ 17.096407] sd 0:0:0:0: [sdb] Write Protect is off +<7>[ 17.096409] sd 0:0:0:0: [sdb] Mode Sense: 23 00 00 00 +<5>[ 17.097095] sd 0:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA +<6>[ 17.100959] sdb: sdb1 +<5>[ 17.102978] sd 0:0:0:0: [sdb] Attached SCSI removable disk +<6>[ 17.731098] Console: switching to colour frame buffer device 240x75 +<6>[ 17.737189] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device +<6>[ 17.737191] i915 0000:00:02.0: registered panic notifier +<4>[ 18.771993] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. +<6>[ 18.826621] EXT4-fs (loop0): mounting ext3 file system using the ext4 subsystem +<4>[ 18.895598] EXT4-fs (loop0): warning: checktime reached, running e2fsck is recommended +<6>[ 18.895682] EXT4-fs (loop0): recovery complete +<6>[ 18.900108] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null) +<6>[ 18.968586] squashfs: version 4.0 (2009/01/31) Phillip Lougher +<5>[ 19.504202] random: nonblocking pool is initialized +<30>[ 24.124789] systemd-udevd[1927]: starting version 204 +<6>[ 24.353964] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 +<6>[ 24.408326] usbcore: registered new interface driver usbserial +<6>[ 24.408340] usbcore: registered new interface driver usbserial_generic +<6>[ 24.408350] usbserial: USB Serial support registered for generic +<6>[ 24.426684] ACPI: SBS HC: EC = 0xffff88045c64e700, offset = 0x20, query_bit = 0x10 +<6>[ 24.473445] bcma: bus0: Found chip with id 0x4360, rev 0x03 and package 0x00 +<6>[ 24.473813] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2B, class 0x0) +<6>[ 24.473869] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x2A, class 0x0) +<6>[ 24.473924] bcma: bus0: Core 2 found: ARM CR4 (manuf 0x4BF, id 0x83E, rev 0x02, class 0x0) +<6>[ 24.474012] bcma: bus0: Core 3 found: PCIe Gen2 (manuf 0x4BF, id 0x83C, rev 0x01, class 0x0) +<6>[ 24.474036] bcma: bus0: Core 4 found: USB 2.0 Device (manuf 0x4BF, id 0x81A, rev 0x11, class 0x0) +<6>[ 24.520911] usbcore: registered new interface driver ftdi_sio +<6>[ 24.521168] usbserial: USB Serial support registered for FTDI USB Serial Device +<6>[ 24.522522] ftdi_sio 1-2.1:1.0: FTDI USB Serial Device converter detected +<6>[ 24.523370] usb 1-2.1: Detected FT232RL +<3>[ 24.531256] bcma: Unsupported SPROM revision: 11 +<4>[ 24.531258] bcma: bus0: Invalid SPROM read from the PCIe card, trying to use fallback SPROM +<4>[ 24.531259] bcma: bus0: Using fallback SPROM failed (err -2) +<3>[ 24.531260] bcma: bus0: No SPROM available +<6>[ 24.532396] usb 1-2.1: FTDI USB Serial Device converter now attached to ttyUSB0 +<6>[ 24.533430] bcma: bus0: Bus registered +<6>[ 24.564466] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present) +<6>[ 24.566382] input: bcm5974 as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/input/input13 +<6>[ 24.566497] usbcore: registered new interface driver bcm5974 +<6>[ 24.602586] Bluetooth: Core ver 2.20 +<6>[ 24.602602] NET: Registered protocol family 31 +<6>[ 24.602604] Bluetooth: HCI device and connection manager initialized +<6>[ 24.602607] Bluetooth: HCI socket layer initialized +<6>[ 24.602611] Bluetooth: L2CAP socket layer initialized +<6>[ 24.602617] Bluetooth: SCO socket layer initialized +<6>[ 24.614018] thunderbolt 0000:07:00.0: NHI initialized, starting thunderbolt +<6>[ 24.614031] thunderbolt 0000:07:00.0: allocating TX ring 0 of size 10 +<6>[ 24.614035] thunderbolt 0000:07:00.0: allocating RX ring 0 of size 10 +<6>[ 24.614040] thunderbolt 0000:07:00.0: control channel created +<6>[ 24.614041] thunderbolt 0000:07:00.0: control channel starting... +<6>[ 24.614043] thunderbolt 0000:07:00.0: starting TX ring 0 +<6>[ 24.614049] thunderbolt 0000:07:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1) +<6>[ 24.614051] thunderbolt 0000:07:00.0: starting RX ring 0 +<6>[ 24.614055] thunderbolt 0000:07:00.0: enabling interrupt at register 0x38200 bit 12 (0x1 -> 0x1001) +<6>[ 24.614614] thunderbolt 0000:07:00.0: initializing Switch at 0x0 (depth: 0, up port: 5) +<6>[ 24.614616] thunderbolt 0000:07:00.0: old switch config: +<6>[ 24.614617] thunderbolt 0000:07:00.0: Switch: 8086:156d (Revision: 0, TB Version: 2) +<6>[ 24.614618] thunderbolt 0000:07:00.0: Max Port Number: 12 +<6>[ 24.614619] thunderbolt 0000:07:00.0: Config: +<6>[ 24.614621] thunderbolt 0000:07:00.0: Upstream Port Number: 5 Depth: 0 Route String: 0x0 Enabled: 1, PlugEventsDelay: 255ms +<6>[ 24.614623] thunderbolt 0000:07:00.0: unknown1: 0x0 unknown4: 0x0 +<4>[ 24.614624] thunderbolt 0000:07:00.0: 0: unsupported switch device id 0x156d +<6>[ 24.651459] thunderbolt 0000:07:00.0: 0: uid: 0x1000f023d0eb0 +<6>[ 24.651558] thunderbolt 0000:07:00.0: Port 0: 8086:156d (Revision: 0, TB Version: 1, Type: Port (0x1)) +<6>[ 24.651559] thunderbolt 0000:07:00.0: Max hop id (in/out): 7/7 +<6>[ 24.651560] thunderbolt 0000:07:00.0: Max counters: 8 +<6>[ 24.651561] thunderbolt 0000:07:00.0: NFC Credits: 0x700000 +<6>[ 24.652056] thunderbolt 0000:07:00.0: Port 1: 8086:156d (Revision: 0, TB Version: 1, Type: Port (0x1)) +<6>[ 24.652058] thunderbolt 0000:07:00.0: Max hop id (in/out): 15/15 +<6>[ 24.652059] thunderbolt 0000:07:00.0: Max counters: 16 +<6>[ 24.652060] thunderbolt 0000:07:00.0: NFC Credits: 0x3c00000 +<6>[ 24.652555] thunderbolt 0000:07:00.0: Port 2: 8086:156d (Revision: 0, TB Version: 1, Type: Port (0x1)) +<6>[ 24.652556] thunderbolt 0000:07:00.0: Max hop id (in/out): 15/15 +<6>[ 24.652557] thunderbolt 0000:07:00.0: Max counters: 16 +<6>[ 24.652558] thunderbolt 0000:07:00.0: NFC Credits: 0x3c00000 +<6>[ 24.653054] thunderbolt 0000:07:00.0: Port 3: 8086:156d (Revision: 0, TB Version: 1, Type: Port (0x1)) +<6>[ 24.653056] thunderbolt 0000:07:00.0: Max hop id (in/out): 15/15 +<6>[ 24.653056] thunderbolt 0000:07:00.0: Max counters: 16 +<6>[ 24.653057] thunderbolt 0000:07:00.0: NFC Credits: 0x3c00000 +<6>[ 24.653554] thunderbolt 0000:07:00.0: Port 4: 8086:156d (Revision: 0, TB Version: 1, Type: Port (0x1)) +<6>[ 24.653555] thunderbolt 0000:07:00.0: Max hop id (in/out): 15/15 +<6>[ 24.653556] thunderbolt 0000:07:00.0: Max counters: 16 +<6>[ 24.653557] thunderbolt 0000:07:00.0: NFC Credits: 0x3c00000 +<6>[ 24.653654] thunderbolt 0000:07:00.0: Port 5: 8086:156d (Revision: 0, TB Version: 1, Type: NHI (0x2)) +<6>[ 24.653655] thunderbolt 0000:07:00.0: Max hop id (in/out): 11/11 +<6>[ 24.653656] thunderbolt 0000:07:00.0: Max counters: 16 +<6>[ 24.653657] thunderbolt 0000:07:00.0: NFC Credits: 0xf00000 +<6>[ 24.653754] thunderbolt 0000:07:00.0: Port 6: 8086:156d (Revision: 0, TB Version: 1, Type: PCIe (0x100101)) +<6>[ 24.653755] thunderbolt 0000:07:00.0: Max hop id (in/out): 8/8 +<6>[ 24.653756] thunderbolt 0000:07:00.0: Max counters: 2 +<6>[ 24.653757] thunderbolt 0000:07:00.0: NFC Credits: 0x700000 +<6>[ 24.653853] thunderbolt 0000:07:00.0: Port 7: 8086:156d (Revision: 0, TB Version: 1, Type: PCIe (0x100101)) +<6>[ 24.653854] thunderbolt 0000:07:00.0: Max hop id (in/out): 8/8 +<6>[ 24.653855] thunderbolt 0000:07:00.0: Max counters: 2 +<6>[ 24.653856] thunderbolt 0000:07:00.0: NFC Credits: 0x700000 +<6>[ 24.653953] thunderbolt 0000:07:00.0: Port 8: 8086:156d (Revision: 0, TB Version: 1, Type: PCIe (0x100101)) +<6>[ 24.653954] thunderbolt 0000:07:00.0: Max hop id (in/out): 8/8 +<6>[ 24.653955] thunderbolt 0000:07:00.0: Max counters: 2 +<6>[ 24.653956] thunderbolt 0000:07:00.0: NFC Credits: 0x700000 +<6>[ 24.654053] thunderbolt 0000:07:00.0: Port 9: 8086:156d (Revision: 0, TB Version: 1, Type: PCIe (0x100101)) +<6>[ 24.654054] thunderbolt 0000:07:00.0: Max hop id (in/out): 8/8 +<6>[ 24.654055] thunderbolt 0000:07:00.0: Max counters: 2 +<6>[ 24.654056] thunderbolt 0000:07:00.0: NFC Credits: 0x700000 +<6>[ 24.654153] thunderbolt 0000:07:00.0: Port 10: 8086:156d (Revision: 0, TB Version: 1, Type: DP/HDMI (0xe0102)) +<6>[ 24.654154] thunderbolt 0000:07:00.0: Max hop id (in/out): 9/9 +<6>[ 24.654155] thunderbolt 0000:07:00.0: Max counters: 2 +<6>[ 24.654156] thunderbolt 0000:07:00.0: NFC Credits: 0x700000 +<6>[ 24.654253] thunderbolt 0000:07:00.0: Port 11: 8086:156d (Revision: 0, TB Version: 1, Type: DP/HDMI (0xe0101)) +<6>[ 24.654254] thunderbolt 0000:07:00.0: Max hop id (in/out): 9/9 +<6>[ 24.654255] thunderbolt 0000:07:00.0: Max counters: 2 +<6>[ 24.654256] thunderbolt 0000:07:00.0: NFC Credits: 0xf00000 +<6>[ 24.654353] thunderbolt 0000:07:00.0: Port 12: 8086:156d (Revision: 0, TB Version: 1, Type: DP/HDMI (0xe0101)) +<6>[ 24.654354] thunderbolt 0000:07:00.0: Max hop id (in/out): 9/9 +<6>[ 24.654355] thunderbolt 0000:07:00.0: Max counters: 2 +<6>[ 24.654356] thunderbolt 0000:07:00.0: NFC Credits: 0xf00000 +<6>[ 24.654752] thunderbolt 0000:07:00.0: 0:1: is unplugged (state: 7) +<6>[ 24.654852] thunderbolt 0000:07:00.0: 0:3: is unplugged (state: 7) +<12>[ 24.672500] init: failsafe main process (1991) killed by TERM signal +<6>[ 24.704351] usbcore: registered new interface driver btusb +<3>[ 24.704650] Bluetooth: hci0: BCM: Read verbose config info failed (-16) +<6>[ 24.733485] AVX2 version of gcm_enc/dec engaged. +<6>[ 24.733488] AES CTR mode by8 optimization enabled +<6>[ 24.749275] usb 1-3.1: USB disconnect, device number 8 +<6>[ 24.749911] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) +<6>[ 24.803632] applesmc: key=571 fan=1 temp=32 index=31 acc=0 lux=2 kbd=1 +<6>[ 24.817572] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 3 +<6>[ 24.819343] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 3 +<6>[ 24.822844] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 0 +<6>[ 24.822866] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 0 +<6>[ 24.823401] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14 +<6>[ 24.825084] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 0 +<6>[ 24.826937] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 0 +<6>[ 24.873365] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15 +<6>[ 24.873438] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16 +<6>[ 24.878277] snd_hda_codec_cirrus hdaudioC1D0: autoconfig for CS4208: line_outs=2 (0x12/0x13/0x0/0x0/0x0) type:speaker +<6>[ 24.878280] snd_hda_codec_cirrus hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) +<6>[ 24.878282] snd_hda_codec_cirrus hdaudioC1D0: hp_outs=1 (0x10/0x0/0x0/0x0/0x0) +<6>[ 24.878283] snd_hda_codec_cirrus hdaudioC1D0: mono: mono_out=0x0 +<6>[ 24.878284] snd_hda_codec_cirrus hdaudioC1D0: dig-out=0x21/0x0 +<6>[ 24.878284] snd_hda_codec_cirrus hdaudioC1D0: inputs: +<6>[ 24.878286] snd_hda_codec_cirrus hdaudioC1D0: Internal Mic=0x1c +<6>[ 24.878287] snd_hda_codec_cirrus hdaudioC1D0: Mic=0x18 +<6>[ 24.883078] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17 +<6>[ 24.883153] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18 +<6>[ 24.883241] input: HDA Intel PCH SPDIF as /devices/pci0000:00/0000:00:1b.0/sound/card1/input19 +<6>[ 25.022321] intel_rapl: Found RAPL domain package +<6>[ 25.022325] intel_rapl: Found RAPL domain core +<6>[ 25.022327] intel_rapl: Found RAPL domain uncore +<6>[ 25.022329] intel_rapl: Found RAPL domain dram +<6>[ 25.028189] usb 1-3.2: USB disconnect, device number 10 +<12>[ 25.080684] init: ttyS0 main process (2223) terminated with status 1 +<12>[ 25.080694] init: ttyS0 main process ended, respawning +<12>[ 25.088685] init: ttyS0 main process (2234) terminated with status 1 +<12>[ 25.088692] init: ttyS0 main process ended, respawning +<12>[ 25.094404] init: ttyS0 main process (2243) terminated with status 1 +<12>[ 25.094415] init: ttyS0 main process ended, respawning +<12>[ 25.098454] init: ttyS0 main process (2246) terminated with status 1 +<12>[ 25.098460] init: ttyS0 main process ended, respawning +<12>[ 25.105404] init: ttyS0 main process (2248) terminated with status 1 +<12>[ 25.105410] init: ttyS0 main process ended, respawning +<12>[ 25.107390] init: ttyS0 main process (2250) terminated with status 1 +<12>[ 25.107396] init: ttyS0 main process ended, respawning +<12>[ 25.109397] init: ttyS0 main process (2251) terminated with status 1 +<12>[ 25.109401] init: ttyS0 main process ended, respawning +<12>[ 25.112045] init: ttyS0 main process (2252) terminated with status 1 +<12>[ 25.112051] init: ttyS0 main process ended, respawning +<12>[ 25.115230] init: ttyS0 main process (2254) terminated with status 1 +<12>[ 25.115236] init: ttyS0 main process ended, respawning +<12>[ 25.119770] init: plymouth-upstart-bridge main process ended, respawning +<12>[ 25.120210] init: ttyS0 main process (2256) terminated with status 1 +<12>[ 25.120217] init: ttyS0 main process ended, respawning +<6>[ 25.120762] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 3 +<6>[ 25.122533] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 0 +<6>[ 25.124303] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 3 +<6>[ 25.126051] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 0 +<12>[ 25.128635] init: ttyS0 main process (2259) terminated with status 1 +<12>[ 25.128644] init: ttyS0 respawning too fast, stopped +<6>[ 25.134751] b43-phy0: Broadcom 4360 WLAN found (core revision 42) +<3>[ 25.135166] b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1) +<4>[ 25.135199] b43: probe of bcma0:1 failed with error -95 +<6>[ 25.135221] Broadcom 43xx driver loaded [ Features: PNL ] +<6>[ 25.258211] cfg80211: World regulatory domain updated: +<6>[ 25.258214] cfg80211: DFS Master region: unset +<6>[ 25.258215] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) +<6>[ 25.258217] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A) +<6>[ 25.258218] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A) +<6>[ 25.258219] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A) +<6>[ 25.258220] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A) +<6>[ 25.258221] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A) +<6>[ 25.421935] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 3 +<6>[ 25.425871] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 0 +<6>[ 25.722007] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 3 +<6>[ 25.725988] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 0 +<6>[ 26.022104] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 3 +<6>[ 26.026110] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 0 +<6>[ 26.322245] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 3 +<6>[ 26.326227] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 0 +<6>[ 26.622359] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 3 +<6>[ 26.626340] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 0 +<6>[ 26.922476] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 3 +<6>[ 26.926456] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 0 +<6>[ 27.222581] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 3 +<6>[ 27.226574] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD version 0 +<5>[ 58.147026] efi_runtime: module verification failed: signature and/or required key missing - tainting kernel +<6>[ 58.147186] EFI_RUNTIME Driver v0.1 +<6>[ 59.238438] EFI_RUNTIME Driver Exit. +<6>[ 59.453208] EFI_RUNTIME Driver v0.1 +<6>[ 64.224027] EFI_RUNTIME Driver Exit. +<6>[ 64.237219] EFI_RUNTIME Driver v0.1 +<6>[ 82.510889] EFI_RUNTIME Driver Exit. +<6>[ 82.528438] EFI_RUNTIME Driver v0.1 +<3>[ 82.528969] efitime: can't read time +<3>[ 82.529050] efitime: can't read time +<6>[ 85.538894] EFI_RUNTIME Driver Exit. diff --git a/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/lspci.log b/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/lspci.log new file mode 100644 index 0000000..aca3455 --- /dev/null +++ b/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/lspci.log @@ -0,0 +1,958 @@ +00:00.0 Host bridge [0600]: Intel Corporation Haswell-ULT DRAM Controller [8086:0a04] (rev 09) + Subsystem: Apple Inc. Device [106b:011a] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- + Kernel driver in use: hsw_uncore + +00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:0a2e] (rev 09) (prog-if 00 [VGA controller]) + Subsystem: Apple Inc. Device [106b:011a] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- [disabled] + Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- + Address: fee00018 Data: 0000 + Capabilities: [d0] Power Management version 2 + Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) + Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- + Capabilities: [a4] PCI Advanced Features + AFCap: TP+ FLR+ + AFCtrl: FLR- + AFStatus: TP- + Kernel driver in use: i915 + +00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller [8086:0a0c] (rev 09) + Subsystem: Apple Inc. Device [106b:011a] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag- RBE+ + DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- + RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- + MaxPayload 128 bytes, MaxReadReq 128 bytes + DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- + LnkCap: Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us + ClockPM- Surprise- LLActRep+ BwNot+ + LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk- + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- + RootCap: CRSVisible- + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Via WAKE# ARIFwd- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd- + LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance De-emphasis: -6dB + LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1- + EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- + Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit- + Address: 00000000 Data: 0000 + Capabilities: [90] Subsystem: Intel Corporation Device [8086:7270] + Capabilities: [a0] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) + Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- + Kernel driver in use: pcieport + +00:1c.1 PCI bridge [0604]: Intel Corporation Lynx Point-LP PCI Express Root Port 2 [8086:9c12] (rev e4) (prog-if 00 [Normal decode]) + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag- RBE+ + DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported+ + RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- + MaxPayload 128 bytes, MaxReadReq 128 bytes + DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- + LnkCap: Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us + ClockPM- Surprise- LLActRep+ BwNot+ + LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- + Slot #1, PowerLimit 10.000W; Interlock- NoCompl+ + SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- + Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- + SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- + Changed: MRL- PresDet- LinkState- + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- + RootCap: CRSVisible- + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd- + LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance De-emphasis: -6dB + LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- + EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- + Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit- + Address: 00000000 Data: 0000 + Capabilities: [90] Subsystem: Intel Corporation Device [8086:7270] + Capabilities: [a0] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) + Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- + Capabilities: [100 v0] #00 + Capabilities: [200 v1] L1 PM Substates + L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+ + PortCommonModeRestoreTime=40us PortTPowerOnTime=10us + Kernel driver in use: pcieport + +00:1c.2 PCI bridge [0604]: Intel Corporation Lynx Point-LP PCI Express Root Port 3 [8086:9c14] (rev e4) (prog-if 00 [Normal decode]) + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag- RBE+ + DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported+ + RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- + MaxPayload 128 bytes, MaxReadReq 128 bytes + DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- + LnkCap: Port #3, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us + ClockPM- Surprise- LLActRep+ BwNot+ + LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- + Slot #2, PowerLimit 10.000W; Interlock- NoCompl+ + SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- + Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- + SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- + Changed: MRL- PresDet- LinkState- + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- + RootCap: CRSVisible- + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd- + LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance De-emphasis: -6dB + LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1- + EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- + Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit- + Address: 00000000 Data: 0000 + Capabilities: [90] Subsystem: Intel Corporation Device [8086:7270] + Capabilities: [a0] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) + Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- + Capabilities: [100 v0] #00 + Capabilities: [200 v1] L1 PM Substates + L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+ + PortCommonModeRestoreTime=40us PortTPowerOnTime=10us + Kernel driver in use: pcieport + +00:1c.4 PCI bridge [0604]: Intel Corporation Lynx Point-LP PCI Express Root Port 5 [8086:9c18] (rev e4) (prog-if 00 [Normal decode]) + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag- RBE+ + DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported+ + RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- + MaxPayload 128 bytes, MaxReadReq 128 bytes + DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- + LnkCap: Port #5, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us + ClockPM- Surprise- LLActRep+ BwNot+ + LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- + Slot #4, PowerLimit 25.000W; Interlock- NoCompl+ + SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- + Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- + SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- + Changed: MRL- PresDet- LinkState- + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- + RootCap: CRSVisible- + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd- + LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance De-emphasis: -6dB + LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- + EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- + Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit- + Address: 00000000 Data: 0000 + Capabilities: [90] Subsystem: Intel Corporation Device [8086:7270] + Capabilities: [a0] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) + Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- + Capabilities: [100 v0] #00 + Capabilities: [200 v1] L1 PM Substates + L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+ + PortCommonModeRestoreTime=40us PortTPowerOnTime=10us + Kernel driver in use: pcieport + +00:1c.5 PCI bridge [0604]: Intel Corporation Lynx Point-LP PCI Express Root Port 6 [8086:9c1a] (rev e4) (prog-if 00 [Normal decode]) + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag- RBE+ + DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported+ + RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- + MaxPayload 128 bytes, MaxReadReq 128 bytes + DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- + LnkCap: Port #6, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us + ClockPM- Surprise- LLActRep+ BwNot+ + LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- + Slot #5, PowerLimit 25.000W; Interlock- NoCompl+ + SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- + Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- + SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- + Changed: MRL- PresDet- LinkState- + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- + RootCap: CRSVisible- + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd- + LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance De-emphasis: -6dB + LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- + EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- + Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit- + Address: 00000000 Data: 0000 + Capabilities: [90] Subsystem: Intel Corporation Device [8086:7270] + Capabilities: [a0] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) + Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- + Capabilities: [100 v0] #00 + Capabilities: [200 v1] L1 PM Substates + L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+ + PortCommonModeRestoreTime=40us PortTPowerOnTime=10us + Kernel driver in use: pcieport + +00:1f.0 ISA bridge [0601]: Intel Corporation Lynx Point-LP LPC Controller [8086:9c43] (rev 04) + Subsystem: Intel Corporation Device [8086:7270] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- + Kernel driver in use: lpc_ich + +00:1f.3 SMBus [0c05]: Intel Corporation Lynx Point-LP SMBus Controller [8086:9c22] (rev 04) + Subsystem: Intel Corporation Device [8086:7270] + Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- + Capabilities: [ac] Express (v2) Endpoint, MSI 00 + DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited + ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- + DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- + RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+ + MaxPayload 128 bytes, MaxReadReq 512 bytes + DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend- + LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <2us, L1 <32us + ClockPM+ Surprise- LLActRep- BwNot- + LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR+, OBFF Via WAKE# + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled + LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance De-emphasis: -6dB + LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- + EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- + Capabilities: [100 v1] Advanced Error Reporting + UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- + CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ + CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ + AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn- + Capabilities: [13c v1] Device Serial Number + Capabilities: [150 v1] Power Budgeting + Capabilities: [160 v1] Virtual Channel + Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 + Arb: Fixed- WRR32- WRR64- WRR128- + Ctrl: ArbSelect=Fixed + Status: InProgress- + VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- + Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- + Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff + Status: NegoPending- InProgress- + Capabilities: [1b0 v1] Latency Tolerance Reporting + Max snoop latency: 3145728ns + Max no snoop latency: 3145728ns + Capabilities: [220 v1] #15 + Kernel driver in use: bdc-pci + +03:00.0 Network controller [0280]: Broadcom Corporation BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03) + Subsystem: Apple Inc. Device [106b:0112] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort+ SERR- + Capabilities: [ac] Express (v2) Endpoint, MSI 00 + DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited + ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- + DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- + RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+ + MaxPayload 128 bytes, MaxReadReq 1024 bytes + DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq- AuxPwr+ TransPend- + LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <2us, L1 <32us + ClockPM+ Surprise- LLActRep- BwNot- + LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- CommClk+ + ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR+, OBFF Via WAKE# + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled + LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance De-emphasis: -6dB + LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1- + EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- + Capabilities: [100 v1] Advanced Error Reporting + UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- + CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ + CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ + AERCap: First Error Pointer: 0f, GenCap+ CGenEn- ChkCap+ ChkEn- + Capabilities: [13c v1] Device Serial Number + Capabilities: [150 v1] Power Budgeting + Capabilities: [160 v1] Virtual Channel + Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 + Arb: Fixed- WRR32- WRR64- WRR128- + Ctrl: ArbSelect=Fixed + Status: InProgress- + VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- + Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- + Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff + Status: NegoPending- InProgress- + Capabilities: [1b0 v1] Latency Tolerance Reporting + Max snoop latency: 3145728ns + Max no snoop latency: 3145728ns + Capabilities: [220 v1] #15 + Kernel driver in use: bcma-pci-bridge + +04:00.0 SATA controller [0106]: Samsung Electronics Co Ltd Apple PCIe SSD [144d:1600] (rev 01) (prog-if 01 [AHCI 1.0]) + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- + Capabilities: [160 v1] Latency Tolerance Reporting + Max snoop latency: 3145728ns + Max no snoop latency: 3145728ns + Kernel driver in use: ahci + +05:00.0 PCI bridge [0604]: Intel Corporation Device [8086:156d] (prog-if 00 [Normal decode]) + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [80] Power Management version 3 + Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) + Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME- + Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+ + Address: 0000000000000000 Data: 0000 + Capabilities: [ac] Subsystem: Device [2222:1111] + Capabilities: [c0] Express (v2) Upstream Port, MSI 00 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ SlotPowerLimit 25.000W + DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- + RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ + MaxPayload 128 bytes, MaxReadReq 512 bytes + DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend- + LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <4us + ClockPM+ Surprise- LLActRep- BwNot- + LnkCtl: ASPM Disabled; Disabled- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR+, OBFF Not Supported + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled + LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance De-emphasis: -6dB + LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- + EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- + Capabilities: [100 v1] Device Serial Number + Capabilities: [200 v1] Advanced Error Reporting + UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- + CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ + CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ + AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- + Capabilities: [300 v1] Virtual Channel + Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 + Arb: Fixed- WRR32- WRR64- WRR128- + Ctrl: ArbSelect=Fixed + Status: InProgress- + VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- + Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- + Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff + Status: NegoPending- InProgress- + Capabilities: [400 v1] Power Budgeting + Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 Len=050 + Capabilities: [600 v1] Latency Tolerance Reporting + Max snoop latency: 3145728ns + Max no snoop latency: 3145728ns + Kernel driver in use: pcieport + +06:00.0 PCI bridge [0604]: Intel Corporation Device [8086:156d] (prog-if 00 [Normal decode]) + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [80] Power Management version 3 + Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) + Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME- + Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+ + Address: 00000000fee00278 Data: 0000 + Capabilities: [ac] Subsystem: Device [2222:1111] + Capabilities: [c0] Express (v2) Downstream Port (Slot+), MSI 00 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag+ RBE+ + DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- + RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ + MaxPayload 128 bytes, MaxReadReq 512 bytes + DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- + LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <4us + ClockPM- Surprise- LLActRep+ BwNot+ + LnkCtl: ASPM Disabled; Disabled- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ + Slot #0, PowerLimit 0.000W; Interlock- NoCompl+ + SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq+ LinkChg+ + Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- + SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- + Changed: MRL- PresDet- LinkState- + DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR+, OBFF Not Supported ARIFwd- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd- + LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance De-emphasis: -6dB + LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1- + EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- + Capabilities: [100 v1] Device Serial Number + Capabilities: [200 v1] Advanced Error Reporting + UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- + CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- + CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ + AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- + Capabilities: [300 v1] Virtual Channel + Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 + Arb: Fixed- WRR32- WRR64- WRR128- + Ctrl: ArbSelect=Fixed + Status: InProgress- + VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- + Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- + Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff + Status: NegoPending- InProgress- + Capabilities: [400 v1] Power Budgeting + Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 Len=050 + Kernel driver in use: pcieport + +06:03.0 PCI bridge [0604]: Intel Corporation Device [8086:156d] (prog-if 00 [Normal decode]) + Physical Slot: 2 + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [80] Power Management version 3 + Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) + Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME- + Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+ + Address: 00000000fee002b8 Data: 0000 + Capabilities: [ac] Subsystem: Device [2222:1111] + Capabilities: [c0] Express (v2) Downstream Port (Slot+), MSI 00 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag+ RBE+ + DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- + RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ + MaxPayload 128 bytes, MaxReadReq 512 bytes + DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- + LnkCap: Port #3, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <4us + ClockPM- Surprise- LLActRep+ BwNot+ + LnkCtl: ASPM Disabled; Disabled- CommClk- + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ + Slot #3, PowerLimit 0.000W; Interlock- NoCompl+ + SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq+ LinkChg+ + Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- + SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- + Changed: MRL- PresDet- LinkState- + DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR+, OBFF Not Supported ARIFwd- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- + LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance De-emphasis: -6dB + LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1- + EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- + Capabilities: [100 v1] Device Serial Number + Capabilities: [200 v1] Advanced Error Reporting + UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- + CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- + CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ + AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- + Capabilities: [300 v1] Virtual Channel + Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 + Arb: Fixed- WRR32- WRR64- WRR128- + Ctrl: ArbSelect=Fixed + Status: InProgress- + VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- + Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- + Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff + Status: NegoPending+ InProgress- + Capabilities: [400 v1] Power Budgeting + Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 Len=050 + Kernel driver in use: pcieport + +06:04.0 PCI bridge [0604]: Intel Corporation Device [8086:156d] (prog-if 00 [Normal decode]) + Physical Slot: 3 + Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [80] Power Management version 3 + Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) + Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME- + Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+ + Address: 00000000fee002d8 Data: 0000 + Capabilities: [ac] Subsystem: Device [2222:1111] + Capabilities: [c0] Express (v2) Downstream Port (Slot+), MSI 00 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag+ RBE+ + DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- + RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ + MaxPayload 128 bytes, MaxReadReq 512 bytes + DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- + LnkCap: Port #4, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <4us + ClockPM- Surprise- LLActRep+ BwNot+ + LnkCtl: ASPM Disabled; Disabled- CommClk- + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ + Slot #4, PowerLimit 0.000W; Interlock- NoCompl+ + SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq+ LinkChg+ + Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- + SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- + Changed: MRL- PresDet- LinkState- + DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR+, OBFF Not Supported ARIFwd- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- + LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance De-emphasis: -6dB + LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1- + EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- + Capabilities: [100 v1] Device Serial Number + Capabilities: [200 v1] Advanced Error Reporting + UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- + CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- + CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ + AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- + Capabilities: [300 v1] Virtual Channel + Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 + Arb: Fixed- WRR32- WRR64- WRR128- + Ctrl: ArbSelect=Fixed + Status: InProgress- + VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- + Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- + Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff + Status: NegoPending+ InProgress- + Capabilities: [400 v1] Power Budgeting + Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 Len=050 + Kernel driver in use: pcieport + +06:05.0 PCI bridge [0604]: Intel Corporation Device [8086:156d] (prog-if 00 [Normal decode]) + Physical Slot: 4 + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [80] Power Management version 3 + Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) + Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME- + Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+ + Address: 00000000fee002f8 Data: 0000 + Capabilities: [ac] Subsystem: Device [2222:1111] + Capabilities: [c0] Express (v2) Downstream Port (Slot+), MSI 00 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag+ RBE+ + DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- + RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ + MaxPayload 128 bytes, MaxReadReq 512 bytes + DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- + LnkCap: Port #5, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <4us + ClockPM- Surprise- LLActRep+ BwNot+ + LnkCtl: ASPM Disabled; Disabled- CommClk- + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ + Slot #5, PowerLimit 0.000W; Interlock- NoCompl+ + SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq+ LinkChg+ + Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- + SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- + Changed: MRL- PresDet- LinkState- + DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR+, OBFF Not Supported ARIFwd- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- + LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance De-emphasis: -6dB + LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1- + EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- + Capabilities: [100 v1] Device Serial Number + Capabilities: [200 v1] Advanced Error Reporting + UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- + CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- + CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ + AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- + Capabilities: [300 v1] Virtual Channel + Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 + Arb: Fixed- WRR32- WRR64- WRR128- + Ctrl: ArbSelect=Fixed + Status: InProgress- + VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- + Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- + Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff + Status: NegoPending+ InProgress- + Capabilities: [400 v1] Power Budgeting + Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 Len=050 + Kernel driver in use: pcieport + +06:06.0 PCI bridge [0604]: Intel Corporation Device [8086:156d] (prog-if 00 [Normal decode]) + Physical Slot: 5 + Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [80] Power Management version 3 + Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) + Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME- + Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+ + Address: 00000000fee00318 Data: 0000 + Capabilities: [ac] Subsystem: Device [2222:1111] + Capabilities: [c0] Express (v2) Downstream Port (Slot+), MSI 00 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag+ RBE+ + DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- + RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ + MaxPayload 128 bytes, MaxReadReq 512 bytes + DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- + LnkCap: Port #6, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <4us + ClockPM- Surprise- LLActRep+ BwNot+ + LnkCtl: ASPM Disabled; Disabled- CommClk- + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ + Slot #6, PowerLimit 0.000W; Interlock- NoCompl+ + SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq+ LinkChg+ + Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- + SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- + Changed: MRL- PresDet- LinkState- + DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR+, OBFF Not Supported ARIFwd- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- + LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance De-emphasis: -6dB + LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1- + EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- + Capabilities: [100 v1] Device Serial Number + Capabilities: [200 v1] Advanced Error Reporting + UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- + UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- + CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- + CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ + AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- + Capabilities: [300 v1] Virtual Channel + Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 + Arb: Fixed- WRR32- WRR64- WRR128- + Ctrl: ArbSelect=Fixed + Status: InProgress- + VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- + Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- + Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff + Status: NegoPending+ InProgress- + Capabilities: [400 v1] Power Budgeting + Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 Len=050 + Kernel driver in use: pcieport + +07:00.0 System peripheral [0880]: Intel Corporation Device [8086:156c] + Subsystem: Device [2222:1111] + Physical Slot: 0 + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- + Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 Len=050 + Capabilities: [600 v1] Latency Tolerance Reporting + Max snoop latency: 3145728ns + Max no snoop latency: 3145728ns + Kernel driver in use: thunderbolt + diff --git a/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/results.html b/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/results.html new file mode 100644 index 0000000..9685e37 --- /dev/null +++ b/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/results.html @@ -0,0 +1,15821 @@ + + + fwts log + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Firmware Test Suite
Results generated by fwts: Version V16.01.00 (2016-01-13 08:23:12).
Some of this work - Copyright (c) 1999 - 2016, Intel Corp. All rights reserved.
Some of this work - Copyright (c) 2010 - 2016, Canonical.
This test run on 17/02/16 at 10:18:25 on host Linux ubuntu 4.2.0-18-generic #22~14.04.1-Ubuntu SMP Fri Nov 6 22:20:11 UTC 2015 x86_64.
Command: "fwts --force-clean --skip-test=s3 --batch --uefitests --show-progress-dialog --log-type plaintext".
Running tests: version bios_info oops klog mtrr acpiinfo uefirtauthvar uefibootpath securebootcert uefirtmisc uefirtvariable uefirttime csm maxreadreq crs aspm dmicheck microcode msr nx cpufreq maxfreq virt pnp pciirq mpcheck hda_audio ebda bios32 apicedge xenv xsdt wmi wdat wakealarm waet uefi tpm2 tcpa syntaxcheck stao srat spmi spcr slit slic sbst rsdt rsdp pcc osilinux method msdm mchi mcfg madt lpit iort hpet hest gtdt fpdt fan fadt facs erst ecdt dmar dbg2 dbgp cstates csrt cpep checksum autobrightness boot bgrt bert aspt asf apicinstance acpitables.
version: Gather kernel system information.
Test 1 of 4: Gather kernel signature.
Signature: Ubuntu 4.2.0-18.22~14.04.1-generic 4.2.3
Test 2 of 4: Gather kernel system information.
Kernel Version: Linux version 4.2.0-18-generic (buildd@lgw01-55) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #22~14.04.1-Ubuntu SMP Fri Nov 6 22:20:11 UTC 2015
Test 3 of 4: Gather kernel boot command line.
Kernel boot command line: BOOT_IMAGE=/casper/vmlinuz boot=casper ip=frommedia persistent noprompt splash quiet FWTS_AUTO_SHUTDOWN=1 --
Test 4 of 4: Gather ACPI driver version.
ACPI Version: 20150619
0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 4 info only.
bios_info: Gather BIOS DMI information.
Test 1 of 1: Gather BIOS DMI information
BIOS Vendor       : Apple Inc.
BIOS Version      : MBP111.88Z.0138.B16.1509081438
BIOS Release Date : 09/08/2015
Board Name        : Mac-189A3D4F975D5FFC
Board Serial #    : 
Board Version     : MacBookPro11,1
Board Asset Tag   : Base Board Asset Tag#
Chassis Serial #  : 
Chassis Type      : 10
Chassis Vendor    : Apple Inc.
Chassis Version   : Mac-189A3D4F975D5FFC
Chassic Asset Tag : 
Product Name      : MacBookPro11,1
Product Serial #  : 
Product UUID      : 
Product Version   : 1.0
System Vendor     : Apple Inc.
0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 1 info only.
oops: Scan kernel log for Oopses.
Test 1 of 1: Kernel log oops check.
PASSEDFound no oopses in kernel log.
PASSEDFound no WARN_ON warnings in kernel log.
2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
klog: Scan kernel log for errors and warnings.
Test 1 of 1: Kernel log error check.
Kernel message: [ 0.025590] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
AdviceThis is not exactly a failure but a warning from the kernel. The MSR_IA32_ENERGY_PERF_BIAS was initialized and defaulted to a high performance bias setting. The kernel has detected this and changed it down to a 'normal' bias setting.
Kernel message: [ 0.127119] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
AdviceThis is not exactly a failure mode but a warning from the kernel. The _OSI() method has implemented a match to the 'Linux' query in the DSDT and this is redundant because the ACPI driver matches onto the Windows _OSI strings by default.
Kernel message: [ 0.129510] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150619/hwxface-580)
AdviceThe exception comes from kernel cannot find _S1 namespace object that contains the register values for the sleep state when kernel would like to setup all the sleep state information. This means that the kernel does not know how to enter the S1 sleep state, however, it should not be a problem if the S1 sleep state isn't supported intentionally.
Kernel message: [ 0.129515] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150619/hwxface-580)
AdviceThe exception comes from kernel cannot find _S2 namespace object that contains the register values for the sleep state when kernel would like to setup all the sleep state information. This means that the kernel does not know how to enter the S2 sleep state, however, it should not be a problem if the S2 sleep state isn't supported intentionally.
PASSEDFound no errors in kernel log.
1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
mtrr: MTRR tests.
MTRR overview
-------------
Reg 0: 0x00000000c0000000 - 0x0000000100000000 (  1024 MB)   Uncached
Reg 1: 0x00000000a0000000 - 0x00000000c0000000 (   512 MB)   Uncached
Reg 2: 0x0000000090000000 - 0x00000000a0000000 (   256 MB)   Uncached
Reg 3: 0x000000008c000000 - 0x0000000090000000 (    64 MB)   Uncached
Reg 4: 0x000000008b800000 - 0x000000008c000000 (     8 MB)   Uncached
Test 1 of 3: Validate the kernel MTRR IOMEM setup.
FAILED [MEDIUM]Memory range 0x1000 to 0x57fff (System RAM) has incorrect attribute Default (Most probably Uncached).
FAILED [MEDIUM]Memory range 0x1000 to 0x57fff (System RAM) is lacking attribute Write-Back.
FAILED [MEDIUM]Memory range 0x59000 to 0x8efff (System RAM) has incorrect attribute Default (Most probably Uncached).
FAILED [MEDIUM]Memory range 0x59000 to 0x8efff (System RAM) is lacking attribute Write-Back.
FAILED [MEDIUM]Memory range 0x90000 to 0x9ffff (System RAM) has incorrect attribute Default (Most probably Uncached).
FAILED [MEDIUM]Memory range 0x90000 to 0x9ffff (System RAM) is lacking attribute Write-Back.
FAILED [MEDIUM]Memory range 0x100000 to 0x8ad13fff (System RAM) has incorrect attribute Default (Most probably Uncached).
FAILED [MEDIUM]Memory range 0x100000 to 0x8ad13fff (System RAM) is lacking attribute Write-Back.
FAILED [MEDIUM]Memory range 0x8ad53000 to 0x8ad61fff (System RAM) has incorrect attribute Default (Most probably Uncached).
FAILED [MEDIUM]Memory range 0x8ad53000 to 0x8ad61fff (System RAM) is lacking attribute Write-Back.
FAILED [MEDIUM]Memory range 0x8ad8f000 to 0x8ae38fff (System RAM) has incorrect attribute Default (Most probably Uncached).
FAILED [MEDIUM]Memory range 0x8ad8f000 to 0x8ae38fff (System RAM) is lacking attribute Write-Back.
FAILED [MEDIUM]Memory range 0x8ae8f000 to 0x8aecffff (System RAM) has incorrect attribute Default (Most probably Uncached).
FAILED [MEDIUM]Memory range 0x8ae8f000 to 0x8aecffff (System RAM) is lacking attribute Write-Back.
FAILED [MEDIUM]Memory range 0x8aeff000 to 0x8af7bfff (System RAM) has incorrect attribute Default (Most probably Uncached).
FAILED [MEDIUM]Memory range 0x8aeff000 to 0x8af7bfff (System RAM) is lacking attribute Write-Back.
FAILED [MEDIUM]Memory range 0x8afe5000 to 0x8affffff (System RAM) has incorrect attribute Default (Most probably Uncached).
FAILED [MEDIUM]Memory range 0x8afe5000 to 0x8affffff (System RAM) is lacking attribute Write-Back.
FAILED [MEDIUM]Memory range 0x90000000 to 0x9fffffff (0000:02:00.0) has incorrect attribute Uncached.
FAILED [MEDIUM]Memory range 0xa0000000 to 0xafffffff (0000:00:02.0) has incorrect attribute Uncached.
FAILED [MEDIUM]Memory range 0x100000000 to 0x46f5fffff (System RAM) has incorrect attribute Default (Most probably Uncached).
FAILED [MEDIUM]Memory range 0x100000000 to 0x46f5fffff (System RAM) is lacking attribute Write-Back.
Test 2 of 3: Validate the MTRR setup across all processors.
PASSEDAll processors have the a consistent MTRR setup.
Test 3 of 3: Test for AMD MtrrFixDramModEn being cleared by the BIOS.
SkippedCPU is not an AMD, cannot test.
1 passed, 22 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
acpiinfo: General ACPI information test.
Test 1 of 3: Determine Kernel ACPI version.
Kernel ACPICA driver version: 20150619, supports ACPI 5.0
Test 2 of 3: Determine machine's ACPI version.
FACP ACPI Version: 5.0 +
Test 3 of 3: Determine AML compiler.
Determine the compiler used to generate the ACPI AML in the DSDT and SSDT.
Table DSDT, OEM APPLE , created with INTL (Intel) compiler.
Table SSDT0, OEM APPLE , created with INTL (Intel) compiler.
Table SSDT1, OEM APPLE , created with INTL (Intel) compiler.
Table SSDT2, OEM APPLE , created with INTL (Intel) compiler.
Table SSDT3, OEM APPLE , created with INTL (Intel) compiler.
Table SSDT4, OEM APPLE , created with INTL (Intel) compiler.
Table SSDT5, OEM APPLE , created with INTL (Intel) compiler.
Table SSDT6, OEM APPLE , created with INTL (Intel) compiler.
Table SSDT7, OEM PmRef, created with INTL (Intel) compiler.
Table SSDT8, OEM PmRef, created with INTL (Intel) compiler.
0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 3 info only.
uefirtauthvar: Authenticated variable tests.
Test 1 of 12: Create authenticated variable test.
FAILED [HIGH]Failed to get authenticated variable with UEFI runtime service.
Return status: EFI_BUFFER_TOO_SMALL. The buffer is not large enough to hold the requested data. The required buffer size is returned in the appropriate parameter when this error occurs.
Test 2 of 12: Authenticated variable test with the same authenticated variable.
SkippedThe test variable, AuthVarCreate, doesn't exist, skip the test.
Test 3 of 12: Authenticated variable test with another valid authenticated variable.
SkippedThe test variable, AuthVarCreate, doesn't exist, skip the test.
Test 4 of 12: Append authenticated variable test.
SkippedThe test variable, AuthVarCreate, doesn't exist, skip the test.
Test 5 of 12: Update authenticated variable test.
SkippedThe test data, AuthVarAppend, doesn't exist, skip the test.
Test 6 of 12: Authenticated variable test with old authenticated variable.
SkippedThe test variable, AuthVarUpdate, doesn't exist, skip the test.
Test 7 of 12: Delete authenticated variable test.
SkippedThe test data, AuthVarCreate, doesn't exist, skip the test.
Test 8 of 12: Authenticated variable test with invalid modified data.
FAILED [HIGH]Set authenticated variable expected fail but success
Test 9 of 12: Authenticated variable test with invalid modified timestamp.
FAILED [HIGH]Set authenticated variable expected fail but success
Test 10 of 12: Authenticated variable test with different guid.
FAILED [HIGH]Set authenticated variable expected fail but success
Test 11 of 12: Authenticated variable test with invalid attributes.
FAILED [HIGH]Set authenticated variable expected fail but success
Test 12 of 12: Set and delete authenticated variable created by different key test.
FAILED [HIGH]Failed to get authenticated variable with UEFI runtime service.
Return status: EFI_BUFFER_TOO_SMALL. The buffer is not large enough to hold the requested data. The required buffer size is returned in the appropriate parameter when this error occurs.
0 passed, 6 failed, 0 warning, 0 aborted, 6 skipped, 0 info only.
uefibootpath: Sanity check for UEFI Boot Path Boot####.
Test 1 of 1: Test UEFI Boot Path Boot####.
Name: Boot0080
Info: Mac OS X
+
PASSEDCheck bootpath Boot0080 test passed.
Name: Boot0081
Info: Recovery OS
+
PASSEDCheck bootpath Boot0081 test passed.
Name: Boot0082
Info: 
+
PASSEDCheck bootpath Boot0082 test passed.
Name: BootFFFF
Info: 
+
PASSEDCheck bootpath BootFFFF test passed.
4 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
securebootcert: UEFI secure boot test.
Test 1 of 1: UEFI secure boot test.
FAILED [HIGH]The secure boot variable SecureBoot not found.
FAILED [HIGH]The secure boot variable SetupMode not found.
Not in readiness for secureboot, variable DB not found.
Not in readiness for secureboot, variable KEK not found.
0 passed, 2 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
uefirtmisc: UEFI miscellaneous runtime service interface tests.
Test 1 of 3: Test for UEFI miscellaneous runtime service interfaces.
Testing UEFI runtime service GetNextHighMonotonicCount interface.
PASSEDUEFI runtime service GetNextHighMonotonicCount interface test passed.
Testing UEFI runtime service QueryCapsuleCapabilities interface.
SkippedNot support the UEFI QueryCapsuleCapabilities runtime interface with flag value 0x0: cannot test.
AdviceFirmware also needs to check if the revision of system table is correct or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of system table is less than EFI_2_00_SYSTEM_TABLE_REVISION.
SkippedNot support the UEFI QueryCapsuleCapabilities runtime interface with flag value 0x10000: cannot test.
AdviceFirmware also needs to check if the revision of system table is correct or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of system table is less than EFI_2_00_SYSTEM_TABLE_REVISION.
SkippedNot support the UEFI QueryCapsuleCapabilities runtime interface with flag value 0x30000: cannot test.
AdviceFirmware also needs to check if the revision of system table is correct or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of system table is less than EFI_2_00_SYSTEM_TABLE_REVISION.
SkippedNot support the UEFI QueryCapsuleCapabilities runtime interface with flag value 0x50000: cannot test.
AdviceFirmware also needs to check if the revision of system table is correct or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of system table is less than EFI_2_00_SYSTEM_TABLE_REVISION.
SkippedNot support the UEFI QueryCapsuleCapabilities runtime interface with flag value 0x70000: cannot test.
AdviceFirmware also needs to check if the revision of system table is correct or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of system table is less than EFI_2_00_SYSTEM_TABLE_REVISION.
Test 2 of 3: Stress test for UEFI miscellaneous runtime service interfaces.
Stress testing for UEFI runtime service GetNextHighMonotonicCount interface.
PASSEDUEFI runtime service GetNextHighMonotonicCount interface stress test passed.
Stress testing UEFI runtime service QueryCapsuleCapabilities interface.
SkippedNot support the UEFI QueryCapsuleCapabilities runtime interface with flag value 0x0: cannot test.
AdviceFirmware also needs to check if the revision of system table is correct or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of system table is less than EFI_2_00_SYSTEM_TABLE_REVISION.
SkippedNot support the UEFI QueryCapsuleCapabilities runtime interface with flag value 0x10000: cannot test.
AdviceFirmware also needs to check if the revision of system table is correct or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of system table is less than EFI_2_00_SYSTEM_TABLE_REVISION.
SkippedNot support the UEFI QueryCapsuleCapabilities runtime interface with flag value 0x30000: cannot test.
AdviceFirmware also needs to check if the revision of system table is correct or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of system table is less than EFI_2_00_SYSTEM_TABLE_REVISION.
SkippedNot support the UEFI QueryCapsuleCapabilities runtime interface with flag value 0x50000: cannot test.
AdviceFirmware also needs to check if the revision of system table is correct or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of system table is less than EFI_2_00_SYSTEM_TABLE_REVISION.
SkippedNot support the UEFI QueryCapsuleCapabilities runtime interface with flag value 0x70000: cannot test.
AdviceFirmware also needs to check if the revision of system table is correct or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of system table is less than EFI_2_00_SYSTEM_TABLE_REVISION.
Test 3 of 3: Test GetNextHighMonotonicCount with invalid NULL parameter.
PASSEDTest with invalid NULL parameter returned EFI_INVALID_PARAMETER as expected.
3 passed, 0 failed, 0 warning, 0 aborted, 10 skipped, 0 info only.
uefirtvariable: UEFI Runtime service variable interface tests.
Test 1 of 8: Test UEFI RT service get variable interface.
FAILED [HIGH]Failed to get variable with right attributes, attributes we got is 2147483655, but it should be 7.
Test 2 of 8: Test UEFI RT service get next variable name interface.
The runtime service GetNextVariableName interface function test.
PASSEDThe runtime service GetNextVariableName interface function test passed.
Check the GetNextVariableName returned value of VariableNameSize is equal to the length of VariableName.
PASSEDCheck the GetNextVariableName returned value of VariableNameSize is equal to the length of VariableName passed.
Test GetNextVariableName interface returns unique variables.
PASSEDTest GetNextVariableName interface returns unique variables passed.
The GetNextVariableName interface conformance tests.
FAILED [HIGH]Expected EFI_INVALID_PARAMETER with NULL VariableName.
Return status: EFI_NOT_FOUND. The item was not found.
Test 3 of 8: Test UEFI RT service set variable interface.
Testing SetVariable on two different GUIDs and the same variable name.
FAILED [HIGH]Failed to set variable with right attributes, attributes we got is 2147483655, but it should both be 7.
Test 4 of 8: Test UEFI RT service query variable info interface.
SkippedNot support the QueryVariableInfo UEFI runtime interface: cannot test.
AdviceFirmware also needs to check if the revision of system table is correct or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of system table is less than EFI_2_00_SYSTEM_TABLE_REVISION.
Test 5 of 8: Test UEFI RT service variable interface stress test.
Testing GetVariable on getting the variable 1024 times.
FAILED [HIGH]Failed to get variable with right attributes, attributes we got is 2147483655, but it should be 7.
Test 6 of 8: Test UEFI RT service set variable interface stress test.
Testing SetVariable on setting the variable with the same data 40 times.
PASSEDSetVariable on setting the variable with the same data multiple times passed.
Testing SetVariable on setting the variable with different data 40 times.
PASSEDTesting SetVariable on setting the variable with different data multiple times passed.
Testing SetVariable on setting the variable with different name 40 times.
PASSEDTesting SetVariable on setting the variable with different name multiple times passed.
Testing SetVariable on setting the variable with different name and data 40 times.
PASSEDTesting SetVariable on setting the variable with different name and data multiple times passed.
Test 7 of 8: Test UEFI RT service query variable info interface stress test.
Testing QueryVariableInfo on querying the variable 1024 times.
SkippedNot support the QueryVariableInfo UEFI runtime interface: cannot test.
AdviceFirmware also needs to check if the revision of system table is correct or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of system table is less than EFI_2_00_SYSTEM_TABLE_REVISION.
Test 8 of 8: Test UEFI RT service get variable interface, invalid parameters.
Testing GetVariable with NULL variable name.
PASSEDGetVariable with NULL variable name returned error EFI_INVALID_PARAMETER as expected.
Testing GetVariable with NULL vendor GUID.
PASSEDGetVariable with NULL vendor GUID returned error EFI_INVALID_PARAMETER as expected.
Testing GetVariable with NULL datasize.
PASSEDGetVariable with NULL datasize returned error EFI_INVALID_PARAMETER as expected.
Testing GetVariable with NULL data.
PASSEDGetVariable with NULL data returned error EFI_INVALID_PARAMETER as expected.
Testing GetVariable with NULL variable name, vendor GUID, datasize and data.
PASSEDGetVariable with NULL variable name, vendor GUID, datasize and data returned error EFI_INVALID_PARAMETER as expected.
12 passed, 4 failed, 0 warning, 0 aborted, 2 skipped, 0 info only.
uefirttime: UEFI Runtime service time interface tests.
Test 1 of 35: Test UEFI RT service get time interface.
PASSEDUEFI runtime service GetTime interface test passed.
Test 2 of 35: Test UEFI RT service get time interface, NULL time parameter.
PASSEDUEFI runtime service GetTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 3 of 35: Test UEFI RT service get time interface, NULL time and NULL capabilties parameters.
PASSEDUEFI runtime service GetTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 4 of 35: Test UEFI RT service set time interface.
PASSEDUEFI runtime service SetTime interface test passed.
Test 5 of 35: Test UEFI RT service set time interface, invalid year 1899.
PASSEDUEFI runtime service SetTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 6 of 35: Test UEFI RT service set time interface, invalid year 10000.
PASSEDUEFI runtime service SetTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 7 of 35: Test UEFI RT service set time interface, invalid month 0.
PASSEDUEFI runtime service SetTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 8 of 35: Test UEFI RT service set time interface, invalid month 13.
PASSEDUEFI runtime service SetTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 9 of 35: Test UEFI RT service set time interface, invalid day 0.
PASSEDUEFI runtime service SetTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 10 of 35: Test UEFI RT service set time interface, invalid day 32.
PASSEDUEFI runtime service SetTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 11 of 35: Test UEFI RT service set time interface, invalid hour 24.
PASSEDUEFI runtime service SetTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 12 of 35: Test UEFI RT service set time interface, invalid minute 60.
PASSEDUEFI runtime service SetTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 13 of 35: Test UEFI RT service set time interface, invalid second 60.
PASSEDUEFI runtime service SetTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 14 of 35: Test UEFI RT service set time interface, invalid nanosecond 1000000000.
PASSEDUEFI runtime service SetTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 15 of 35: Test UEFI RT service set time interface, invalid timezone -1441.
PASSEDUEFI runtime service SetTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 16 of 35: Test UEFI RT service set time interface, invalid timezone 1441.
PASSEDUEFI runtime service SetTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 17 of 35: Test UEFI RT service get wakeup time interface.
PASSEDUEFI runtime service GetWakeupTime interface test passed.
Test 18 of 35: Test UEFI RT service get wakeup time interface, NULL enabled parameter.
PASSEDUEFI runtime service GetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER or EFI_UNSUPPORTED as expected.
Test 19 of 35: Test UEFI RT service get wakeup time interface, NULL pending parameter.
PASSEDUEFI runtime service GetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER or EFI_UNSUPPORTED as expected.
Test 20 of 35: Test UEFI RT service get wakeup time interface, NULL time parameter.
PASSEDUEFI runtime service GetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER or EFI_UNSUPPORTED as expected.
Test 21 of 35: Test UEFI RT service get wakeup time interface, NULL enabled, pending and time parameters.
PASSEDUEFI runtime service GetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER or EFI_UNSUPPORTED as expected.
Test 22 of 35: Test UEFI RT service set wakeup time interface.
PASSEDUEFI runtime service SetWakeupTime interface test passed.
Test 23 of 35: Test UEFI RT service set wakeup time interface, NULL time parameter.
PASSEDUEFI runtime service SetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 24 of 35: Test UEFI RT service set wakeup time interface, invalid year 1899.
PASSEDUEFI runtime service SetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 25 of 35: Test UEFI RT service set wakeup time interface, invalid year 10000.
PASSEDUEFI runtime service SetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 26 of 35: Test UEFI RT service set wakeup time interface, invalid month 0.
PASSEDUEFI runtime service SetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 27 of 35: Test UEFI RT service set wakeup time interface, invalid month 13.
PASSEDUEFI runtime service SetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 28 of 35: Test UEFI RT service set wakeup time interface, invalid day 0.
PASSEDUEFI runtime service SetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 29 of 35: Test UEFI RT service set wakeup time interface, invalid day 32.
PASSEDUEFI runtime service SetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 30 of 35: Test UEFI RT service set wakeup time interface, invalid hour 24.
PASSEDUEFI runtime service SetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 31 of 35: Test UEFI RT service set wakeup time interface, invalid minute 60.
PASSEDUEFI runtime service SetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 32 of 35: Test UEFI RT service set wakeup time interface, invalid second 60.
PASSEDUEFI runtime service SetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 33 of 35: Test UEFI RT service set wakeup time interface, invalid nanosecond 1000000000.
PASSEDUEFI runtime service SetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 34 of 35: Test UEFI RT service set wakeup time interface, invalid timezone -1441.
PASSEDUEFI runtime service SetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
Test 35 of 35: Test UEFI RT service set wakeup time interface, invalid timezone 1441.
PASSEDUEFI runtime service SetTimeWakeupTime interface test passed, returned EFI_INVALID_PARAMETER as expected.
35 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
csm: UEFI Compatibility Support Module test.
Test 1 of 1: UEFI Compatibility Support Module test.
Checking for UEFI Compatibility Support Module (CSM)
No CSM: UEFI firmware seems to have no CSM support.
0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 1 info only.
maxreadreq: Test firmware has set PCI Express MaxReadReq to a higher value on non-motherboard devices.
Test 1 of 1: Test firmware settings MaxReadReq for PCI Express devices.
PASSEDAll devices have MaxReadReq set > 128.
1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
crs: Test PCI host bridge configuration using _CRS.
Test 1 of 1: Test PCI host bridge configuration using _CRS.
PASSEDThe kernel has detected a BIOS newer than the end of 2007 (9/8/2015) and has assumed that your BIOS can correctly specify the host bridge MMIO aperture using _CRS. If this does not work correctly you can override this by booting with "pci=nocrs".
1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
aspm: PCIe ASPM test.
Test 1 of 2: PCIe ASPM ACPI test.
PCIe ASPM is controlled by Linux kernel.
Test 2 of 2: PCIe ASPM registers test.
WarningRP 00h:1Ch.01h L0s not enabled.
WarningDevice 02h:00h.00h L0s not enabled.
AdviceThe ASPM L0s low power Link state is optimized for short entry and exit latencies, while providing substantial power savings. Disabling L0s of a PCIe device may increases power consumption, and will impact the battery life of a mobile system.
PASSEDPCIe ASPM setting matched was matched.
PASSEDPCIe ASPM setting matched was matched.
WarningRP 00h:1Ch.04h L0s not enabled.
WarningRP 00h:1Ch.04h L1 not enabled.
WarningDevice 05h:00h.00h L0s not enabled.
WarningDevice 05h:00h.00h L1 not enabled.
AdviceThe ASPM L0s low power Link state is optimized for short entry and exit latencies, while providing substantial power savings. Disabling L0s of a PCIe device may increases power consumption, and will impact the battery life of a mobile system.
AdviceThe ASPM L1 low power Link state is optimized for maximum power savings with longer entry and exit latencies. Disabling L1 of a PCIe device may increases power consumption, and will impact the battery life of a mobile system significantly.
PASSEDPCIe ASPM setting matched was matched.
WarningRP 00h:1Ch.05h L0s not enabled.
WarningDevice 04h:00h.00h L0s not enabled.
AdviceThe ASPM L0s low power Link state is optimized for short entry and exit latencies, while providing substantial power savings. Disabling L0s of a PCIe device may increases power consumption, and will impact the battery life of a mobile system.
PASSEDPCIe ASPM setting matched was matched.
WarningRP 05h:00h.00h L0s not enabled.
WarningRP 05h:00h.00h L1 not enabled.
WarningDevice 06h:00h.00h L0s not enabled.
WarningDevice 06h:00h.00h L1 not enabled.
AdviceThe ASPM L0s low power Link state is optimized for short entry and exit latencies, while providing substantial power savings. Disabling L0s of a PCIe device may increases power consumption, and will impact the battery life of a mobile system.
AdviceThe ASPM L1 low power Link state is optimized for maximum power savings with longer entry and exit latencies. Disabling L1 of a PCIe device may increases power consumption, and will impact the battery life of a mobile system significantly.
PASSEDPCIe ASPM setting matched was matched.
WarningRP 06h:00h.00h L0s not enabled.
WarningRP 06h:00h.00h L1 not enabled.
WarningDevice 07h:00h.00h L0s not enabled.
WarningDevice 07h:00h.00h L1 not enabled.
AdviceThe ASPM L0s low power Link state is optimized for short entry and exit latencies, while providing substantial power savings. Disabling L0s of a PCIe device may increases power consumption, and will impact the battery life of a mobile system.
AdviceThe ASPM L1 low power Link state is optimized for maximum power savings with longer entry and exit latencies. Disabling L1 of a PCIe device may increases power consumption, and will impact the battery life of a mobile system significantly.
PASSEDPCIe ASPM setting matched was matched.
6 passed, 0 failed, 16 warnings, 0 aborted, 0 skipped, 0 info only.
dmicheck: DMI/SMBIOS table tests.
Test 1 of 3: Find and test SMBIOS Table Entry Points.
This test tries to find and sanity check the SMBIOS data structures.
PASSEDFound SMBIOS Table Entry Point at 0x8ad15000
SMBIOS Entry Point Structure:
  Anchor String          : _SM_
  Checksum               : 0xab
  Entry Point Length     : 0x1f
  Major Version          : 0x02
  Minor Version          : 0x04
  Maximum Struct Size    : 0xd2
  Entry Point Revision   : 0x00
  Formatted Area         : 0x00 0x00 0x00 0x00 0x00
  Intermediate Anchor    : _DMI_
  Intermediate Checksum  : 0x9a
  Structure Table Length : 0x09db
  Structure Table Address: 0x8ad14000
  # of SMBIOS Structures : 0x002b
  SBMIOS BCD Revision    : 24
PASSEDSMBIOS Table Entry Point Checksum is valid.
PASSEDSMBIOS Table Entry Point Length is valid.
PASSEDSMBIOS Table Entry Intermediate Anchor String _DMI_ is valid.
PASSEDSMBIOS Table Entry Point Intermediate Checksum is valid.
FAILED [MEDIUM]The size of a DMI entry 40 is illegal, DMI data is either wrong or the SMBIOS Table Pointer is pointing to the wrong memory region.
Test 2 of 3: Test DMI/SMBIOS tables for errors.
FAILED [LOW]String index 0x03 in table entry 'Processor Information (Type 4)' @ 0x8ad14000, field 'Serial Number', offset 0x20 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel does not use this data so the issue is fairly low.
FAILED [LOW]String index 0x05 in table entry 'Processor Information (Type 4)' @ 0x8ad14000, field 'Asset Tag', offset 0x21 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel does not use this data so the issue is fairly low.
AdviceIt may be worth checking against section 7.5 of the System Management BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards/smbios).
PASSEDEntry @ 0x8ad14095 'Cache Information (Type 7)'
PASSEDEntry @ 0x8ad140aa 'Cache Information (Type 7)'
PASSEDEntry @ 0x8ad140bf 'Cache Information (Type 7)'
PASSEDEntry @ 0x8ad140d4 'Cache Information (Type 7)'
PASSEDEntry @ 0x8ad140e9 'Physical Memory Array (Type 16)'
PASSEDEntry @ 0x8ad140fa 'Unknown (Type 130)'
FAILED [LOW]String index 0x04 in table entry 'Memory Device (Type 17)' @ 0x8ad141b6, field 'Serial Number', offset 0x18 has a default value '0x00000000' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel does not use this data so the issue is fairly low.
FAILED [LOW]String index 0x05 in table entry 'Memory Device (Type 17)' @ 0x8ad141b6, field 'Asset Tag', offset 0x19 has a default value 'Unknown' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel does not use this data so the issue is fairly low.
AdviceIt may be worth checking against section 7.18 of the System Management BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards/smbios).
PASSEDEntry @ 0x8ad14220 'Unknown (Type 130)'
FAILED [LOW]String index 0x04 in table entry 'Memory Device (Type 17)' @ 0x8ad142dc, field 'Serial Number', offset 0x18 has a default value '0x00000000' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel does not use this data so the issue is fairly low.
FAILED [LOW]String index 0x05 in table entry 'Memory Device (Type 17)' @ 0x8ad142dc, field 'Asset Tag', offset 0x19 has a default value 'Unknown' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel does not use this data so the issue is fairly low.
AdviceIt may be worth checking against section 7.18 of the System Management BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards/smbios).
PASSEDEntry @ 0x8ad14346 'Memory Array Mapped Address (Type 19)'
PASSEDEntry @ 0x8ad14357 'BIOS Information (Type 0)'
PASSEDEntry @ 0x8ad143a5 'System Information (Type 1)'
FAILED [MEDIUM]String index 0x05 in table entry 'Base Board Information (Type 2)' @ 0x8ad143fc, field 'Asset Tag', offset 0x08 has a default value 'Base Board Asset Tag#' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless. Note that the kernel uses this field so it probably should be corrected to ensure the kernel is using sane values.
AdviceIt may be worth checking against section 7.3 of the System Management BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards/smbios).
PASSEDEntry @ 0x8ad14473 'Chassis Information (Type 3)'
FAILED [LOW]String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad144b6, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel does not use this data so the issue is fairly low.
AdviceIt may be worth checking against section 7.9 of the System Management BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards/smbios).
FAILED [LOW]String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad144ca, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel does not use this data so the issue is fairly low.
AdviceIt may be worth checking against section 7.9 of the System Management BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards/smbios).
FAILED [LOW]String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad144de, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel does not use this data so the issue is fairly low.
AdviceIt may be worth checking against section 7.9 of the System Management BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards/smbios).
FAILED [LOW]String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad144fe, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel does not use this data so the issue is fairly low.
AdviceIt may be worth checking against section 7.9 of the System Management BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards/smbios).
FAILED [LOW]String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad14512, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel does not use this data so the issue is fairly low.
AdviceIt may be worth checking against section 7.9 of the System Management BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards/smbios).
FAILED [LOW]String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad1452c, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel does not use this data so the issue is fairly low.
AdviceIt may be worth checking against section 7.9 of the System Management BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards/smbios).
FAILED [LOW]String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad14543, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel does not use this data so the issue is fairly low.
AdviceIt may be worth checking against section 7.9 of the System Management BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards/smbios).
FAILED [LOW]String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad14563, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel does not use this data so the issue is fairly low.
AdviceIt may be worth checking against section 7.9 of the System Management BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards/smbios).
FAILED [LOW]String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad14581, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
AdviceThe DMI table contains data which is clearly been left in a default setting and not been configured for this machine. Somebody has probably forgotten to define this field and it basically means this field is effectively useless, however the kernel does not use this data so the issue is fairly low.
AdviceIt may be worth checking against section 7.9 of the System Management BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards/smbios).
PASSEDEntry @ 0x8ad1459f 'System Slot Information (Type 9)'
PASSEDEntry @ 0x8ad145b5 'System Slot Information (Type 9)'
PASSEDEntry @ 0x8ad145d6 'System Slot Information (Type 9)'
PASSEDEntry @ 0x8ad145f7 'System Slot Information (Type 9)'
PASSEDEntry @ 0x8ad14618 'System Slot Information (Type 9)'
PASSEDEntry @ 0x8ad14639 'On Board Devices (Type 10)'
PASSEDEntry @ 0x8ad1465c 'On Board Devices (Type 10)'
PASSEDEntry @ 0x8ad14676 'On Board Devices (Type 10)'
PASSEDEntry @ 0x8ad14682 'OEM Strings (Type 11)'
PASSEDEntry @ 0x8ad1474d 'System Configuration Options (Type 12)'
FAILED [LOW]Out of range string index 0x01 while accessing entry 'BIOS Language Information (Type 13)' @ 0x8ad14754, field 'BIOS Language String 1', offset 0x04
AdviceDMI strings are stored in a manner that uses a special index to fetch the Nth string from the data. For this particular DMI string the index given is not in range which means this particular entry is broken. The Linux kernel does not use this string, so this error will not cause any system errors.
AdviceIt may be worth checking against section 7.14 of the System Management BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards/smbios).
PASSEDEntry @ 0x8ad1476c 'System Boot Information (Type 32)'
PASSEDEntry @ 0x8ad14782 'Unknown (Type 131)'
PASSEDEntry @ 0x8ad1478a 'Unknown (Type 128)'
PASSEDEntry @ 0x8ad147e4 'Unknown (Type 133)'
PASSEDEntry @ 0x8ad147f2 'Unknown (Type 221)'
FAILED [HIGH]Invald header length of entry #40, length was 0x00.
AdviceDMI entry header lengths must be 4 or more bytes long so this error indicates that the DMI table is unreliable and DMI table checking has been aborted at entry #40.
FAILED [MEDIUM]DMI table length was 2523 bytes (as specified by the SMBIOS header) but the DMI entries used 2112 bytes.
FAILED [MEDIUM]DMI table was DMI 43 entries in size (as specified by the SMBIOS header) but only 40 DMI entries were found.
Test 3 of 3: Test DMI/SMBIOS3 tables for errors.
SkippedCannot find SMBIOS30 table entry, skip the test.
31 passed, 21 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
microcode: Test if system is using latest microcode.
Test 1 of 1: Test for most recent microcode being loaded.
This test verifies if the firmware has put a recent revision of the microcode into the processor at boot time. Recent microcode is important to have all the required features and errata updates for the processor.
The kernel did not report that CPU 0 has had a microcode update. The current firmware is revision 0x17 and probably has not been updated.
The kernel did not report that CPU 1 has had a microcode update. The current firmware is revision 0x17 and probably has not been updated.
The kernel did not report that CPU 2 has had a microcode update. The current firmware is revision 0x17 and probably has not been updated.
The kernel did not report that CPU 3 has had a microcode update. The current firmware is revision 0x17 and probably has not been updated.
SkippedCould not determine from kernel log if latest microcode has been loaded.
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
msr: MSR register tests.
Test 1 of 5: Test CPU generic MSRs.
PASSEDMSR 0x00000001 P5_MC_TYPE is consistent across 4 CPUs.
PASSEDMSR 0x00000006 MONITOR_FILTER_SIZE is consistent across 4 CPUs.
PASSEDMSR 0x00000017 PLATFORM_ID is consistent across 4 CPUs.
PASSEDMSR 0x0000002a EBL_CR_POWERON is consistent across 4 CPUs.
PASSEDMSR 0x0000001b APIC_BASE is consistent across 4 CPUs.
PASSEDMSR 0x0000003a FEATURE_CONTROL is consistent across 4 CPUs.
PASSEDMSR 0x0000008b BIOS_SIGN_ID is consistent across 4 CPUs.
PASSEDMSR 0x000000fe MTRRCAP is consistent across 4 CPUs.
PASSEDMSR 0x00000174 SYSENTER_CS is consistent across 4 CPUs.
PASSEDMSR 0x00000175 SYSENTER_ESP is consistent across 4 CPUs.
PASSEDMSR 0x00000176 SYSENTER_EIP is consistent across 4 CPUs.
PASSEDMSR 0x00000179 MCG_CAP is consistent across 4 CPUs.
PASSEDMSR 0x0000017a MCG_STATUS is consistent across 4 CPUs.
PASSEDMSR 0x0000019a CLOCK_MODULATION is consistent across 4 CPUs.
PASSEDMSR 0x0000019b THERM_INTERRUPT is consistent across 4 CPUs.
PASSEDMSR 0x000001a0 MISC_ENABLE is consistent across 4 CPUs.
PASSEDMSR 0x000001b2 PACKAGE_THERM_INTERRUPT is consistent across 4 CPUs.
PASSEDMSR 0x000001f2 SMRR_PHYSBASE is consistent across 4 CPUs.
PASSEDMSR 0x000001f3 SMRR_PHYSMASK is consistent across 4 CPUs.
PASSEDMSR 0x00000200 MTRR_PHYSBASE0 is consistent across 4 CPUs.
PASSEDMSR 0x00000201 MTRR_PHYSMASK0 is consistent across 4 CPUs.
PASSEDMSR 0x00000202 MTRR_PHYSBASE1 is consistent across 4 CPUs.
PASSEDMSR 0x00000203 MTRR_PHYSMASK1 is consistent across 4 CPUs.
PASSEDMSR 0x00000204 MTRR_PHYSBASE2 is consistent across 4 CPUs.
PASSEDMSR 0x00000205 MTRR_PHYSMASK2 is consistent across 4 CPUs.
PASSEDMSR 0x00000206 MTRR_PHYSBASE3 is consistent across 4 CPUs.
PASSEDMSR 0x00000207 MTRR_PHYSMASK3 is consistent across 4 CPUs.
PASSEDMSR 0x00000208 MTRR_PHYSBASE4 is consistent across 4 CPUs.
PASSEDMSR 0x00000209 MTRR_PHYSMASK4 is consistent across 4 CPUs.
PASSEDMSR 0x0000020a MTRR_PHYSBASE5 is consistent across 4 CPUs.
PASSEDMSR 0x0000020b MTRR_PHYSMASK5 is consistent across 4 CPUs.
PASSEDMSR 0x0000020c MTRR_PHYSBASE6 is consistent across 4 CPUs.
PASSEDMSR 0x0000020d MTRR_PHYSMASK6 is consistent across 4 CPUs.
PASSEDMSR 0x0000020e MTRR_PHYSBASE7 is consistent across 4 CPUs.
PASSEDMSR 0x0000020f MTRR_PHYSMASK7 is consistent across 4 CPUs.
PASSEDMSR 0x00000210 MTRR_PHYSBASE8 is consistent across 4 CPUs.
PASSEDMSR 0x00000211 MTRR_PHYSMASK8 is consistent across 4 CPUs.
PASSEDMSR 0x00000212 MTRR_PHYSBASE9 is consistent across 4 CPUs.
PASSEDMSR 0x00000213 MTRR_PHYSMASK9 is consistent across 4 CPUs.
PASSEDMSR 0x00000250 MTRR_FIX64K_000 is consistent across 4 CPUs.
PASSEDMSR 0x00000258 MTRR_FIX16K_800 is consistent across 4 CPUs.
PASSEDMSR 0x00000259 MTRR_FIX16K_a00 is consistent across 4 CPUs.
PASSEDMSR 0x00000268 MTRR_FIX4K_C000 is consistent across 4 CPUs.
PASSEDMSR 0x00000269 MTRR_FIX4K_C800 is consistent across 4 CPUs.
PASSEDMSR 0x0000026a MTRR_FIX4K_D000 is consistent across 4 CPUs.
PASSEDMSR 0x0000026b MTRR_FIX4K_D800 is consistent across 4 CPUs.
PASSEDMSR 0x0000026c MTRR_FIX4K_E000 is consistent across 4 CPUs.
PASSEDMSR 0x0000026d MTRR_FIX4K_E800 is consistent across 4 CPUs.
PASSEDMSR 0x0000026e MTRR_FIX4K_F000 is consistent across 4 CPUs.
PASSEDMSR 0x0000026f MTRR_FIX4K_F800 is consistent across 4 CPUs.
PASSEDMSR 0x00000277 PAT is consistent across 4 CPUs.
PASSEDMSR 0x00000280 MC0_CTL2 is consistent across 4 CPUs.
PASSEDMSR 0x00000281 MC1_CTL2 is consistent across 4 CPUs.
PASSEDMSR 0x00000282 MC2_CTL2 is consistent across 4 CPUs.
PASSEDMSR 0x00000283 MC3_CTL2 is consistent across 4 CPUs.
PASSEDMSR 0x00000284 MC4_CTL2 is consistent across 4 CPUs.
PASSEDMSR 0x00000285 MC5_CTL2 is consistent across 4 CPUs.
PASSEDMSR 0x00000286 MC6_CTL2 is consistent across 4 CPUs.
PASSEDMSR 0x000002ff MTRR_DEF_TYPE is consistent across 4 CPUs.
PASSEDMSR 0x000003f1 PEBS_ENABLE is consistent across 4 CPUs.
PASSEDMSR 0x00000480 VMX_BASIC is consistent across 4 CPUs.
PASSEDMSR 0x00000481 VMX_PINPASED_CTLS is consistent across 4 CPUs.
PASSEDMSR 0x00000482 VMX_PROCBASED_CTLS is consistent across 4 CPUs.
PASSEDMSR 0x00000483 VMX_EXIT_CTLS is consistent across 4 CPUs.
PASSEDMSR 0x00000484 VMX_ENTRY_CTLS is consistent across 4 CPUs.
PASSEDMSR 0x00000485 VMX_MISC is consistent across 4 CPUs.
PASSEDMSR 0x00000486 VMX_CR0_FIXED0 is consistent across 4 CPUs.
PASSEDMSR 0x00000487 VMX_CR0_FIXED1 is consistent across 4 CPUs.
PASSEDMSR 0x00000488 VMX_CR4_FIXED0 is consistent across 4 CPUs.
PASSEDMSR 0x00000489 VMX_CR4_FIXED1 is consistent across 4 CPUs.
PASSEDMSR 0x0000048a VMX_VMX_VMCS_ENUM is consistent across 4 CPUs.
PASSEDMSR 0x0000048b VMX_PROCBASED_CTLS2 is consistent across 4 CPUs.
PASSEDMSR 0x0000048c VMX_EPT_VPID_CAP is consistent across 4 CPUs.
PASSEDMSR 0x0000048d VMX_TRUE_PINBASED_CTLS is consistent across 4 CPUs.
PASSEDMSR 0x0000048e VMX_TRUE_PROCBASED_CTLS is consistent across 4 CPUs.
PASSEDMSR 0x0000048f VMX_TRUE_EXIT_CTLS is consistent across 4 CPUs.
PASSEDMSR 0x00000490 VMX_TRUE_ENTRY_CTLS is consistent across 4 CPUs.
PASSEDMSR 0xc0000080 EFER is consistent across 4 CPUs.
PASSEDMSR 0xc0000081 STAR is consistent across 4 CPUs.
PASSEDMSR 0xc0000082 LSTAR is consistent across 4 CPUs.
PASSEDMSR 0xc0000084 FMASK is consistent across 4 CPUs.
PASSEDMSR 0xc0000102 KERNEL_GS_BASE is consistent across 4 CPUs.
Test 2 of 5: Test CPU specific model MSRs.
CPU family: 0x6, model: 0x45 (Haswell)
PASSEDMSR 0x000000ce MSR_PLATFORM_INFO is consistent across 4 CPUs.
PASSEDMSR 0x0000003b IA32_TSC_ADJUST is consistent across 4 CPUs.
PASSEDMSR 0x00000186 IA32_PERFEVTSEL0 is consistent across 4 CPUs.
PASSEDMSR 0x00000187 IA32_PERFEVTSEL1 is consistent across 4 CPUs.
PASSEDMSR 0x00000188 IA32_PERFEVTSEL2 is consistent across 4 CPUs.
PASSEDMSR 0x00000189 IA32_PERFEVTSEL3 is consistent across 4 CPUs.
PASSEDMSR 0x00000648 MSR_CONFIG_TDP_NOMINAL is consistent across 4 CPUs.
PASSEDMSR 0x00000649 MSR_CONFIG_TDP_LEVEL1 is consistent across 4 CPUs.
PASSEDMSR 0x0000064a MSR_CONFIG_TDP_LEVEL2 is consistent across 4 CPUs.
PASSEDMSR 0x0000064b MSR_CONFIG_TDP_CONTROL is consistent across 4 CPUs.
PASSEDMSR 0x0000064c MSR_TURBO_ACTIVATION_RATIO is consistent across 4 CPUs.
PASSEDMSR 0x00000630 MSR_PKG_C8_RESIDENCY is consistent across 4 CPUs.
PASSEDMSR 0x00000630 MSR_PKG_C9_RESIDENCY is consistent across 4 CPUs.
PASSEDMSR 0x00000630 MSR_PKG_C10_RESIDENCY is consistent across 4 CPUs.
PASSEDMSR 0x000001ad MSR_TURBO_RATIO_LIMIT is consistent across 4 CPUs.
PASSEDMSR 0x00000391 MSR_UNC_PERF_GLOBAL_CTRL is consistent across 4 CPUs.
PASSEDMSR 0x00000394 MSR_UNC_PERF_FIXED_CTRL is consistent across 4 CPUs.
PASSEDMSR 0x00000396 MSR_UNC_CB0_CONFIG is consistent across 4 CPUs.
PASSEDMSR 0x00000391 MSR_UNC_PERF_GLOBAL_CTRL is consistent across 4 CPUs.
PASSEDMSR 0x00000395 MSR_UNC_PERF_FIXED_CTR is consistent across 4 CPUs.
PASSEDMSR 0x000004e0 MSR_SMM_FEATURE_CONTROL is consistent across 4 CPUs.
PASSEDMSR 0x000004e2 MSR_SMM_DELAYED is consistent across 4 CPUs.
PASSEDMSR 0x000004e3 MSR_SMM_BLOCKED is consistent across 4 CPUs.
PASSEDMSR 0x00000640 MSR_PP1_POWER_LIMIT is consistent across 4 CPUs.
PASSEDMSR 0x00000641 MSR_PP1_ENERGY_STATUS is consistent across 4 CPUs.
Test 3 of 5: Test all P State Ratios.
PASSEDMSR 0x000000ce Minimum P-State is consistent across 4 CPUs.
PASSEDMSR 0x000000ce Maximum P-State is consistent across 4 CPUs.
Test 4 of 5: Test C1 and C3 autodemotion.
PASSEDMSR 0x000000e2 C1 and C3 Autodemotion is consistent across 4 CPUs.
C1 and C3 Autodemotion disabled.
Test 5 of 5: Test SMRR MSR registers.
PASSEDMSR 0x000001f2 SMRR_PHYSBASE is consistent across 4 CPUs.
PASSEDMSR 0x000001f2 SMRR_TYPE is consistent across 4 CPUs.
PASSEDMSR 0x000001f3 SMRR_PHYSMASK is consistent across 4 CPUs.
PASSEDMSR 0x000001f3 SMRR_VALID is consistent across 4 CPUs.
114 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
nx: Test if CPU NX is disabled by the BIOS.
Test 1 of 3: Test CPU NX capability.
PASSEDCPU has NX flags, BIOS is not disabling it.
Test 2 of 3: Test all CPUs have same BIOS set NX flag.
This test verifies that all CPUs have the same NX flag setting. Although rare, BIOS may set the NX flag differently per CPU.
PASSEDAll 4 CPUs have the same NX flag set.
Test 3 of 3: Test all CPUs have same msr setting in MSR 0x1a0.
This test verifies that all CPUs have the same NX flag setting by examining the per CPU MSR register 0x1a0.
PASSEDAll 4 CPUs have the NX flag in MSR 0x1a0 set.
3 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
cpufreq: CPU frequency scaling tests.
WarningCannot set CPU 0 governor to userspace.
WarningFailed to intialise cpufreq to set CPU speed
Test 1 of 7: CPU frequency table consistency
PASSEDCPU frequency tables are consistent
Test 2 of 7: CPU frequency table duplicates
PASSEDNo duplicates in CPU frequency table
Test 3 of 7: CPU frequency firmware limits
PASSEDNo BIOS limits imposed
Test 4 of 7: CPU frequency claimed maximum
Warningcpu 0 has claimed frequency of 3100000, higher than max freq of 0
Warningcpu 1 has claimed frequency of 3100000, higher than max freq of 0
Warningcpu 2 has claimed frequency of 3100000, higher than max freq of 0
Warningcpu 3 has claimed frequency of 3100000, higher than max freq of 0
FAILED [MEDIUM]CPU max frequency is unreachable
Test 5 of 7: CPU frequency SW_ANY control
SkippedCan't set CPU frequencies
Test 6 of 7: CPU frequency SW_ALL control
SkippedCan't set CPU frequencies
Test 7 of 7: CPU frequency performance tests.
FAILED [MEDIUM]Can't set CPU frequencies
3 passed, 2 failed, 4 warnings, 0 aborted, 2 skipped, 0 info only.
maxfreq: Test max CPU frequencies against max scaling frequency.
Test 1 of 1: Maximum CPU frequency test.
This test checks the maximum CPU frequency as detected by the kernel for each CPU against maxiumum frequency as specified by the BIOS frequency scaling settings.
PASSED4 CPUs passed the maximum frequency check.
1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
virt: CPU Virtualisation Configuration test.
Test 1 of 1: CPU Virtualisation Configuration test.
Check VT/VMX Virtualization extensions are set up correctly.
PASSEDVirtualization extensions supported and enabled by BIOS.
1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
pnp: BIOS Support Installation structure test.
Test 1 of 1: PnP BIOS Support Installation structure test.
This test tries to find and sanity check the Plug and Play BIOS Support Installation Check structure.
Could not find PnP BIOS Support Installation Check structure. This is not necessarily a failure.
0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
pciirq: PCI IRQ Routing Table test.
Test 1 of 1: PCI IRQ Routing Table test.
This test tries to find and sanity check the PCI IRQ Routing Table, as defined by http://www.microsoft.com/taiwan/whdc/archive/pciirq.mspx and described in pages 233-238 of PCI System Architecture, Fourth Edition, Mindshare, Inc. (1999). NOTE: The PCI IRQ Routing Table only really knows about ISA IRQs and is generally not used with APIC.
Could not find PCI IRQ Routing Table. Since this table is for legacy BIOS systems which don't have ACPI support this is generally not a problem.
0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
mpcheck: MultiProcessor Tables tests.
The kernel is using the ACPI MADT for SMP configuration information, so the Multiprocessor Tables are not used by the kernel. Any errors in the tables will not affect the operation of Linux unless it is booted with ACPI disabled.
NOTE: Since ACPI is being used in preference to the Multiprocessor Tables, any errors found in the mpcheck tests will be tagged as LOW errors.
Failed to find the Multiprocessor Table data, skipping mpcheck test.
NOTE: Since the ACPI MADT is being used instead for SMP configuration, this is not a problem.
0 passed, 0 failed, 0 warning, 0 aborted, 9 skipped, 0 info only.
hda_audio: HDA Audio Pin Configuration test.
Test 1 of 1: HDA Audio Pin Configuration test.
Checking 'hwC0D0':
Vendor Name    : Intel
Vendor ID      : 0x80862807
Subsystem ID   : 0x80860101
Revision ID    : 0x100000
BIOS pin configurations:
  Pin  Setting
  0x0005 0x18560010
  0x0006 0x18560010
  0x0007 0x18560010
PASSEDDefault BIOS pin configurations did not have software override.
Checking 'hwC1D0':
Vendor Name    : Cirrus Logic
Vendor ID      : 0x10134208
Subsystem ID   : 0x106b5d00
Revision ID    : 0x100300
BIOS pin configurations:
  Pin  Setting
  0x0010 0x002b4020
  0x0011 0x400000f0
  0x0012 0x90100110
  0x0013 0x90100112
  0x0014 0x400000f0
  0x0015 0x400000f0
  0x0016 0x400000f0
  0x0017 0x400000f0
  0x0018 0x00ab9040
  0x0019 0x400000f0
  0x001a 0x400000f0
  0x001b 0x400000f0
  0x001c 0x90a60100
  0x001d 0x400000f0
  0x001e 0x400000f0
  0x001f 0x400000f0
  0x0020 0x400000f0
  0x0021 0x004be030
  0x0022 0x400000f0
PASSEDDefault BIOS pin configurations did not have software override.
2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
ebda: Test EBDA region is mapped and reserved in memory map table.
Machine is not using traditional BIOS firmware, skipping test.
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
bios32: BIOS32 Service Directory test.
Machine is not using traditional BIOS firmware, skipping test.
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
apicedge: APIC edge/level test.
Test 1 of 1: Legacy and PCI Interrupt Edge/Level trigger tests.
FAILED [MEDIUM]Non-Legacy interrupt 0 is incorrectly level triggered.
FAILED [MEDIUM]Non-Legacy interrupt 8 is incorrectly level triggered.
0 passed, 2 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
xenv: XENV Xen Environment Table tests.
ErrorACPI XENV table does not exist, skipping test
ErrorAborted test, initialisation failed.
0 passed, 0 failed, 0 warning, 1 aborted, 0 skipped, 0 info only.
xsdt: XSDT Extended System Description Table test.
Test 1 of 1: XSDT Extended System Description Table test.
PASSEDNo issues found in XSDT table.
1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
wmi: Extract and analyse Windows Management Instrumentation (WMI).
Test 1 of 1: Windows Management Instrumentation test.
No ACPI _WDG WMI data found.
0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
wdat: WDAT Microsoft Hardware Watchdog Action Table test.
ErrorACPI WDAT table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
wakealarm: ACPI Wakealarm tests.
Test 1 of 4: Test existence of RTC with alarm interface.
PASSEDRTC with a RTC alarm ioctl() interface found.
Test 2 of 4: Trigger wakealarm for 1 seconds in the future.
Trigger wakealarm for 1 seconds in the future.
PASSEDRTC wakealarm was triggered successfully.
Test 3 of 4: Test if wakealarm is fired.
PASSEDRTC wakealarm triggered and fired successfully.
Test 4 of 4: Multiple wakealarm firing tests.
Trigger wakealarm for 1 seconds in the future.
Trigger wakealarm for 2 seconds in the future.
Trigger wakealarm for 3 seconds in the future.
Trigger wakealarm for 4 seconds in the future.
PASSEDRTC wakealarm triggered and fired successfully.
4 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
waet: WAET Windows ACPI Emulated Devices Table test.
ErrorACPI WAET table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
uefi: UEFI Data Table test.
ErrorACPI UEFI table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
tpm2: TPM2 Trusted Platform Module 2 test.
ErrorACPI TPM2 table does not exist, skipping test
ErrorAborted test, initialisation failed.
0 passed, 0 failed, 0 warning, 1 aborted, 0 skipped, 0 info only.
tcpa: TCPA Trusted Computing Platform Alliance Capabilities Table test.
ErrorACPI TCPA table does not exist, skipping test
ErrorAborted test, initialisation failed.
0 passed, 0 failed, 0 warning, 1 aborted, 0 skipped, 0 info only.
syntaxcheck: Re-assemble DSDT and SSDTs to find syntax errors and warnings.
Test 1 of 1: Disassemble and reassemble DSDT and SSDTs.
Checking ACPI table DSDT (#0)
FAILED [MEDIUM]Assembler warning in line 2295
Line | AML source
+
02292|             Name (GUID, ToUUID ("") /* PCI Host Bridge Device */)
+
02293|             Name (SUPP, 0x00)
+
02294|             Name (CTRL, 0x00)
+
02295|             Method (_OSC, 4, Serialized)  // _OSC: Operating System Capabilities
+
     |                       ^
     | Warning 3115: Not all control paths return a value    (_OSC)
+
02296|             {
+
02297|                 Store (Arg3, Local0)
+
02298|                 CreateDWordField (Local0, 0x00, CDW1)
+
Advice(for Warning #3115, ASL_MSG_RETURN_TYPES): Some of the execution paths do not return a value. All control paths that return must return a value otherwise unexpected behaviour may occur. This error occurs because a branch on an conditional op-code returns a value and another does not, which is inconsistent behaviour.
FAILED [MEDIUM]Assembler warning in line 2295
Line | AML source
+
02292|             Name (GUID, ToUUID ("") /* PCI Host Bridge Device */)
+
02293|             Name (SUPP, 0x00)
+
02294|             Name (CTRL, 0x00)
+
02295|             Method (_OSC, 4, Serialized)  // _OSC: Operating System Capabilities
+
     |                       ^
     | Warning 3107: Reserved method must return a value    (Buffer required for _OSC)
+
02296|             {
+
02297|                 Store (Arg3, Local0)
+
02298|                 CreateDWordField (Local0, 0x00, CDW1)
+
Advice(for Warning #3107, ASL_MSG_RESERVED_RETURN_VALUE): A reserved method was expected to return a value, however, it does not. This is unexpected behaviour that does not conform the the ACPI specification.
FAILED [LOW]Assembler remark in line 2590
Line | AML source
+
02587|                     }
+
02588|                 }
+
02589| 
+
02590|                 Method (_DOD, 0, NotSerialized)  // _DOD: Display Output Devices
+
     |                           ^
     | Remark 2120: Control Method should be made Serialized    (due to creation of named objects within)
+
02591|                 {
+
02592|                     If (CondRefOf (IDAB)) {}
+
02593|                     Else
+
Advice(for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is created inside a non-serialized method - this method should be serialized. It is possible that one thread enters the method and blocks and then a second thread also executes the method, ending up in two attempts to create the object and causing a failure.
FAILED [LOW]Assembler remark in line 4641
Line | AML source
+
04638|                         {
+
04639|                             Name (RTLA, ResourceTemplate ()
+
04640|                             {
+
04641|                                 IRQ (Level, ActiveLow, Shared, _Y0E)
+
     |                                         ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04642|                                     {}
+
04643|                             })
+
04644|                             CreateWordField (RTLA, \_SB.LNKA._CRS._Y0E._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4641
Line | AML source
+
04638|                         {
+
04639|                             Name (RTLA, ResourceTemplate ()
+
04640|                             {
+
04641|                                 IRQ (Level, ActiveLow, Shared, _Y0E)
+
     |                                                    ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04642|                                     {}
+
04643|                             })
+
04644|                             CreateWordField (RTLA, \_SB.LNKA._CRS._Y0E._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4641
Line | AML source
+
04638|                         {
+
04639|                             Name (RTLA, ResourceTemplate ()
+
04640|                             {
+
04641|                                 IRQ (Level, ActiveLow, Shared, _Y0E)
+
     |                                                            ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04642|                                     {}
+
04643|                             })
+
04644|                             CreateWordField (RTLA, \_SB.LNKA._CRS._Y0E._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4689
Line | AML source
+
04686|                         {
+
04687|                             Name (RTLB, ResourceTemplate ()
+
04688|                             {
+
04689|                                 IRQ (Level, ActiveLow, Shared, _Y0F)
+
     |                                         ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04690|                                     {}
+
04691|                             })
+
04692|                             CreateWordField (RTLB, \_SB.LNKB._CRS._Y0F._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4689
Line | AML source
+
04686|                         {
+
04687|                             Name (RTLB, ResourceTemplate ()
+
04688|                             {
+
04689|                                 IRQ (Level, ActiveLow, Shared, _Y0F)
+
     |                                                    ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04690|                                     {}
+
04691|                             })
+
04692|                             CreateWordField (RTLB, \_SB.LNKB._CRS._Y0F._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4689
Line | AML source
+
04686|                         {
+
04687|                             Name (RTLB, ResourceTemplate ()
+
04688|                             {
+
04689|                                 IRQ (Level, ActiveLow, Shared, _Y0F)
+
     |                                                            ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04690|                                     {}
+
04691|                             })
+
04692|                             CreateWordField (RTLB, \_SB.LNKB._CRS._Y0F._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4737
Line | AML source
+
04734|                         {
+
04735|                             Name (RTLC, ResourceTemplate ()
+
04736|                             {
+
04737|                                 IRQ (Level, ActiveLow, Shared, _Y10)
+
     |                                         ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04738|                                     {}
+
04739|                             })
+
04740|                             CreateWordField (RTLC, \_SB.LNKC._CRS._Y10._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4737
Line | AML source
+
04734|                         {
+
04735|                             Name (RTLC, ResourceTemplate ()
+
04736|                             {
+
04737|                                 IRQ (Level, ActiveLow, Shared, _Y10)
+
     |                                                    ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04738|                                     {}
+
04739|                             })
+
04740|                             CreateWordField (RTLC, \_SB.LNKC._CRS._Y10._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4737
Line | AML source
+
04734|                         {
+
04735|                             Name (RTLC, ResourceTemplate ()
+
04736|                             {
+
04737|                                 IRQ (Level, ActiveLow, Shared, _Y10)
+
     |                                                            ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04738|                                     {}
+
04739|                             })
+
04740|                             CreateWordField (RTLC, \_SB.LNKC._CRS._Y10._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4785
Line | AML source
+
04782|                         {
+
04783|                             Name (RTLD, ResourceTemplate ()
+
04784|                             {
+
04785|                                 IRQ (Level, ActiveLow, Shared, _Y11)
+
     |                                         ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04786|                                     {}
+
04787|                             })
+
04788|                             CreateWordField (RTLD, \_SB.LNKD._CRS._Y11._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4785
Line | AML source
+
04782|                         {
+
04783|                             Name (RTLD, ResourceTemplate ()
+
04784|                             {
+
04785|                                 IRQ (Level, ActiveLow, Shared, _Y11)
+
     |                                                    ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04786|                                     {}
+
04787|                             })
+
04788|                             CreateWordField (RTLD, \_SB.LNKD._CRS._Y11._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4785
Line | AML source
+
04782|                         {
+
04783|                             Name (RTLD, ResourceTemplate ()
+
04784|                             {
+
04785|                                 IRQ (Level, ActiveLow, Shared, _Y11)
+
     |                                                            ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04786|                                     {}
+
04787|                             })
+
04788|                             CreateWordField (RTLD, \_SB.LNKD._CRS._Y11._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4833
Line | AML source
+
04830|                         {
+
04831|                             Name (RTLE, ResourceTemplate ()
+
04832|                             {
+
04833|                                 IRQ (Level, ActiveLow, Shared, _Y12)
+
     |                                         ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04834|                                     {}
+
04835|                             })
+
04836|                             CreateWordField (RTLE, \_SB.LNKE._CRS._Y12._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4833
Line | AML source
+
04830|                         {
+
04831|                             Name (RTLE, ResourceTemplate ()
+
04832|                             {
+
04833|                                 IRQ (Level, ActiveLow, Shared, _Y12)
+
     |                                                    ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04834|                                     {}
+
04835|                             })
+
04836|                             CreateWordField (RTLE, \_SB.LNKE._CRS._Y12._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4833
Line | AML source
+
04830|                         {
+
04831|                             Name (RTLE, ResourceTemplate ()
+
04832|                             {
+
04833|                                 IRQ (Level, ActiveLow, Shared, _Y12)
+
     |                                                            ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04834|                                     {}
+
04835|                             })
+
04836|                             CreateWordField (RTLE, \_SB.LNKE._CRS._Y12._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4881
Line | AML source
+
04878|                         {
+
04879|                             Name (RTLF, ResourceTemplate ()
+
04880|                             {
+
04881|                                 IRQ (Level, ActiveLow, Shared, _Y13)
+
     |                                         ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04882|                                     {}
+
04883|                             })
+
04884|                             CreateWordField (RTLF, \_SB.LNKF._CRS._Y13._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4881
Line | AML source
+
04878|                         {
+
04879|                             Name (RTLF, ResourceTemplate ()
+
04880|                             {
+
04881|                                 IRQ (Level, ActiveLow, Shared, _Y13)
+
     |                                                    ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04882|                                     {}
+
04883|                             })
+
04884|                             CreateWordField (RTLF, \_SB.LNKF._CRS._Y13._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4881
Line | AML source
+
04878|                         {
+
04879|                             Name (RTLF, ResourceTemplate ()
+
04880|                             {
+
04881|                                 IRQ (Level, ActiveLow, Shared, _Y13)
+
     |                                                            ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04882|                                     {}
+
04883|                             })
+
04884|                             CreateWordField (RTLF, \_SB.LNKF._CRS._Y13._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4929
Line | AML source
+
04926|                         {
+
04927|                             Name (RTLG, ResourceTemplate ()
+
04928|                             {
+
04929|                                 IRQ (Level, ActiveLow, Shared, _Y14)
+
     |                                         ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04930|                                     {}
+
04931|                             })
+
04932|                             CreateWordField (RTLG, \_SB.LNKG._CRS._Y14._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4929
Line | AML source
+
04926|                         {
+
04927|                             Name (RTLG, ResourceTemplate ()
+
04928|                             {
+
04929|                                 IRQ (Level, ActiveLow, Shared, _Y14)
+
     |                                                    ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04930|                                     {}
+
04931|                             })
+
04932|                             CreateWordField (RTLG, \_SB.LNKG._CRS._Y14._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4929
Line | AML source
+
04926|                         {
+
04927|                             Name (RTLG, ResourceTemplate ()
+
04928|                             {
+
04929|                                 IRQ (Level, ActiveLow, Shared, _Y14)
+
     |                                                            ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04930|                                     {}
+
04931|                             })
+
04932|                             CreateWordField (RTLG, \_SB.LNKG._CRS._Y14._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4977
Line | AML source
+
04974|                         {
+
04975|                             Name (RTLH, ResourceTemplate ()
+
04976|                             {
+
04977|                                 IRQ (Level, ActiveLow, Shared, _Y15)
+
     |                                         ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04978|                                     {}
+
04979|                             })
+
04980|                             CreateWordField (RTLH, \_SB.LNKH._CRS._Y15._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4977
Line | AML source
+
04974|                         {
+
04975|                             Name (RTLH, ResourceTemplate ()
+
04976|                             {
+
04977|                                 IRQ (Level, ActiveLow, Shared, _Y15)
+
     |                                                    ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04978|                                     {}
+
04979|                             })
+
04980|                             CreateWordField (RTLH, \_SB.LNKH._CRS._Y15._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 4977
Line | AML source
+
04974|                         {
+
04975|                             Name (RTLH, ResourceTemplate ()
+
04976|                             {
+
04977|                                 IRQ (Level, ActiveLow, Shared, _Y15)
+
     |                                                            ^
     | Remark 2089: Object is not referenced    (Name is within method [_CRS])
+
04978|                                     {}
+
04979|                             })
+
04980|                             CreateWordField (RTLH, \_SB.LNKH._CRS._Y15._INT, IRQ0)  // _INT: Interrupts
+
FAILED [LOW]Assembler remark in line 5678
Line | AML source
+
05675|                                     Store (SBPC (0x03E8), Local0)
+
05676|                                     If (LNot (Local0))
+
05677|                                     {
+
05678|                                         Store (SBDW, Arg2)
+
     |                                                        ^
     | Remark 2146: Method Argument is never used    (Arg2)
+
05679|                                     }
+
05680|                                 }
+
05681| 
+
FAILED [MEDIUM]Assembler warning in line 5694
Line | AML source
+
05691|                             Store (Buffer (0x01)
+
05692|                                 {
+
05693|                                      0x00                                             /* . */
+
05694|                                 }, Local1)
+
     |                                        ^
     | Warning 3144: Method Local is set but never used    (Local1)
+
05695|                             If (LNot (Acquire (\_SB.PCI0.LPCB.EC.SMB0.SMTX, 0xFFFF)))
+
05696|                             {
+
05697|                                 If (LEqual (SPTR, 0x00))
+
FAILED [LOW]Assembler remark in line 5705
Line | AML source
+
05702|                                     Store (SBPC (0x03E8), Local0)
+
05703|                                     If (LNot (Local0))
+
05704|                                     {
+
05705|                                         Store (SBFR, Arg2)
+
     |                                                        ^
     | Remark 2146: Method Argument is never used    (Arg2)
+
05706|                                     }
+
05707|                                 }
+
05708| 
+
FAILED [MEDIUM]Assembler warning in line 7414
Line | AML source
+
07411|         {
+
07412|             \_SB.PCI0.RMCR ()
+
07413|             Store (0x07DC, OSYS) /* \OSYS */
+
07414|             If (CondRefOf (\_OSI, Local0))
+
     |                                       ^
     | Warning 3144: Method Local is set but never used    (Local0)
+
07415|             {
+
07416|                 If (_OSI ("Darwin"))
+
07417|                 {
+
FAILED [MEDIUM]Assembler warning in line 7465
Line | AML source
+
07462|         Method (PINI, 0, NotSerialized)
+
07463|         {
+
07464|             Store (0x07DC, OSYS) /* \OSYS */
+
07465|             If (CondRefOf (_OSI, Local0))
+
     |                                      ^
     | Warning 3144: Method Local is set but never used    (Local0)
+
07466|             {
+
07467|                 If (_OSI ("Darwin"))
+
07468|                 {
+
FAILED [LOW]Assembler remark in line 7710
Line | AML source
+
07707|         }
+
07708|     }
+
07709| 
+
07710|     Method (DTGP, 5, NotSerialized)
+
     |               ^
     | Remark 2146: Method Argument is never used    (Arg3)
+
07711|     {
+
07712|         If (LEqual (Arg0, ToUUID ("")))
+
07713|         {
+
FAILED [LOW]Assembler remark in line 7735
Line | AML source
+
07732|         Store (Buffer (0x01)
+
07733|             {
+
07734|                  0x00                                             /* . */
+
07735|             }, Arg4)
+
     |                  ^
     | Remark 2146: Method Argument is never used    (Arg4)
+
07736|         Return (Zero)
+
07737|     }
+
07738| 
+
Table DSDT (0) reassembly: Found 0 errors, 5 warnings, 29 remarks.
Checking ACPI table SSDT (#1)
FAILED [LOW]Assembler remark in line 32
Line | AML source
+
00029|         Device (PRT0)
+
00030|         {
+
00031|             Name (_ADR, 0xFFFF)  // _ADR: Address
+
00032|             Method (_SDD, 1, NotSerialized)  // _SDD: Set Device Data
+
     |                       ^
     | Remark 2120: Control Method should be made Serialized    (due to creation of named objects within)
+
00033|             {
+
00034|                 Name (GBU0, Buffer (0x07)
+
00035|                 {
+
Advice(for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is created inside a non-serialized method - this method should be serialized. It is possible that one thread enters the method and blocks and then a second thread also executes the method, ending up in two attempts to create the object and causing a failure.
FAILED [LOW]Assembler remark in line 40
Line | AML source
+
00037|                 })
+
00038|                 CreateByteField (GBU0, 0x00, GB00)
+
00039|                 CreateByteField (GBU0, 0x01, GB01)
+
00040|                 CreateByteField (GBU0, 0x02, GB02)
+
     |                                                ^
     | Remark 2089: Object is not referenced    (Name is within method [_SDD])
+
00041|                 CreateByteField (GBU0, 0x03, GB03)
+
00042|                 CreateByteField (GBU0, 0x04, GB04)
+
00043|                 CreateByteField (GBU0, 0x05, GB05)
+
FAILED [LOW]Assembler remark in line 41
Line | AML source
+
00038|                 CreateByteField (GBU0, 0x00, GB00)
+
00039|                 CreateByteField (GBU0, 0x01, GB01)
+
00040|                 CreateByteField (GBU0, 0x02, GB02)
+
00041|                 CreateByteField (GBU0, 0x03, GB03)
+
     |                                                ^
     | Remark 2089: Object is not referenced    (Name is within method [_SDD])
+
00042|                 CreateByteField (GBU0, 0x04, GB04)
+
00043|                 CreateByteField (GBU0, 0x05, GB05)
+
00044|                 CreateByteField (GBU0, 0x06, GB06)
+
FAILED [LOW]Assembler remark in line 42
Line | AML source
+
00039|                 CreateByteField (GBU0, 0x01, GB01)
+
00040|                 CreateByteField (GBU0, 0x02, GB02)
+
00041|                 CreateByteField (GBU0, 0x03, GB03)
+
00042|                 CreateByteField (GBU0, 0x04, GB04)
+
     |                                                ^
     | Remark 2089: Object is not referenced    (Name is within method [_SDD])
+
00043|                 CreateByteField (GBU0, 0x05, GB05)
+
00044|                 CreateByteField (GBU0, 0x06, GB06)
+
00045|                 If (LEqual (SizeOf (Arg0), 0x0200))
+
FAILED [LOW]Assembler remark in line 43
Line | AML source
+
00040|                 CreateByteField (GBU0, 0x02, GB02)
+
00041|                 CreateByteField (GBU0, 0x03, GB03)
+
00042|                 CreateByteField (GBU0, 0x04, GB04)
+
00043|                 CreateByteField (GBU0, 0x05, GB05)
+
     |                                                ^
     | Remark 2089: Object is not referenced    (Name is within method [_SDD])
+
00044|                 CreateByteField (GBU0, 0x06, GB06)
+
00045|                 If (LEqual (SizeOf (Arg0), 0x0200))
+
00046|                 {
+
Table SSDT (1) reassembly: Found 0 errors, 0 warnings, 5 remarks.
Checking ACPI table SSDT (#2)
FAILED [HIGH]Assembler error in line 23
Line | AML source
+
00020|  */
+
00021| DefinitionBlock ("/tmp/fwts_tmp_table_2305_SSDT_10.aml", "SSDT", 1, "APPLE ", "SmcDppt", 0x00001000)
+
00022| {
+
Advice(for Error #6126, ASL_MSG_SYNTAX): The disassembled code cannot be reassembled using the strict IASL compiler as it contains syntax errors.
FAILED [HIGH]Compilation aborted early due to a parser detected syntax error.
AdviceSome subsequent errors may not be detected because the compiler had to terminate prematurely. If the compiler did not abort early then potentially correct code may parse incorrectly producing some or many false positive errors.
Table SSDT (2) reassembly: Found 1 errors, 0 warnings, 0 remarks.
Checking ACPI table SSDT (#3)
FAILED [HIGH]Assembler error in line 618
Line | AML source
+
00615|                     })
+
00616|                     Name (_PLD, Package (0x10)  // _PLD: Physical Location of Device
+
00617|                     {
+
00618|                         0x81, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 0, Buffer required)
+
00619|                         0x00, 
+
00620|                         0x00, 
+
00621|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 619
Line | AML source
+
00616|                     Name (_PLD, Package (0x10)  // _PLD: Physical Location of Device
+
00617|                     {
+
00618|                         0x81, 
+
00619|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 1, Buffer required)
+
00620|                         0x00, 
+
00621|                         0x00, 
+
00622|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 620
Line | AML source
+
00617|                     {
+
00618|                         0x81, 
+
00619|                         0x00, 
+
00620|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 2, Buffer required)
+
00621|                         0x00, 
+
00622|                         0x00, 
+
00623|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 621
Line | AML source
+
00618|                         0x81, 
+
00619|                         0x00, 
+
00620|                         0x00, 
+
00621|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 3, Buffer required)
+
00622|                         0x00, 
+
00623|                         0x00, 
+
00624|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 622
Line | AML source
+
00619|                         0x00, 
+
00620|                         0x00, 
+
00621|                         0x00, 
+
00622|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 4, Buffer required)
+
00623|                         0x00, 
+
00624|                         0x00, 
+
00625|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 623
Line | AML source
+
00620|                         0x00, 
+
00621|                         0x00, 
+
00622|                         0x00, 
+
00623|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 5, Buffer required)
+
00624|                         0x00, 
+
00625|                         0x00, 
+
00626|                         0x31, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 624
Line | AML source
+
00621|                         0x00, 
+
00622|                         0x00, 
+
00623|                         0x00, 
+
00624|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 6, Buffer required)
+
00625|                         0x00, 
+
00626|                         0x31, 
+
00627|                         0x1C, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 625
Line | AML source
+
00622|                         0x00, 
+
00623|                         0x00, 
+
00624|                         0x00, 
+
00625|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 7, Buffer required)
+
00626|                         0x31, 
+
00627|                         0x1C, 
+
00628|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 626
Line | AML source
+
00623|                         0x00, 
+
00624|                         0x00, 
+
00625|                         0x00, 
+
00626|                         0x31, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 8, Buffer required)
+
00627|                         0x1C, 
+
00628|                         0x00, 
+
00629|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 627
Line | AML source
+
00624|                         0x00, 
+
00625|                         0x00, 
+
00626|                         0x31, 
+
00627|                         0x1C, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 9, Buffer required)
+
00628|                         0x00, 
+
00629|                         0x00, 
+
00630|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 628
Line | AML source
+
00625|                         0x00, 
+
00626|                         0x31, 
+
00627|                         0x1C, 
+
00628|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 10, Buffer required)
+
00629|                         0x00, 
+
00630|                         0x00, 
+
00631|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 629
Line | AML source
+
00626|                         0x31, 
+
00627|                         0x1C, 
+
00628|                         0x00, 
+
00629|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 11, Buffer required)
+
00630|                         0x00, 
+
00631|                         0x00, 
+
00632|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 630
Line | AML source
+
00627|                         0x1C, 
+
00628|                         0x00, 
+
00629|                         0x00, 
+
00630|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 12, Buffer required)
+
00631|                         0x00, 
+
00632|                         0x00, 
+
00633|                         0x00
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 631
Line | AML source
+
00628|                         0x00, 
+
00629|                         0x00, 
+
00630|                         0x00, 
+
00631|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 13, Buffer required)
+
00632|                         0x00, 
+
00633|                         0x00
+
00634|                     })
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 632
Line | AML source
+
00629|                         0x00, 
+
00630|                         0x00, 
+
00631|                         0x00, 
+
00632|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 14, Buffer required)
+
00633|                         0x00
+
00634|                     })
+
00635|                     Name (MUXS, "EHCA")
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 633
Line | AML source
+
00630|                         0x00, 
+
00631|                         0x00, 
+
00632|                         0x00, 
+
00633|                         0x00
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 15, Buffer required)
+
00634|                     })
+
00635|                     Name (MUXS, "EHCA")
+
00636|                 }
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 650
Line | AML source
+
00647|                     })
+
00648|                     Name (_PLD, Package (0x10)  // _PLD: Physical Location of Device
+
00649|                     {
+
00650|                         0x81, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 0, Buffer required)
+
00651|                         0x00, 
+
00652|                         0x00, 
+
00653|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 651
Line | AML source
+
00648|                     Name (_PLD, Package (0x10)  // _PLD: Physical Location of Device
+
00649|                     {
+
00650|                         0x81, 
+
00651|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 1, Buffer required)
+
00652|                         0x00, 
+
00653|                         0x00, 
+
00654|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 652
Line | AML source
+
00649|                     {
+
00650|                         0x81, 
+
00651|                         0x00, 
+
00652|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 2, Buffer required)
+
00653|                         0x00, 
+
00654|                         0x00, 
+
00655|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 653
Line | AML source
+
00650|                         0x81, 
+
00651|                         0x00, 
+
00652|                         0x00, 
+
00653|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 3, Buffer required)
+
00654|                         0x00, 
+
00655|                         0x00, 
+
00656|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 654
Line | AML source
+
00651|                         0x00, 
+
00652|                         0x00, 
+
00653|                         0x00, 
+
00654|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 4, Buffer required)
+
00655|                         0x00, 
+
00656|                         0x00, 
+
00657|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 655
Line | AML source
+
00652|                         0x00, 
+
00653|                         0x00, 
+
00654|                         0x00, 
+
00655|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 5, Buffer required)
+
00656|                         0x00, 
+
00657|                         0x00, 
+
00658|                         0x31, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 656
Line | AML source
+
00653|                         0x00, 
+
00654|                         0x00, 
+
00655|                         0x00, 
+
00656|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 6, Buffer required)
+
00657|                         0x00, 
+
00658|                         0x31, 
+
00659|                         0x1C, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 657
Line | AML source
+
00654|                         0x00, 
+
00655|                         0x00, 
+
00656|                         0x00, 
+
00657|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 7, Buffer required)
+
00658|                         0x31, 
+
00659|                         0x1C, 
+
00660|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 658
Line | AML source
+
00655|                         0x00, 
+
00656|                         0x00, 
+
00657|                         0x00, 
+
00658|                         0x31, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 8, Buffer required)
+
00659|                         0x1C, 
+
00660|                         0x00, 
+
00661|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 659
Line | AML source
+
00656|                         0x00, 
+
00657|                         0x00, 
+
00658|                         0x31, 
+
00659|                         0x1C, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 9, Buffer required)
+
00660|                         0x00, 
+
00661|                         0x00, 
+
00662|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 660
Line | AML source
+
00657|                         0x00, 
+
00658|                         0x31, 
+
00659|                         0x1C, 
+
00660|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 10, Buffer required)
+
00661|                         0x00, 
+
00662|                         0x00, 
+
00663|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 661
Line | AML source
+
00658|                         0x31, 
+
00659|                         0x1C, 
+
00660|                         0x00, 
+
00661|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 11, Buffer required)
+
00662|                         0x00, 
+
00663|                         0x00, 
+
00664|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 662
Line | AML source
+
00659|                         0x1C, 
+
00660|                         0x00, 
+
00661|                         0x00, 
+
00662|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 12, Buffer required)
+
00663|                         0x00, 
+
00664|                         0x00, 
+
00665|                         0x00
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 663
Line | AML source
+
00660|                         0x00, 
+
00661|                         0x00, 
+
00662|                         0x00, 
+
00663|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 13, Buffer required)
+
00664|                         0x00, 
+
00665|                         0x00
+
00666|                     })
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 664
Line | AML source
+
00661|                         0x00, 
+
00662|                         0x00, 
+
00663|                         0x00, 
+
00664|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 14, Buffer required)
+
00665|                         0x00
+
00666|                     })
+
00667|                     Name (MUXS, "EHCB")
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 665
Line | AML source
+
00662|                         0x00, 
+
00663|                         0x00, 
+
00664|                         0x00, 
+
00665|                         0x00
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 15, Buffer required)
+
00666|                     })
+
00667|                     Name (MUXS, "EHCB")
+
00668|                 }
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 682
Line | AML source
+
00679|                     })
+
00680|                     Name (_PLD, Package (0x10)  // _PLD: Physical Location of Device
+
00681|                     {
+
00682|                         0x81, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 0, Buffer required)
+
00683|                         0x00, 
+
00684|                         0x00, 
+
00685|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 683
Line | AML source
+
00680|                     Name (_PLD, Package (0x10)  // _PLD: Physical Location of Device
+
00681|                     {
+
00682|                         0x81, 
+
00683|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 1, Buffer required)
+
00684|                         0x00, 
+
00685|                         0x00, 
+
00686|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 684
Line | AML source
+
00681|                     {
+
00682|                         0x81, 
+
00683|                         0x00, 
+
00684|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 2, Buffer required)
+
00685|                         0x00, 
+
00686|                         0x00, 
+
00687|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 685
Line | AML source
+
00682|                         0x81, 
+
00683|                         0x00, 
+
00684|                         0x00, 
+
00685|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 3, Buffer required)
+
00686|                         0x00, 
+
00687|                         0x00, 
+
00688|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 686
Line | AML source
+
00683|                         0x00, 
+
00684|                         0x00, 
+
00685|                         0x00, 
+
00686|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 4, Buffer required)
+
00687|                         0x00, 
+
00688|                         0x00, 
+
00689|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 687
Line | AML source
+
00684|                         0x00, 
+
00685|                         0x00, 
+
00686|                         0x00, 
+
00687|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 5, Buffer required)
+
00688|                         0x00, 
+
00689|                         0x00, 
+
00690|                         0x30, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 688
Line | AML source
+
00685|                         0x00, 
+
00686|                         0x00, 
+
00687|                         0x00, 
+
00688|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 6, Buffer required)
+
00689|                         0x00, 
+
00690|                         0x30, 
+
00691|                         0x1C, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 689
Line | AML source
+
00686|                         0x00, 
+
00687|                         0x00, 
+
00688|                         0x00, 
+
00689|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 7, Buffer required)
+
00690|                         0x30, 
+
00691|                         0x1C, 
+
00692|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 690
Line | AML source
+
00687|                         0x00, 
+
00688|                         0x00, 
+
00689|                         0x00, 
+
00690|                         0x30, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 8, Buffer required)
+
00691|                         0x1C, 
+
00692|                         0x00, 
+
00693|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 691
Line | AML source
+
00688|                         0x00, 
+
00689|                         0x00, 
+
00690|                         0x30, 
+
00691|                         0x1C, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 9, Buffer required)
+
00692|                         0x00, 
+
00693|                         0x00, 
+
00694|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 692
Line | AML source
+
00689|                         0x00, 
+
00690|                         0x30, 
+
00691|                         0x1C, 
+
00692|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 10, Buffer required)
+
00693|                         0x00, 
+
00694|                         0x00, 
+
00695|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 693
Line | AML source
+
00690|                         0x30, 
+
00691|                         0x1C, 
+
00692|                         0x00, 
+
00693|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 11, Buffer required)
+
00694|                         0x00, 
+
00695|                         0x00, 
+
00696|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 694
Line | AML source
+
00691|                         0x1C, 
+
00692|                         0x00, 
+
00693|                         0x00, 
+
00694|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 12, Buffer required)
+
00695|                         0x00, 
+
00696|                         0x00, 
+
00697|                         0x00
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 695
Line | AML source
+
00692|                         0x00, 
+
00693|                         0x00, 
+
00694|                         0x00, 
+
00695|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 13, Buffer required)
+
00696|                         0x00, 
+
00697|                         0x00
+
00698|                     })
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 696
Line | AML source
+
00693|                         0x00, 
+
00694|                         0x00, 
+
00695|                         0x00, 
+
00696|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 14, Buffer required)
+
00697|                         0x00
+
00698|                     })
+
00699|                 }
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 697
Line | AML source
+
00694|                         0x00, 
+
00695|                         0x00, 
+
00696|                         0x00, 
+
00697|                         0x00
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 15, Buffer required)
+
00698|                     })
+
00699|                 }
+
00700| 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 713
Line | AML source
+
00710|                     })
+
00711|                     Name (_PLD, Package (0x10)  // _PLD: Physical Location of Device
+
00712|                     {
+
00713|                         0x81, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 0, Buffer required)
+
00714|                         0x00, 
+
00715|                         0x00, 
+
00716|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 714
Line | AML source
+
00711|                     Name (_PLD, Package (0x10)  // _PLD: Physical Location of Device
+
00712|                     {
+
00713|                         0x81, 
+
00714|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 1, Buffer required)
+
00715|                         0x00, 
+
00716|                         0x00, 
+
00717|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 715
Line | AML source
+
00712|                     {
+
00713|                         0x81, 
+
00714|                         0x00, 
+
00715|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 2, Buffer required)
+
00716|                         0x00, 
+
00717|                         0x00, 
+
00718|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 716
Line | AML source
+
00713|                         0x81, 
+
00714|                         0x00, 
+
00715|                         0x00, 
+
00716|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 3, Buffer required)
+
00717|                         0x00, 
+
00718|                         0x00, 
+
00719|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 717
Line | AML source
+
00714|                         0x00, 
+
00715|                         0x00, 
+
00716|                         0x00, 
+
00717|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 4, Buffer required)
+
00718|                         0x00, 
+
00719|                         0x00, 
+
00720|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 718
Line | AML source
+
00715|                         0x00, 
+
00716|                         0x00, 
+
00717|                         0x00, 
+
00718|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 5, Buffer required)
+
00719|                         0x00, 
+
00720|                         0x00, 
+
00721|                         0x30, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 719
Line | AML source
+
00716|                         0x00, 
+
00717|                         0x00, 
+
00718|                         0x00, 
+
00719|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 6, Buffer required)
+
00720|                         0x00, 
+
00721|                         0x30, 
+
00722|                         0x1C, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 720
Line | AML source
+
00717|                         0x00, 
+
00718|                         0x00, 
+
00719|                         0x00, 
+
00720|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 7, Buffer required)
+
00721|                         0x30, 
+
00722|                         0x1C, 
+
00723|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 721
Line | AML source
+
00718|                         0x00, 
+
00719|                         0x00, 
+
00720|                         0x00, 
+
00721|                         0x30, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 8, Buffer required)
+
00722|                         0x1C, 
+
00723|                         0x00, 
+
00724|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 722
Line | AML source
+
00719|                         0x00, 
+
00720|                         0x00, 
+
00721|                         0x30, 
+
00722|                         0x1C, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 9, Buffer required)
+
00723|                         0x00, 
+
00724|                         0x00, 
+
00725|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 723
Line | AML source
+
00720|                         0x00, 
+
00721|                         0x30, 
+
00722|                         0x1C, 
+
00723|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 10, Buffer required)
+
00724|                         0x00, 
+
00725|                         0x00, 
+
00726|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 724
Line | AML source
+
00721|                         0x30, 
+
00722|                         0x1C, 
+
00723|                         0x00, 
+
00724|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 11, Buffer required)
+
00725|                         0x00, 
+
00726|                         0x00, 
+
00727|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 725
Line | AML source
+
00722|                         0x1C, 
+
00723|                         0x00, 
+
00724|                         0x00, 
+
00725|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 12, Buffer required)
+
00726|                         0x00, 
+
00727|                         0x00, 
+
00728|                         0x00
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 726
Line | AML source
+
00723|                         0x00, 
+
00724|                         0x00, 
+
00725|                         0x00, 
+
00726|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 13, Buffer required)
+
00727|                         0x00, 
+
00728|                         0x00
+
00729|                     })
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 727
Line | AML source
+
00724|                         0x00, 
+
00725|                         0x00, 
+
00726|                         0x00, 
+
00727|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 14, Buffer required)
+
00728|                         0x00
+
00729|                     })
+
00730|                 }
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 728
Line | AML source
+
00725|                         0x00, 
+
00726|                         0x00, 
+
00727|                         0x00, 
+
00728|                         0x00
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 15, Buffer required)
+
00729|                     })
+
00730|                 }
+
00731| 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 744
Line | AML source
+
00741|                     })
+
00742|                     Name (_PLD, Package (0x10)  // _PLD: Physical Location of Device
+
00743|                     {
+
00744|                         0x81, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 0, Buffer required)
+
00745|                         0x00, 
+
00746|                         0x00, 
+
00747|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 745
Line | AML source
+
00742|                     Name (_PLD, Package (0x10)  // _PLD: Physical Location of Device
+
00743|                     {
+
00744|                         0x81, 
+
00745|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 1, Buffer required)
+
00746|                         0x00, 
+
00747|                         0x00, 
+
00748|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 746
Line | AML source
+
00743|                     {
+
00744|                         0x81, 
+
00745|                         0x00, 
+
00746|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 2, Buffer required)
+
00747|                         0x00, 
+
00748|                         0x00, 
+
00749|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 747
Line | AML source
+
00744|                         0x81, 
+
00745|                         0x00, 
+
00746|                         0x00, 
+
00747|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 3, Buffer required)
+
00748|                         0x00, 
+
00749|                         0x00, 
+
00750|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 748
Line | AML source
+
00745|                         0x00, 
+
00746|                         0x00, 
+
00747|                         0x00, 
+
00748|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 4, Buffer required)
+
00749|                         0x00, 
+
00750|                         0x00, 
+
00751|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 749
Line | AML source
+
00746|                         0x00, 
+
00747|                         0x00, 
+
00748|                         0x00, 
+
00749|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 5, Buffer required)
+
00750|                         0x00, 
+
00751|                         0x00, 
+
00752|                         0x31, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 750
Line | AML source
+
00747|                         0x00, 
+
00748|                         0x00, 
+
00749|                         0x00, 
+
00750|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 6, Buffer required)
+
00751|                         0x00, 
+
00752|                         0x31, 
+
00753|                         0x1C, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 751
Line | AML source
+
00748|                         0x00, 
+
00749|                         0x00, 
+
00750|                         0x00, 
+
00751|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 7, Buffer required)
+
00752|                         0x31, 
+
00753|                         0x1C, 
+
00754|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 752
Line | AML source
+
00749|                         0x00, 
+
00750|                         0x00, 
+
00751|                         0x00, 
+
00752|                         0x31, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 8, Buffer required)
+
00753|                         0x1C, 
+
00754|                         0x00, 
+
00755|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 753
Line | AML source
+
00750|                         0x00, 
+
00751|                         0x00, 
+
00752|                         0x31, 
+
00753|                         0x1C, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 9, Buffer required)
+
00754|                         0x00, 
+
00755|                         0x00, 
+
00756|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 754
Line | AML source
+
00751|                         0x00, 
+
00752|                         0x31, 
+
00753|                         0x1C, 
+
00754|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 10, Buffer required)
+
00755|                         0x00, 
+
00756|                         0x00, 
+
00757|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 755
Line | AML source
+
00752|                         0x31, 
+
00753|                         0x1C, 
+
00754|                         0x00, 
+
00755|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 11, Buffer required)
+
00756|                         0x00, 
+
00757|                         0x00, 
+
00758|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 756
Line | AML source
+
00753|                         0x1C, 
+
00754|                         0x00, 
+
00755|                         0x00, 
+
00756|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 12, Buffer required)
+
00757|                         0x00, 
+
00758|                         0x00, 
+
00759|                         0x00
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 757
Line | AML source
+
00754|                         0x00, 
+
00755|                         0x00, 
+
00756|                         0x00, 
+
00757|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 13, Buffer required)
+
00758|                         0x00, 
+
00759|                         0x00
+
00760|                     })
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 758
Line | AML source
+
00755|                         0x00, 
+
00756|                         0x00, 
+
00757|                         0x00, 
+
00758|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 14, Buffer required)
+
00759|                         0x00
+
00760|                     })
+
00761|                 }
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 759
Line | AML source
+
00756|                         0x00, 
+
00757|                         0x00, 
+
00758|                         0x00, 
+
00759|                         0x00
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 15, Buffer required)
+
00760|                     })
+
00761|                 }
+
00762| 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 775
Line | AML source
+
00772|                     })
+
00773|                     Name (_PLD, Package (0x10)  // _PLD: Physical Location of Device
+
00774|                     {
+
00775|                         0x81, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 0, Buffer required)
+
00776|                         0x00, 
+
00777|                         0x00, 
+
00778|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 776
Line | AML source
+
00773|                     Name (_PLD, Package (0x10)  // _PLD: Physical Location of Device
+
00774|                     {
+
00775|                         0x81, 
+
00776|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 1, Buffer required)
+
00777|                         0x00, 
+
00778|                         0x00, 
+
00779|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 777
Line | AML source
+
00774|                     {
+
00775|                         0x81, 
+
00776|                         0x00, 
+
00777|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 2, Buffer required)
+
00778|                         0x00, 
+
00779|                         0x00, 
+
00780|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 778
Line | AML source
+
00775|                         0x81, 
+
00776|                         0x00, 
+
00777|                         0x00, 
+
00778|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 3, Buffer required)
+
00779|                         0x00, 
+
00780|                         0x00, 
+
00781|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 779
Line | AML source
+
00776|                         0x00, 
+
00777|                         0x00, 
+
00778|                         0x00, 
+
00779|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 4, Buffer required)
+
00780|                         0x00, 
+
00781|                         0x00, 
+
00782|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 780
Line | AML source
+
00777|                         0x00, 
+
00778|                         0x00, 
+
00779|                         0x00, 
+
00780|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 5, Buffer required)
+
00781|                         0x00, 
+
00782|                         0x00, 
+
00783|                         0x31, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 781
Line | AML source
+
00778|                         0x00, 
+
00779|                         0x00, 
+
00780|                         0x00, 
+
00781|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 6, Buffer required)
+
00782|                         0x00, 
+
00783|                         0x31, 
+
00784|                         0x1C, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 782
Line | AML source
+
00779|                         0x00, 
+
00780|                         0x00, 
+
00781|                         0x00, 
+
00782|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 7, Buffer required)
+
00783|                         0x31, 
+
00784|                         0x1C, 
+
00785|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 783
Line | AML source
+
00780|                         0x00, 
+
00781|                         0x00, 
+
00782|                         0x00, 
+
00783|                         0x31, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 8, Buffer required)
+
00784|                         0x1C, 
+
00785|                         0x00, 
+
00786|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 784
Line | AML source
+
00781|                         0x00, 
+
00782|                         0x00, 
+
00783|                         0x31, 
+
00784|                         0x1C, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 9, Buffer required)
+
00785|                         0x00, 
+
00786|                         0x00, 
+
00787|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 785
Line | AML source
+
00782|                         0x00, 
+
00783|                         0x31, 
+
00784|                         0x1C, 
+
00785|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 10, Buffer required)
+
00786|                         0x00, 
+
00787|                         0x00, 
+
00788|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 786
Line | AML source
+
00783|                         0x31, 
+
00784|                         0x1C, 
+
00785|                         0x00, 
+
00786|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 11, Buffer required)
+
00787|                         0x00, 
+
00788|                         0x00, 
+
00789|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 787
Line | AML source
+
00784|                         0x1C, 
+
00785|                         0x00, 
+
00786|                         0x00, 
+
00787|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 12, Buffer required)
+
00788|                         0x00, 
+
00789|                         0x00, 
+
00790|                         0x00
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 788
Line | AML source
+
00785|                         0x00, 
+
00786|                         0x00, 
+
00787|                         0x00, 
+
00788|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 13, Buffer required)
+
00789|                         0x00, 
+
00790|                         0x00
+
00791|                     })
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 789
Line | AML source
+
00786|                         0x00, 
+
00787|                         0x00, 
+
00788|                         0x00, 
+
00789|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 14, Buffer required)
+
00790|                         0x00
+
00791|                     })
+
00792|                 }
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 790
Line | AML source
+
00787|                         0x00, 
+
00788|                         0x00, 
+
00789|                         0x00, 
+
00790|                         0x00
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 15, Buffer required)
+
00791|                     })
+
00792|                 }
+
00793| 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 806
Line | AML source
+
00803|                     })
+
00804|                     Name (_PLD, Package (0x10)  // _PLD: Physical Location of Device
+
00805|                     {
+
00806|                         0x81, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 0, Buffer required)
+
00807|                         0x00, 
+
00808|                         0x00, 
+
00809|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 807
Line | AML source
+
00804|                     Name (_PLD, Package (0x10)  // _PLD: Physical Location of Device
+
00805|                     {
+
00806|                         0x81, 
+
00807|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 1, Buffer required)
+
00808|                         0x00, 
+
00809|                         0x00, 
+
00810|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 808
Line | AML source
+
00805|                     {
+
00806|                         0x81, 
+
00807|                         0x00, 
+
00808|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 2, Buffer required)
+
00809|                         0x00, 
+
00810|                         0x00, 
+
00811|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 809
Line | AML source
+
00806|                         0x81, 
+
00807|                         0x00, 
+
00808|                         0x00, 
+
00809|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 3, Buffer required)
+
00810|                         0x00, 
+
00811|                         0x00, 
+
00812|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 810
Line | AML source
+
00807|                         0x00, 
+
00808|                         0x00, 
+
00809|                         0x00, 
+
00810|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 4, Buffer required)
+
00811|                         0x00, 
+
00812|                         0x00, 
+
00813|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 811
Line | AML source
+
00808|                         0x00, 
+
00809|                         0x00, 
+
00810|                         0x00, 
+
00811|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 5, Buffer required)
+
00812|                         0x00, 
+
00813|                         0x00, 
+
00814|                         0x31, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 812
Line | AML source
+
00809|                         0x00, 
+
00810|                         0x00, 
+
00811|                         0x00, 
+
00812|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 6, Buffer required)
+
00813|                         0x00, 
+
00814|                         0x31, 
+
00815|                         0x1C, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 813
Line | AML source
+
00810|                         0x00, 
+
00811|                         0x00, 
+
00812|                         0x00, 
+
00813|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 7, Buffer required)
+
00814|                         0x31, 
+
00815|                         0x1C, 
+
00816|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 814
Line | AML source
+
00811|                         0x00, 
+
00812|                         0x00, 
+
00813|                         0x00, 
+
00814|                         0x31, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 8, Buffer required)
+
00815|                         0x1C, 
+
00816|                         0x00, 
+
00817|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 815
Line | AML source
+
00812|                         0x00, 
+
00813|                         0x00, 
+
00814|                         0x31, 
+
00815|                         0x1C, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 9, Buffer required)
+
00816|                         0x00, 
+
00817|                         0x00, 
+
00818|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 816
Line | AML source
+
00813|                         0x00, 
+
00814|                         0x31, 
+
00815|                         0x1C, 
+
00816|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 10, Buffer required)
+
00817|                         0x00, 
+
00818|                         0x00, 
+
00819|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 817
Line | AML source
+
00814|                         0x31, 
+
00815|                         0x1C, 
+
00816|                         0x00, 
+
00817|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 11, Buffer required)
+
00818|                         0x00, 
+
00819|                         0x00, 
+
00820|                         0x00, 
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 818
Line | AML source
+
00815|                         0x1C, 
+
00816|                         0x00, 
+
00817|                         0x00, 
+
00818|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 12, Buffer required)
+
00819|                         0x00, 
+
00820|                         0x00, 
+
00821|                         0x00
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 819
Line | AML source
+
00816|                         0x00, 
+
00817|                         0x00, 
+
00818|                         0x00, 
+
00819|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 13, Buffer required)
+
00820|                         0x00, 
+
00821|                         0x00
+
00822|                     })
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 820
Line | AML source
+
00817|                         0x00, 
+
00818|                         0x00, 
+
00819|                         0x00, 
+
00820|                         0x00, 
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 14, Buffer required)
+
00821|                         0x00
+
00822|                     })
+
00823|                     Method (_RMV, 0, NotSerialized)  // _RMV: Removal Status
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
FAILED [HIGH]Assembler error in line 821
Line | AML source
+
00818|                         0x00, 
+
00819|                         0x00, 
+
00820|                         0x00, 
+
00821|                         0x00
+
     |                           ^
     | Error 6105: Invalid object type for reserved name    (_PLD: found Integer at index 15, Buffer required)
+
00822|                     })
+
00823|                     Method (_RMV, 0, NotSerialized)  // _RMV: Removal Status
+
00824|                     {
+
Advice(for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for the reserved name does not match the expected type.
Table SSDT (3) reassembly: Found 112 errors, 0 warnings, 0 remarks.
Checking ACPI table SSDT (#4)
PASSEDSSDT (4) reassembly, Found 0 errors, 0 warnings, 0 remarks.
Checking ACPI table SSDT (#5)
FAILED [LOW]Assembler remark in line 128
Line | AML source
+
00125|             Store (0x00, GD47) /* External reference */
+
00126|         }
+
00127| 
+
00128|         Method (UTLK, 2, Serialized)
+
     |                   ^
     | Remark 2146: Method Argument is never used    (Arg0)
+
00129|         {
+
00130|             Store (0x00, Local0)
+
00131|             If (LAnd (LEqual (GP47, 0x00), LEqual (GD47, 0x00)))
+
FAILED [LOW]Assembler remark in line 143
Line | AML source
+
00140| 
+
00141|                     Store (0x01, GD47) /* External reference */
+
00142|                     Store (0x00, Local1)
+
00143|                     Add (Timer, 0x00989680, Local2)
+
     |                              ^
     | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2)
+
00144|                     While (LLessEqual (Timer, Local2))
+
00145|                     {
+
00146|                         If (LEqual (\_SB.PCI0.RP05.LACR, 0x00))
+
Advice(for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value has occurred. For example, a 32 bit value for a 16 bit timeout has been used.
FAILED [LOW]Assembler remark in line 144
Line | AML source
+
00141|                     Store (0x01, GD47) /* External reference */
+
00142|                     Store (0x00, Local1)
+
00143|                     Add (Timer, 0x00989680, Local2)
+
00144|                     While (LLessEqual (Timer, Local2))
+
     |                                            ^
     | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2)  
+
00145|                     {
+
00146|                         If (LEqual (\_SB.PCI0.RP05.LACR, 0x00))
+
00147|                         {
+
Advice(for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value has occurred. For example, a 32 bit value for a 16 bit timeout has been used.
FAILED [LOW]Assembler remark in line 162
Line | AML source
+
00159|                     }
+
00160| 
+
00161|                     Sleep (Arg1)
+
00162|                     While (LLessEqual (Timer, Local2))
+
     |                                            ^
     | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2)  
+
00163|                     {
+
00164|                         If (LNotEqual (\_SB.PCI0.RP05.UPSB.AVND, 0xFFFFFFFF))
+
00165|                         {
+
Advice(for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value has occurred. For example, a 32 bit value for a 16 bit timeout has been used.
FAILED [LOW]Assembler remark in line 432
Line | AML source
+
00429|                                 If (LEqual (And (Local0, 0x7F), 0x05)) {}
+
00430|                                 Store (0x03, \_SB.PCI0.RP05.PSTA)
+
00431|                                 Store (0x01, \_SB.PCI0.RP05.LDIS)
+
00432|                                 Add (Timer, 0x00989680, Local0)
+
     |                                          ^
     | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2)  
+
00433|                                 While (LLessEqual (Timer, Local0))
+
00434|                                 {
+
00435|                                     If (LEqual (\_SB.PCI0.RP05.LACR, 0x01))
+
Advice(for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value has occurred. For example, a 32 bit value for a 16 bit timeout has been used.
FAILED [LOW]Assembler remark in line 433
Line | AML source
+
00430|                                 Store (0x03, \_SB.PCI0.RP05.PSTA)
+
00431|                                 Store (0x01, \_SB.PCI0.RP05.LDIS)
+
00432|                                 Add (Timer, 0x00989680, Local0)
+
00433|                                 While (LLessEqual (Timer, Local0))
+
     |                                                        ^
     | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2)  
+
00434|                                 {
+
00435|                                     If (LEqual (\_SB.PCI0.RP05.LACR, 0x01))
+
00436|                                     {
+
Advice(for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value has occurred. For example, a 32 bit value for a 16 bit timeout has been used.
FAILED [LOW]Assembler remark in line 482
Line | AML source
+
00479|                                     {
+
00480|                                         Store (0x03, \_SB.PCI0.RP05.PSTA)
+
00481|                                         Store (0x01, \_SB.PCI0.RP05.LDIS)
+
00482|                                         Add (Timer, 0x00989680, Local0)
+
     |                                                  ^
     | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2)  
+
00483|                                         While (LLessEqual (Timer, Local0))
+
00484|                                         {
+
00485|                                             If (LEqual (\_SB.PCI0.RP05.LACR, 0x01))
+
Advice(for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value has occurred. For example, a 32 bit value for a 16 bit timeout has been used.
FAILED [LOW]Assembler remark in line 483
Line | AML source
+
00480|                                         Store (0x03, \_SB.PCI0.RP05.PSTA)
+
00481|                                         Store (0x01, \_SB.PCI0.RP05.LDIS)
+
00482|                                         Add (Timer, 0x00989680, Local0)
+
00483|                                         While (LLessEqual (Timer, Local0))
+
     |                                                                ^
     | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2)  
+
00484|                                         {
+
00485|                                             If (LEqual (\_SB.PCI0.RP05.LACR, 0x01))
+
00486|                                             {
+
Advice(for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value has occurred. For example, a 32 bit value for a 16 bit timeout has been used.
FAILED [LOW]Assembler remark in line 518
Line | AML source
+
00515| 
+
00516|                                                 Store (0x01, GD47) /* External reference */
+
00517|                                                 Store (0x00, Local1)
+
00518|                                                 Add (Timer, 0x00989680, Local2)
+
     |                                                          ^
     | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2)  
+
00519|                                                 While (LLessEqual (Timer, Local2))
+
00520|                                                 {
+
00521|                                                     If (LEqual (\_SB.PCI0.RP05.LACR, 0x00))
+
Advice(for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value has occurred. For example, a 32 bit value for a 16 bit timeout has been used.
FAILED [LOW]Assembler remark in line 519
Line | AML source
+
00516|                                                 Store (0x01, GD47) /* External reference */
+
00517|                                                 Store (0x00, Local1)
+
00518|                                                 Add (Timer, 0x00989680, Local2)
+
00519|                                                 While (LLessEqual (Timer, Local2))
+
     |                                                                        ^
     | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2)  
+
00520|                                                 {
+
00521|                                                     If (LEqual (\_SB.PCI0.RP05.LACR, 0x00))
+
00522|                                                     {
+
Advice(for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value has occurred. For example, a 32 bit value for a 16 bit timeout has been used.
FAILED [LOW]Assembler remark in line 537
Line | AML source
+
00534|                                                 }
+
00535| 
+
00536|                                                 Sleep (Arg1)
+
00537|                                                 While (LLessEqual (Timer, Local2))
+
     |                                                                        ^
     | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2)  
+
00538|                                                 {
+
00539|                                                     If (LNotEqual (\_SB.PCI0.RP05.UPSB.AVND, 0xFFFFFFFF))
+
00540|                                                     {
+
Advice(for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value has occurred. For example, a 32 bit value for a 16 bit timeout has been used.
FAILED [LOW]Assembler remark in line 582
Line | AML source
+
00579|                                                         }
+
00580| 
+
00581|                                                         Store (0x01, \_SB.PCI0.RP05.LRTN)
+
00582|                                                         Add (Timer, 0x00989680, Local2)
+
     |                                                                  ^
     | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2)  
+
00583|                                                         While (LLessEqual (Timer, Local2))
+
00584|                                                         {
+
00585|                                                             If (LEqual (\_SB.PCI0.RP05.LACR, 0x00))
+
Advice(for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value has occurred. For example, a 32 bit value for a 16 bit timeout has been used.
FAILED [LOW]Assembler remark in line 583
Line | AML source
+
00580| 
+
00581|                                                         Store (0x01, \_SB.PCI0.RP05.LRTN)
+
00582|                                                         Add (Timer, 0x00989680, Local2)
+
00583|                                                         While (LLessEqual (Timer, Local2))
+
     |                                                                                ^
     | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2)  
+
00584|                                                         {
+
00585|                                                             If (LEqual (\_SB.PCI0.RP05.LACR, 0x00))
+
00586|                                                             {
+
Advice(for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value has occurred. For example, a 32 bit value for a 16 bit timeout has been used.
Table SSDT (5) reassembly: Found 0 errors, 0 warnings, 13 remarks.
Checking ACPI table SSDT (#6)
PASSEDSSDT (6) reassembly, Found 0 errors, 0 warnings, 0 remarks.
Checking ACPI table SSDT (#7)
PASSEDSSDT (7) reassembly, Found 0 errors, 0 warnings, 0 remarks.
Checking ACPI table SSDT (#8)
PASSEDSSDT (8) reassembly, Found 0 errors, 0 warnings, 0 remarks.
Checking ACPI table SSDT (#9)
FAILED [MEDIUM]Assembler warning in line 123
Line | AML source
+
00120| 
+
00121|             Store (CPDC (Arg0), Local0)
+
00122|             GCAP (Local0)
+
00123|             Return (Local0)
+
     |                         ^
     | Warning 3104: Reserved method should not return a value    (_PDC)
+
00124|         }
+
00125| 
+
00126|         Method (_OSC, 4, NotSerialized)  // _OSC: Operating System Capabilities
+
Advice(for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not going to produce any run time errors.
FAILED [LOW]Assembler remark in line 133
Line | AML source
+
00130|             Return (Local0)
+
00131|         }
+
00132| 
+
00133|         Method (CPDC, 1, NotSerialized)
+
     |                   ^
     | Remark 2120: Control Method should be made Serialized    (due to creation of named objects within)
+
00134|         {
+
00135|             CreateDWordField (Arg0, 0x00, REVS)
+
00136|             CreateDWordField (Arg0, 0x04, SIZE)
+
Advice(for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is created inside a non-serialized method - this method should be serialized. It is possible that one thread enters the method and blocks and then a second thread also executes the method, ending up in two attempts to create the object and causing a failure.
FAILED [LOW]Assembler remark in line 148
Line | AML source
+
00145|             Return (COSC (ToUUID (""), REVS, SIZE, Local2))
+
00146|         }
+
00147| 
+
00148|         Method (COSC, 4, NotSerialized)
+
     |                   ^
     | Remark 2146: Method Argument is never used    (Arg2)
+
00149|         {
+
00150|             CreateDWordField (Arg3, 0x00, STS0)
+
00151|             CreateDWordField (Arg3, 0x04, CAP0)
+
FAILED [LOW]Assembler remark in line 148
Line | AML source
+
00145|             Return (COSC (ToUUID (""), REVS, SIZE, Local2))
+
00146|         }
+
00147| 
+
00148|         Method (COSC, 4, NotSerialized)
+
     |                   ^
     | Remark 2120: Control Method should be made Serialized    (due to creation of named objects within)
+
00149|         {
+
00150|             CreateDWordField (Arg3, 0x00, STS0)
+
00151|             CreateDWordField (Arg3, 0x04, CAP0)
+
Advice(for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is created inside a non-serialized method - this method should be serialized. It is possible that one thread enters the method and blocks and then a second thread also executes the method, ending up in two attempts to create the object and causing a failure.
FAILED [LOW]Assembler remark in line 151
Line | AML source
+
00148|         Method (COSC, 4, NotSerialized)
+
00149|         {
+
00150|             CreateDWordField (Arg3, 0x00, STS0)
+
00151|             CreateDWordField (Arg3, 0x04, CAP0)
+
     |                                             ^
     | Remark 2089: Object is not referenced    (Name is within method [COSC])
+
00152|             CreateDWordField (Arg0, 0x00, IID0)
+
00153|             CreateDWordField (Arg0, 0x04, IID1)
+
00154|             CreateDWordField (Arg0, 0x08, IID2)
+
FAILED [LOW]Assembler remark in line 177
Line | AML source
+
00174|             Return (Arg3)
+
00175|         }
+
00176| 
+
00177|         Method (GCAP, 1, NotSerialized)
+
     |                   ^
     | Remark 2120: Control Method should be made Serialized    (due to creation of named objects within)
+
00178|         {
+
00179|             CreateDWordField (Arg0, 0x00, STS0)
+
00180|             CreateDWordField (Arg0, 0x04, CAP0)
+
Advice(for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is created inside a non-serialized method - this method should be serialized. It is possible that one thread enters the method and blocks and then a second thread also executes the method, ending up in two attempts to create the object and causing a failure.
FAILED [LOW]Assembler remark in line 207
Line | AML source
+
00204|             Return (Zero)
+
00205|         }
+
00206| 
+
00207|         Method (DTGP, 5, NotSerialized)
+
     |                   ^
     | Remark 2146: Method Argument is never used    (Arg3)
+
00208|         {
+
00209|             If (LEqual (Arg0, ToUUID ("")))
+
00210|             {
+
FAILED [LOW]Assembler remark in line 232
Line | AML source
+
00229|             Store (Buffer (0x01)
+
00230|                 {
+
00231|                      0x00                                             /* . */
+
00232|                 }, Arg4)
+
     |                      ^
     | Remark 2146: Method Argument is never used    (Arg4)
+
00233|             Return (Zero)
+
00234|         }
+
00235| 
+
FAILED [MEDIUM]Assembler warning in line 257
Line | AML source
+
00254|         {
+
00255|             Store (\_PR.CPU0.CPDC (Arg0), Local0)
+
00256|             GCAP (Local0)
+
00257|             Return (Local0)
+
     |                         ^
     | Warning 3104: Reserved method should not return a value    (_PDC)
+
00258|         }
+
00259| 
+
00260|         Method (_OSC, 4, NotSerialized)  // _OSC: Operating System Capabilities
+
Advice(for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not going to produce any run time errors.
FAILED [LOW]Assembler remark in line 297
Line | AML source
+
00294|             Return (Zero)
+
00295|         }
+
00296| 
+
00297|         Method (APCT, 0, NotSerialized)
+
     |                   ^
     | Remark 2120: Control Method should be made Serialized    (due to creation of named objects within)
+
00298|         {
+
00299|             If (LAnd (And (CFGD, 0x7A), LNot (And (SDTL, 0x20))))
+
00300|             {
+
Advice(for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is created inside a non-serialized method - this method should be serialized. It is possible that one thread enters the method and blocks and then a second thread also executes the method, ending up in two attempts to create the object and causing a failure.
FAILED [LOW]Assembler remark in line 307
Line | AML source
+
00304|             }
+
00305|         }
+
00306| 
+
00307|         Method (APPT, 0, NotSerialized)
+
     |                   ^
     | Remark 2120: Control Method should be made Serialized    (due to creation of named objects within)
+
00308|         {
+
00309|             If (LAnd (And (CFGD, 0x01), LNot (And (SDTL, 0x10))))
+
00310|             {
+
Advice(for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is created inside a non-serialized method - this method should be serialized. It is possible that one thread enters the method and blocks and then a second thread also executes the method, ending up in two attempts to create the object and causing a failure.
FAILED [MEDIUM]Assembler warning in line 324
Line | AML source
+
00321|         {
+
00322|             Store (\_PR.CPU0.CPDC (Arg0), Local0)
+
00323|             GCAP (Local0)
+
00324|             Return (Local0)
+
     |                         ^
     | Warning 3104: Reserved method should not return a value    (_PDC)
+
00325|         }
+
00326| 
+
00327|         Method (_OSC, 4, NotSerialized)  // _OSC: Operating System Capabilities
+
Advice(for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not going to produce any run time errors.
FAILED [MEDIUM]Assembler warning in line 371
Line | AML source
+
00368|         {
+
00369|             Store (\_PR.CPU0.CPDC (Arg0), Local0)
+
00370|             GCAP (Local0)
+
00371|             Return (Local0)
+
     |                         ^
     | Warning 3104: Reserved method should not return a value    (_PDC)
+
00372|         }
+
00373| 
+
00374|         Method (_OSC, 4, NotSerialized)  // _OSC: Operating System Capabilities
+
Advice(for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not going to produce any run time errors.
FAILED [MEDIUM]Assembler warning in line 418
Line | AML source
+
00415|         {
+
00416|             Store (\_PR.CPU0.CPDC (Arg0), Local0)
+
00417|             GCAP (Local0)
+
00418|             Return (Local0)
+
     |                         ^
     | Warning 3104: Reserved method should not return a value    (_PDC)
+
00419|         }
+
00420| 
+
00421|         Method (_OSC, 4, NotSerialized)  // _OSC: Operating System Capabilities
+
Advice(for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not going to produce any run time errors.
FAILED [MEDIUM]Assembler warning in line 465
Line | AML source
+
00462|         {
+
00463|             Store (\_PR.CPU0.CPDC (Arg0), Local0)
+
00464|             GCAP (Local0)
+
00465|             Return (Local0)
+
     |                         ^
     | Warning 3104: Reserved method should not return a value    (_PDC)
+
00466|         }
+
00467| 
+
00468|         Method (_OSC, 4, NotSerialized)  // _OSC: Operating System Capabilities
+
Advice(for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not going to produce any run time errors.
FAILED [MEDIUM]Assembler warning in line 512
Line | AML source
+
00509|         {
+
00510|             Store (\_PR.CPU0.CPDC (Arg0), Local0)
+
00511|             GCAP (Local0)
+
00512|             Return (Local0)
+
     |                         ^
     | Warning 3104: Reserved method should not return a value    (_PDC)
+
00513|         }
+
00514| 
+
00515|         Method (_OSC, 4, NotSerialized)  // _OSC: Operating System Capabilities
+
Advice(for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not going to produce any run time errors.
FAILED [MEDIUM]Assembler warning in line 559
Line | AML source
+
00556|         {
+
00557|             Store (\_PR.CPU0.CPDC (Arg0), Local0)
+
00558|             GCAP (Local0)
+
00559|             Return (Local0)
+
     |                         ^
     | Warning 3104: Reserved method should not return a value    (_PDC)
+
00560|         }
+
00561| 
+
00562|         Method (_OSC, 4, NotSerialized)  // _OSC: Operating System Capabilities
+
Advice(for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method returned a value however it is not expected to return anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not going to produce any run time errors.
Table SSDT (9) reassembly: Found 0 errors, 8 warnings, 9 remarks.
4 passed, 183 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
stao: STAO Status Override Table test.
ErrorACPI STAO table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
srat: SRAT System Resource Affinity Table test.
ErrorACPI SRAT table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
spmi: SPMI Service Processor Management Interface Description Table test.
ErrorACPI SPMI table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
spcr: SPCR Serial Port Console Redirection Table test.
ErrorACPI SPCR table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
slit: SLIT System Locality Distance Information test.
ErrorACPI SLIT table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
slic: SLIC Software Licensing Description Table test.
ErrorACPI SLIC table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
sbst: SBST Smart Battery Specification Table test.
Test 1 of 1: SBST Smart Battery Specificiation Table test.
PASSEDNo issues found in SBST table.
1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
rsdt: RSDT Root System Description Table test.
Test 1 of 1: RSDT Root System Description Table test.
PASSEDNo issues found in RSDT table.
1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
rsdp: RSDP Root System Description Pointer test.
Test 1 of 1: RSDP Root System Description Pointer test.
PASSEDNo issues found in RSDP table.
1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
pcc: Processor Clocking Control (PCC) test.
Test 1 of 1: Processor Clocking Control (PCC) test.
This test checks the sanity of the Processor Clocking Control as found on some HP ProLiant machines. Most computers do not use this interface to control the CPU clock frequency, so this test will be skipped.
This machine does not use Processor Clocking Control (PCC).
0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 1 info only.
osilinux: Disassemble DSDT to check for _OSI("Linux").
Test 1 of 1: Disassemble DSDT to check for _OSI("Linux").
This is not strictly a failure mode, it just alerts one that this has been defined in the DSDT and probably should be avoided since the Linux ACPI driver matches onto the Windows _OSI strings
Warning
                {
Warning
                    Store (0x2710, OSYS) /* \OSYS */
Warning
                }
Warning
Warning
                If (\_OSI ("Linux"))
Warning
                {
Warning
                    Store (0x03E8, OSYS) /* \OSYS */
Warning
                }
Warning
Warning
                If (\_OSI ("Windows 2009"))
Warning
                {
Warning
                    Store (0x07D9, OSYS) /* \OSYS */
Warning
                }
Warning
Warning
                If (\_OSI ("Windows 2012"))
Warning
                {
Warning
                    Store (0x07DC, OSYS) /* \OSYS */
Warning
                }
Warning
            }
WarningDSDT implements a deprecated _OSI("Linux") test.
Warning
                {
Warning
                    Store (0x2710, OSYS) /* \OSYS */
Warning
                }
Warning
                ElseIf (_OSI ("Linux"))
Warning
                {
Warning
                    Store (0x03E8, OSYS) /* \OSYS */
Warning
                }
Warning
                ElseIf (_OSI ("Windows 2009"))
Warning
                {
Warning
                    Store (0x07D9, OSYS) /* \OSYS */
Warning
                }
Warning
                ElseIf (_OSI ("Windows 2012"))
Warning
                {
Warning
                    Store (0x07DC, OSYS) /* \OSYS */
Warning
                }
Warning
            }
WarningDSDT implements a deprecated _OSI("Linux") test.
0 passed, 0 failed, 2 warnings, 0 aborted, 0 skipped, 0 info only.
method: ACPI DSDT Method Semantic tests.
Test 1 of 191: Test Method Names.
Found 2505 Objects +
PASSEDMethod names contain legal characters.
Test 2 of 191: Test _AEI.
SkippedSkipping test for non-existant object _AEI.
Test 3 of 191: Test _EVT (Event Method).
SkippedSkipping test for non-existant object _EVT.
Test 4 of 191: Test _DLM (Device Lock Mutex).
SkippedSkipping test for non-existant object _DLM.
Test 5 of 191: Test _PIC (Inform AML of Interrupt Model).
PASSED\_PIC returned no values as expected.
PASSED\_PIC returned no values as expected.
PASSED\_PIC returned no values as expected.
Test 6 of 191: Test _CID (Compatible ID).
PASSED\_SB_.PCI0._CID returned an integer 0x030ad041 (EISA ID PNP0A03).
FAILED [MEDIUM]\_SB_.PCI0.SBUS.BUS0._CID returned a string 'SMBUS' but it was not a valid PNP ID or a valid ACPI ID.
FAILED [MEDIUM]\_SB_.PCI0.SBUS.BUS1._CID returned a string 'SMBUS' but it was not a valid PNP ID or a valid ACPI ID.
PASSED\_SB_.PCI0.LPCB.HPET._CID returned an integer 0x010cd041 (EISA ID PNP0C01).
FAILED [MEDIUM]\_SB_.PCI0.LPCB.SMC_._CID returned a string 'SMC-HURONRIVER' but it was not a valid PNP ID or a valid ACPI ID.
FAILED [MEDIUM]\_SB_.PCI0.LPCB.ALS0._CID returned a string 'SMC-ALS' but it was not a valid PNP ID or a valid ACPI ID.
FAILED [MEDIUM]\_SB_.PNLF._CID returned a string 'BACKLIGHT' but it was not a valid PNP ID or a valid ACPI ID.
Test 7 of 191: Test _DDN (DOS Device Name).
SkippedSkipping test for non-existant object _DDN.
Test 8 of 191: Test _HID (Hardware ID).
PASSED\_SB_.PCI0._HID returned an integer 0x080ad041 (EISA ID PNP0A08).
PASSED\_SB_.PCI0.LPCB.DMAC._HID returned an integer 0x0002d041 (EISA ID PNP0200).
PASSED\_SB_.PCI0.LPCB.FWHD._HID returned an integer 0x0008d425 (EISA ID INT0800).
PASSED\_SB_.PCI0.LPCB.HPET._HID returned an integer 0x0301d041 (EISA ID PNP0103).
PASSED\_SB_.PCI0.LPCB.IPIC._HID returned an integer 0x0000d041 (EISA ID PNP0000).
PASSED\_SB_.PCI0.LPCB.MATH._HID returned an integer 0x040cd041 (EISA ID PNP0C04).
PASSED\_SB_.PCI0.LPCB.LDRC._HID returned an integer 0x020cd041 (EISA ID PNP0C02).
PASSED\_SB_.PCI0.LPCB.RTC_._HID returned an integer 0x000bd041 (EISA ID PNP0B00).
PASSED\_SB_.PCI0.LPCB.TIMR._HID returned an integer 0x0001d041 (EISA ID PNP0100).
PASSED\_SB_.PCI0.LPCB.SMC_._HID returned an integer 0x01001006 (EISA ID APP0001).
PASSED\_SB_.PCI0.LPCB.ALS0._HID returned a string 'ACPI0008' as expected.
PASSED\_SB_.PCI0.LPCB.EC__._HID returned an integer 0x090cd041 (EISA ID PNP0C09).
PASSED\_SB_.PCI0.LPCB.EC__.SMB0._HID returned a string 'ACPI0001' as expected.
PASSED\_SB_.PCI0.LPCB.EC__.SMB0.SBS0._HID returned a string 'ACPI0002' as expected.
PASSED\_SB_.PCI0.PDRC._HID returned an integer 0x020cd041 (EISA ID PNP0C02).
PASSED\_SB_.MEM2._HID returned an integer 0x010cd041 (EISA ID PNP0C01).
PASSED\_SB_.LNKA._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
PASSED\_SB_.LNKB._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
PASSED\_SB_.LNKC._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
PASSED\_SB_.LNKD._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
PASSED\_SB_.LNKE._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
PASSED\_SB_.LNKF._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
PASSED\_SB_.LNKG._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
PASSED\_SB_.LNKH._HID returned an integer 0x0f0cd041 (EISA ID PNP0C0F).
PASSED\_SB_.BAT0._HID returned an integer 0x0a0cd041 (EISA ID PNP0C0A).
PASSED\_SB_.ADP1._HID returned a string 'ACPI0003' as expected.
PASSED\_SB_.LID0._HID returned an integer 0x0d0cd041 (EISA ID PNP0C0D).
PASSED\_SB_.PWRB._HID returned an integer 0x0c0cd041 (EISA ID PNP0C0C).
PASSED\_SB_.PNLF._HID returned an integer 0x02001006 (EISA ID APP0002).
PASSED\_SB_.SLPB._HID returned an integer 0x0e0cd041 (EISA ID PNP0C0E).
Test 9 of 191: Test _HRV (Hardware Revision Number).
SkippedSkipping test for non-existant object _HRV.
Test 10 of 191: Test _MLS (Multiple Language String).
SkippedSkipping test for non-existant object _MLS.
Test 11 of 191: Test _PLD (Physical Device Location).
PASSED\_SB_.PCI0.XHC1.RHUB.HS01._PLD correctly returned a sane looking package.
PASSED\_SB_.PCI0.XHC1.RHUB.HS02._PLD correctly returned a sane looking package.
PASSED\_SB_.PCI0.XHC1.RHUB.HS03._PLD correctly returned a sane looking package.
PASSED\_SB_.PCI0.XHC1.RHUB.HS05._PLD correctly returned a sane looking package.
PASSED\_SB_.PCI0.XHC1.RHUB.SSP1._PLD correctly returned a sane looking package.
PASSED\_SB_.PCI0.XHC1.RHUB.SSP2._PLD correctly returned a sane looking package.
PASSED\_SB_.PCI0.XHC1.RHUB.SSP3._PLD correctly returned a sane looking package.
Test 12 of 191: Test _SUB (Subsystem ID).
SkippedSkipping test for non-existant object _SUB.
Test 13 of 191: Test _SUN (Slot User Number).
PASSED\_SB_.PCI0.RP05.UPSB.DSB1._SUN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2._SUN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3._SUN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB4._SUN correctly returned an integer.
Test 14 of 191: Test _STR (String).
PASSED\_SB_.PCI0.RP05.UPSB.DSB0.NHI0._STR correctly returned a buffer of 24 elements.
Test 15 of 191: Test _UID (Unique ID).
PASSED\_SB_.PCI0._UID correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.LPCB.LDRC._UID correctly returned sane looking value 0x00000002.
PASSED\_SB_.PCI0.LPCB.EC__._UID correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.PDRC._UID correctly returned sane looking value 0x00000001.
PASSED\_SB_.MEM2._UID correctly returned sane looking value 0x00000002.
PASSED\_SB_.LNKA._UID correctly returned sane looking value 0x00000001.
PASSED\_SB_.LNKB._UID correctly returned sane looking value 0x00000002.
PASSED\_SB_.LNKC._UID correctly returned sane looking value 0x00000003.
PASSED\_SB_.LNKD._UID correctly returned sane looking value 0x00000004.
PASSED\_SB_.LNKE._UID correctly returned sane looking value 0x00000005.
PASSED\_SB_.LNKF._UID correctly returned sane looking value 0x00000006.
PASSED\_SB_.LNKG._UID correctly returned sane looking value 0x00000007.
PASSED\_SB_.LNKH._UID correctly returned sane looking value 0x00000008.
PASSED\_SB_.BAT0._UID correctly returned sane looking value 0x00000000.
PASSED\_SB_.PNLF._UID correctly returned sane looking value 0x0000000f.
Test 16 of 191: Test _CDM (Clock Domain).
SkippedSkipping test for non-existant object _CDM.
Test 17 of 191: Test _CRS (Current Resource Settings).
PASSED\_SB_.PCI0._CRS (WORD Address Space Descriptor) looks sane.
PASSED\_SB_.PCI0.LPCB.DMAC._CRS (I/O Port Descriptor) looks sane.
PASSED\_SB_.PCI0.LPCB.FWHD._CRS (32-bit Fixed Location Memory Range Descriptor) looks sane.
PASSED\_SB_.PCI0.LPCB.HPET._CRS (IRQ Descriptor) looks sane.
PASSED\_SB_.PCI0.LPCB.IPIC._CRS (I/O Port Descriptor) looks sane.
PASSED\_SB_.PCI0.LPCB.MATH._CRS (I/O Port Descriptor) looks sane.
PASSED\_SB_.PCI0.LPCB.LDRC._CRS (I/O Port Descriptor) looks sane.
PASSED\_SB_.PCI0.LPCB.RTC_._CRS (I/O Port Descriptor) looks sane.
PASSED\_SB_.PCI0.LPCB.TIMR._CRS (I/O Port Descriptor) looks sane.
PASSED\_SB_.PCI0.LPCB.SMC_._CRS (I/O Port Descriptor) looks sane.
PASSED\_SB_.PCI0.LPCB.EC__._CRS (I/O Port Descriptor) looks sane.
PASSED\_SB_.PCI0.PDRC._CRS (32-bit Fixed Location Memory Range Descriptor) looks sane.
PASSED\_SB_.MEM2._CRS (32-bit Fixed Location Memory Range Descriptor) looks sane.
PASSED\_SB_.LNKA._CRS (IRQ Descriptor) looks sane.
PASSED\_SB_.LNKB._CRS (IRQ Descriptor) looks sane.
PASSED\_SB_.LNKC._CRS (IRQ Descriptor) looks sane.
PASSED\_SB_.LNKD._CRS (IRQ Descriptor) looks sane.
PASSED\_SB_.LNKE._CRS (IRQ Descriptor) looks sane.
PASSED\_SB_.LNKF._CRS (IRQ Descriptor) looks sane.
PASSED\_SB_.LNKG._CRS (IRQ Descriptor) looks sane.
PASSED\_SB_.LNKH._CRS (IRQ Descriptor) looks sane.
Test 18 of 191: Test _DSD (Device Specific Data).
SkippedSkipping test for non-existant object _DSD.
Test 19 of 191: Test _DIS (Disable).
PASSED\_SB_.LNKA._DIS returned no values as expected.
PASSED\_SB_.LNKB._DIS returned no values as expected.
PASSED\_SB_.LNKC._DIS returned no values as expected.
PASSED\_SB_.LNKD._DIS returned no values as expected.
PASSED\_SB_.LNKE._DIS returned no values as expected.
PASSED\_SB_.LNKF._DIS returned no values as expected.
PASSED\_SB_.LNKG._DIS returned no values as expected.
PASSED\_SB_.LNKH._DIS returned no values as expected.
Test 20 of 191: Test _DMA (Direct Memory Access).
SkippedSkipping test for non-existant object _DMA.
Test 21 of 191: Test _FIX (Fixed Register Resource Provider).
SkippedSkipping test for non-existant object _FIX.
Test 22 of 191: Test _GSB (Global System Interrupt Base).
SkippedSkipping test for non-existant object _GSB.
Test 23 of 191: Test _HPP (Hot Plug Parameters).
SkippedSkipping test for non-existant object _HPP.
Test 24 of 191: Test _PRS (Possible Resource Settings).
PASSED\_SB_.LNKA._PRS (IRQ Descriptor) looks sane.
PASSED\_SB_.LNKB._PRS (IRQ Descriptor) looks sane.
PASSED\_SB_.LNKC._PRS (IRQ Descriptor) looks sane.
PASSED\_SB_.LNKD._PRS (IRQ Descriptor) looks sane.
PASSED\_SB_.LNKE._PRS (IRQ Descriptor) looks sane.
PASSED\_SB_.LNKF._PRS (IRQ Descriptor) looks sane.
PASSED\_SB_.LNKG._PRS (IRQ Descriptor) looks sane.
PASSED\_SB_.LNKH._PRS (IRQ Descriptor) looks sane.
Test 25 of 191: Test _PXM (Proximity).
SkippedSkipping test for non-existant object _PXM.
Test 26 of 191: Test _CCA (Cache Coherency Attribute).
SkippedSkipping test for non-existant object _CCA.
Test 27 of 191: Test _EDL (Eject Device List).
SkippedSkipping test for non-existant object _EDL.
Test 28 of 191: Test _EJD (Ejection Dependent Device).
SkippedSkipping test for non-existant object _EJD.
Test 29 of 191: Test _EJ0 (Eject).
PASSED\_SB_.PCI0.RP05.UPSB.DSB0.NHI0._EJ0 returned no values as expected.
Test 30 of 191: Test _EJ1 (Eject).
SkippedSkipping test for non-existant object _EJ1.
Test 31 of 191: Test _EJ2 (Eject).
SkippedSkipping test for non-existant object _EJ2.
Test 32 of 191: Test _EJ3 (Eject).
SkippedSkipping test for non-existant object _EJ3.
Test 33 of 191: Test _EJ4 (Eject).
SkippedSkipping test for non-existant object _EJ4.
Test 34 of 191: Test _LCK (Lock).
SkippedSkipping test for non-existant object _LCK.
Test 35 of 191: Test _RMV (Remove).
PASSED\_SB_.PCI0.RP03.ARPT._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB0.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB3._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB3.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB4._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB4.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB5._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB6._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB0.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB3._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB3.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB4._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB4.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB5._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB6._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB5._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB6._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB0.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB3._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB3.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB4._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB4.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB5._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB6._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB0.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB3._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB3.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB4._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB4.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB5._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB6._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB5._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB6._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB0.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB3._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB3.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB4._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB4.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB5._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB6._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB0.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB3._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB3.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB4._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB4.DEV0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB5._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB6._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB5._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB6._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP05.UPSB.DSB4._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP06.SSD0._RMV correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.XHC1.RHUB.SSP3._RMV correctly returned sane looking value 0x00000000.
Test 36 of 191: Test _STA (Status).
PASSED\_SB_.PCI0.LPCB.HPET._STA correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.LPCB.SMC_._STA correctly returned sane looking value 0x0000000b.
PASSED\_SB_.PCI0.LPCB.ALS0._STA correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.LPCB.EC__.SMB0._STA correctly returned sane looking value 0x00000000.
PASSED\_SB_.PCI0.RP02._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP03._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP03.ARPT._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB0.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB0.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB3._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB3.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB4._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB4.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB5._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB6._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB0.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB3._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB3.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB4._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB4.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB5._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB6._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB5._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB6._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB0.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB0.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB3._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB3.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB4._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB4.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB5._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB6._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB0.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB3._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB3.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB4._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB4.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB5._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB6._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB5._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB6._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB0.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB0.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB3._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB3.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB4._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB4.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB5._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB6._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB0.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB3._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB3.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB4._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB4.DEV0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB5._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB6._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB5._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB6._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.RP05.UPSB.DSB4._STA correctly returned sane looking value 0x00000009.
PASSED\_SB_.PCI0.HDAU._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.LNKA._STA correctly returned sane looking value 0x0000000b.
PASSED\_SB_.LNKB._STA correctly returned sane looking value 0x0000000b.
PASSED\_SB_.LNKC._STA correctly returned sane looking value 0x0000000b.
PASSED\_SB_.LNKD._STA correctly returned sane looking value 0x0000000b.
PASSED\_SB_.LNKE._STA correctly returned sane looking value 0x0000000b.
PASSED\_SB_.LNKF._STA correctly returned sane looking value 0x0000000b.
PASSED\_SB_.LNKG._STA correctly returned sane looking value 0x0000000b.
PASSED\_SB_.LNKH._STA correctly returned sane looking value 0x0000000b.
PASSED\_SB_.BAT0._STA correctly returned sane looking value 0x0000000f.
PASSED\_SB_.PNLF._STA correctly returned sane looking value 0x0000000b.
PASSED\_SB_.SLPB._STA correctly returned sane looking value 0x0000000b.
Test 37 of 191: Test _DEP (Operational Region Dependencies).
SkippedSkipping test for non-existant object _DEP.
Test 38 of 191: Test _BDN (BIOS Dock Name).
SkippedSkipping test for non-existant object _BDN.
Test 39 of 191: Test _BBN (Base Bus Number).
PASSED\_SB_.PCI0._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP02._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP03._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB0._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB0._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB0._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB3._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB4._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB5._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB6._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB0._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB3._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB4._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB5._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB6._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB5._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB6._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB0._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB0._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB3._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB4._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB5._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB6._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB0._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB3._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB4._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB5._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB6._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB5._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB6._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB0._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB0._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB3._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB4._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB5._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB6._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB0._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB3._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB4._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB5._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB6._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB5._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB6._BBN correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB4._BBN correctly returned an integer.
Test 40 of 191: Test _DCK (Dock).
SkippedSkipping test for non-existant object _DCK.
Test 41 of 191: Test _INI (Initialize).
PASSED\_SB_.PCI0._INI returned no values as expected.
PASSED\_SB_._INI returned no values as expected.
Test 42 of 191: Test _GLK (Global Lock).
SkippedSkipping test for non-existant object _GLK.
Test 43 of 191: Test _SEG (Segment).
SkippedSkipping test for non-existant object _SEG.
Test 44 of 191: Test _OFF (Set resource off).
SkippedSkipping test for non-existant object _OFF.
Test 45 of 191: Test _ON (Set resource on).
SkippedSkipping test for non-existant object _ON.
Test 46 of 191: Test _DSW (Device Sleep Wake).
SkippedSkipping test for non-existant object _DSW.
Test 47 of 191: Test _IRC (In Rush Current).
SkippedSkipping test for non-existant object _IRC.
Test 48 of 191: Test _PRE (Power Resources for Enumeration).
SkippedSkipping test for non-existant object _PRE.
Test 49 of 191: Test _PR0 (Power Resources for D0).
SkippedSkipping test for non-existant object _PR0.
Test 50 of 191: Test _PR1 (Power Resources for D1).
SkippedSkipping test for non-existant object _PR1.
Test 51 of 191: Test _PR2 (Power Resources for D2).
SkippedSkipping test for non-existant object _PR2.
Test 52 of 191: Test _PR3 (Power Resources for D3).
SkippedSkipping test for non-existant object _PR3.
Test 53 of 191: Test _PRW (Power Resources for Wake).
PASSED\_SB_.PCI0.P0P2._PRW correctly returned a sane looking package.
PASSED\_SB_.PCI0.LPCB.EC__._PRW correctly returned a sane looking package.
PASSED\_SB_.PCI0.HDEF._PRW correctly returned a sane looking package.
PASSED\_SB_.PCI0.RP01._PRW correctly returned a sane looking package.
PASSED\_SB_.PCI0.RP02._PRW correctly returned a sane looking package.
PASSED\_SB_.PCI0.RP03._PRW correctly returned a sane looking package.
PASSED\_SB_.PCI0.RP03.ARPT._PRW correctly returned a sane looking package.
PASSED\_SB_.PCI0.RP05._PRW correctly returned a sane looking package.
PASSED\_SB_.PCI0.RP06._PRW correctly returned a sane looking package.
PASSED\_SB_.PCI0.XHC1._PRW correctly returned a sane looking package.
PASSED\_SB_.ADP1._PRW correctly returned a sane looking package.
PASSED\_SB_.LID0._PRW correctly returned a sane looking package.
Test 54 of 191: Test _PS0 (Power State 0).
PASSED\_SB_.PCI0.HDEF._PS0 returned no values as expected.
PASSED\_SB_.PCI0.RP03._PS0 returned no values as expected.
PASSED\_SB_.PCI0.RP06._PS0 returned no values as expected.
PASSED\_SB_.PCI0.XHC1._PS0 returned no values as expected.
Test 55 of 191: Test _PS1 (Power State 1).
SkippedSkipping test for non-existant object _PS1.
Test 56 of 191: Test _PS2 (Power State 2).
SkippedSkipping test for non-existant object _PS2.
Test 57 of 191: Test _PS3 (Power State 3).
PASSED\_SB_.PCI0.HDEF._PS3 returned no values as expected.
PASSED\_SB_.PCI0.RP03._PS3 returned no values as expected.
PASSED\_SB_.PCI0.RP06._PS3 returned no values as expected.
PASSED\_SB_.PCI0.XHC1._PS3 returned no values as expected.
Test 58 of 191: Test _PSC (Power State Current).
SkippedSkipping test for non-existant object _PSC.
Test 59 of 191: Test _PSE (Power State for Enumeration).
SkippedSkipping test for non-existant object _PSE.
Test 60 of 191: Test _PSW (Power State Wake).
PASSED\_SB_.ADP1._PSW returned no values as expected.
PASSED\_SB_.LID0._PSW returned no values as expected.
Test 61 of 191: Test _S1D (S1 Device State).
SkippedSkipping test for non-existant object _S1D.
Test 62 of 191: Test _S2D (S2 Device State).
SkippedSkipping test for non-existant object _S2D.
Test 63 of 191: Test _S3D (S3 Device State).
SkippedSkipping test for non-existant object _S3D.
Test 64 of 191: Test _S4D (S4 Device State).
SkippedSkipping test for non-existant object _S4D.
Test 65 of 191: Test _S0W (S0 Device Wake State).
SkippedSkipping test for non-existant object _S0W.
Test 66 of 191: Test _S1W (S1 Device Wake State).
SkippedSkipping test for non-existant object _S1W.
Test 67 of 191: Test _S2W (S2 Device Wake State).
SkippedSkipping test for non-existant object _S2W.
Test 68 of 191: Test _S3W (S3 Device Wake State).
SkippedSkipping test for non-existant object _S3W.
Test 69 of 191: Test _S4W (S4 Device Wake State).
SkippedSkipping test for non-existant object _S4W.
Test 70 of 191: Test _RST (Device Reset).
SkippedSkipping test for non-existant object _RST.
Test 71 of 191: Test _PRR (Power Resource for Reset).
SkippedSkipping test for non-existant object _PRR.
Test 72 of 191: Test _S0_ (S0 System State).
\_S0_ PM1a_CNT.SLP_TYP value: 0x00000000
\_S0_ PM1b_CNT.SLP_TYP value: 0x00000000
PASSED\_S0_ correctly returned a sane looking package.
Test 73 of 191: Test _S1_ (S1 System State).
SkippedSkipping test for non-existant object _S1_.
Test 74 of 191: Test _S2_ (S2 System State).
SkippedSkipping test for non-existant object _S2_.
Test 75 of 191: Test _S3_ (S3 System State).
\_S3_ PM1a_CNT.SLP_TYP value: 0x00000005
\_S3_ PM1b_CNT.SLP_TYP value: 0x00000005
PASSED\_S3_ correctly returned a sane looking package.
Test 76 of 191: Test _S4_ (S4 System State).
\_S4_ PM1a_CNT.SLP_TYP value: 0x00000006
\_S4_ PM1b_CNT.SLP_TYP value: 0x00000006
PASSED\_S4_ correctly returned a sane looking package.
Test 77 of 191: Test _S5_ (S5 System State).
\_S5_ PM1a_CNT.SLP_TYP value: 0x00000007
\_S5_ PM1b_CNT.SLP_TYP value: 0x00000007
PASSED\_S5_ correctly returned a sane looking package.
Test 78 of 191: Test _SWS (System Wake Source).
SkippedSkipping test for non-existant object _SWS.
Test 79 of 191: Test _PSS (Performance Supported States).
\_PR_.CPU0._PSS values:
P-State  Freq     Power  Latency   Bus Master
         (MHz)    (mW)    (us)    Latency (us)
   0      2601    28000    10        10
   1      2600    28000    10        10
   2      2500    26574    10        10
   3      2200    22459    10        10
   4      2000    19853    10        10
   5      1800    17601    10        10
   6      1500    14027    10        10
   7      1300    12007    10        10
   8      1100     9839    10        10
   9       900     7769    10        10
  10       754     5792    10        10
PASSED\_PR_.CPU0._PSS correctly returned a sane looking package.
Test 80 of 191: Test _CPC (Continuous Performance Control).
SkippedSkipping test for non-existant object _CPC.
Test 81 of 191: Test _CSD (C State Dependencies).
SkippedSkipping test for non-existant object _CSD.
Test 82 of 191: Test _CST (C States).
SkippedSkipping test for non-existant object _CST.
Test 83 of 191: Test _PCT (Performance Control).
PASSED\_PR_.CPU0._PCT correctly returned a sane looking package.
Test 84 of 191: Test _PDL (P-State Depth Limit).
SkippedSkipping test for non-existant object _PDL.
Test 85 of 191: Test _PPC (Performance Present Capabilities).
PASSED\_PR_.CPU0._PPC correctly returned an integer.
Test 86 of 191: Test _PPE (Polling for Platform Error).
SkippedSkipping test for non-existant object _PPE.
Test 87 of 191: Test _PSD (Power State Dependencies).
PASSED\_PR_.CPU0._PSD correctly returned a sane looking package.
Test 88 of 191: Test _PTC (Processor Throttling Control).
SkippedSkipping test for non-existant object _PTC.
Test 89 of 191: Test _TDL (T-State Depth Limit).
SkippedSkipping test for non-existant object _TDL.
Test 90 of 191: Test _TPC (Throttling Present Capabilities).
SkippedSkipping test for non-existant object _TPC.
Test 91 of 191: Test _TSD (Throttling State Dependencies).
SkippedSkipping test for non-existant object _TSD.
Test 92 of 191: Test _TSS (Throttling Supported States).
SkippedSkipping test for non-existant object _TSS.
Test 93 of 191: Test _PUR (Processor Utilization Request).
SkippedSkipping test for non-existant object _PUR.
Test 94 of 191: Test _MSG (Message).
SkippedSkipping test for non-existant object _MSG.
Test 95 of 191: Test _SST (System Status).
SkippedSkipping test for non-existant object _SST.
Test 96 of 191: Test _ALC (Ambient Light Colour Chromaticity).
SkippedSkipping test for non-existant object _ALC.
Test 97 of 191: Test _ALI (Ambient Light Illuminance).
PASSED\_SB_.PCI0.LPCB.ALS0._ALI correctly returned an integer.
Test 98 of 191: Test _ALT (Ambient Light Temperature).
SkippedSkipping test for non-existant object _ALT.
Test 99 of 191: Test _ALP (Ambient Light Polling).
SkippedSkipping test for non-existant object _ALP.
Test 100 of 191: Test _ALR (Ambient Light Response).
PASSED\_SB_.PCI0.LPCB.ALS0._ALR correctly returned a sane looking package.
Test 101 of 191: Test _LID (Lid Status).
PASSED\_SB_.LID0._LID correctly returned sane looking value 0x00000000.
Test 102 of 191: Test _GTF (Get Task File).
FAILED [MEDIUM]\_SB_.PCI0.RP06.SSD0.PRT0._GTF should return a buffer with size of multiple of 7.
Test 103 of 191: Test _GTM (Get Timing Mode).
SkippedSkipping test for non-existant object _GTM.
Test 104 of 191: Test _MBM (Memory Bandwidth Monitoring Data).
SkippedSkipping test for non-existant object _MBM.
Test 105 of 191: Test _UPC (USB Port Capabilities).
PASSED\_SB_.PCI0.XHC1.RHUB.HS01._UPC correctly returned a sane looking package.
PASSED\_SB_.PCI0.XHC1.RHUB.HS02._UPC correctly returned a sane looking package.
PASSED\_SB_.PCI0.XHC1.RHUB.HS03._UPC correctly returned a sane looking package.
PASSED\_SB_.PCI0.XHC1.RHUB.HS05._UPC correctly returned a sane looking package.
PASSED\_SB_.PCI0.XHC1.RHUB.SSP1._UPC correctly returned a sane looking package.
PASSED\_SB_.PCI0.XHC1.RHUB.SSP2._UPC correctly returned a sane looking package.
PASSED\_SB_.PCI0.XHC1.RHUB.SSP3._UPC correctly returned a sane looking package.
Test 106 of 191: Test _UPD (User Presence Detect).
SkippedSkipping test for non-existant object _UPD.
Test 107 of 191: Test _UPP (User Presence Polling).
SkippedSkipping test for non-existant object _UPP.
Test 108 of 191: Test _GCP (Get Capabilities).
SkippedSkipping test for non-existant object _GCP.
Test 109 of 191: Test _GRT (Get Real Time).
SkippedSkipping test for non-existant object _GRT.
Test 110 of 191: Test _GWS (Get Wake Status).
SkippedSkipping test for non-existant object _GWS.
Test 111 of 191: Test _CWS (Clear Wake Status).
SkippedSkipping test for non-existant object _CWS.
Test 112 of 191: Test _STP (Set Expired Timer Wake Policy).
SkippedSkipping test for non-existant object _STP.
Test 113 of 191: Test _STV (Set Timer Value).
SkippedSkipping test for non-existant object _STV.
Test 114 of 191: Test _TIP (Expired Timer Wake Policy).
SkippedSkipping test for non-existant object _TIP.
Test 115 of 191: Test _TIV (Timer Values).
SkippedSkipping test for non-existant object _TIV.
Test 116 of 191: Test _SBS (Smart Battery Subsystem).
PASSED\_SB_.PCI0.LPCB.EC__.SMB0.SBS0._SBS correctly returned value 1 Maximum 1 Smart Battery, system manager/selector present
Test 117 of 191: Test _BCT (Battery Charge Time).
SkippedSkipping test for non-existant object _BCT.
Test 118 of 191: Test _BIF (Battery Information).
PASSED\_SB_.BAT0._BIF correctly returned a sane looking package.
Test 119 of 191: Test _BIX (Battery Information Extended).
SkippedSkipping test for non-existant object _BIX.
Test 120 of 191: Test _BMA (Battery Measurement Averaging).
SkippedSkipping test for non-existant object _BMA.
Test 121 of 191: Test _BMC (Battery Maintenance Control).
SkippedSkipping test for non-existant object _BMC.
Test 122 of 191: Test _BMD (Battery Maintenance Data).
SkippedSkipping test for non-existant object _BMD.
Test 123 of 191: Test _BMS (Battery Measurement Sampling Time).
SkippedSkipping test for non-existant object _BMS.
Test 124 of 191: Test _BST (Battery Status).
PASSED\_SB_.BAT0._BST correctly returned a sane looking package.
Test 125 of 191: Test _BTP (Battery Trip Point).
SkippedSkipping test for non-existant object _BTP.
Test 126 of 191: Test _BTH (Battery Throttle Limit).
SkippedSkipping test for non-existant object _BTH.
Test 127 of 191: Test _BTM (Battery Time).
SkippedSkipping test for non-existant object _BTM.
Test 128 of 191: Test _PCL (Power Consumer List).
PASSED\_SB_.BAT0._PCL returned a sane package of 1 references.
FAILED [CRITICAL]Detected error 'Type' when evaluating '\_SB_.ADP1._PCL'.
AdviceThe type of an object is incorrect and does not match the expected type. ACPI will generally abort execution of the AML op-code that causes this error.
Test 129 of 191: Test _PIF (Power Source Information).
SkippedSkipping test for non-existant object _PIF.
Test 130 of 191: Test _PRL (Power Source Redundancy List).
SkippedSkipping test for non-existant object _PRL.
Test 131 of 191: Test _PSR (Power Source).
PASSED\_SB_.ADP1._PSR correctly returned sane looking value 0x00000000.
Test 132 of 191: Test _GAI (Get Averaging Level).
SkippedSkipping test for non-existant object _GAI.
Test 133 of 191: Test _GHL (Get Harware Limit).
SkippedSkipping test for non-existant object _GHL.
Test 134 of 191: Test _PMD (Power Meter Devices).
SkippedSkipping test for non-existant object _PMD.
Test 135 of 191: Test _PMM (Power Meter Measurement).
SkippedSkipping test for non-existant object _PMM.
Test 136 of 191: Test _FIF (Fan Information).
SkippedSkipping test for non-existant object _FIF.
Test 137 of 191: Test _FPS (Fan Performance States).
SkippedSkipping test for non-existant object _FPS.
Test 138 of 191: Test _FSL (Fan Set Level).
SkippedSkipping test for non-existant object _FSL.
Test 139 of 191: Test _FST (Fan Status).
SkippedSkipping test for non-existant object _FST.
Test 140 of 191: Test _ACx (Active Cooling).
SkippedSkipping test for non-existant object _AC0.
SkippedSkipping test for non-existant object _AC1.
SkippedSkipping test for non-existant object _AC2.
SkippedSkipping test for non-existant object _AC3.
SkippedSkipping test for non-existant object _AC4.
SkippedSkipping test for non-existant object _AC5.
SkippedSkipping test for non-existant object _AC6.
SkippedSkipping test for non-existant object _AC7.
SkippedSkipping test for non-existant object _AC8.
SkippedSkipping test for non-existant object _AC9.
Test 141 of 191: Test _ART (Active Cooling Relationship Table).
SkippedSkipping test for non-existant object _ART.
Test 142 of 191: Test _CRT (Critical Trip Point).
SkippedSkipping test for non-existant object _CRT.
Test 143 of 191: Test _CR3 (Warm/Standby Temperature).
SkippedSkipping test for non-existant object _CR3.
Test 144 of 191: Test _DTI (Device Temperature Indication).
SkippedSkipping test for non-existant object _DTI.
Test 145 of 191: Test _HOT (Hot Temperature).
SkippedSkipping test for non-existant object _HOT.
Test 146 of 191: Test _MTL (Minimum Throttle Limit).
SkippedSkipping test for non-existant object _MTL.
Test 147 of 191: Test _NTT (Notification Temp Threshold).
SkippedSkipping test for non-existant object _NTT.
Test 148 of 191: Test _PSL (Passive List).
SkippedSkipping test for non-existant object _PSL.
Test 149 of 191: Test _PSV (Passive Temp).
SkippedSkipping test for non-existant object _PSV.
Test 150 of 191: Test _RTV (Relative Temp Values).
SkippedSkipping test for non-existant object _RTV.
Test 151 of 191: Test _SCP (Set Cooling Policy).
SkippedSkipping test for non-existant object _DTI.
Test 152 of 191: Test _TC1 (Thermal Constant 1).
SkippedSkipping test for non-existant object _TC1.
Test 153 of 191: Test _TC2 (Thermal Constant 2).
SkippedSkipping test for non-existant object _TC2.
Test 154 of 191: Test _TFP (Thermal fast Sampling Period).
SkippedSkipping test for non-existant object _TFP.
Test 155 of 191: Test _TMP (Thermal Zone Current Temp).
SkippedSkipping test for non-existant object _TMP.
Test 156 of 191: Test _TPT (Trip Point Temperature).
SkippedSkipping test for non-existant object _TPT.
Test 157 of 191: Test _TRT (Thermal Relationship Table).
SkippedSkipping test for non-existant object _TRT.
Test 158 of 191: Test _TSN (Thermal Sensor Device).
SkippedSkipping test for non-existant object _TSN.
Test 159 of 191: Test _TSP (Thermal Sampling Period).
SkippedSkipping test for non-existant object _TSP.
Test 160 of 191: Test _TST (Temperature Sensor Threshold).
SkippedSkipping test for non-existant object _TST.
Test 161 of 191: Test _TZD (Thermal Zone Devices).
SkippedSkipping test for non-existant object _TZD.
Test 162 of 191: Test _TZM (Thermal Zone member).
SkippedSkipping test for non-existant object _TZM.
Test 163 of 191: Test _TZP (Thermal Zone Polling).
SkippedSkipping test for non-existant object _TZP.
Test 164 of 191: Test _GPE (General Purpose Events).
PASSED\_SB_.PCI0.LPCB.EC__._GPE returned an integer 0x0000004e
PASSED\_SB_.PCI0.RP03.ARPT._GPE returned an integer 0x0000005b
PASSED\_SB_.PCI0.RP05.UPSB.DSB0.NHI0._GPE returned an integer 0x0000004d
PASSED\_SB_.PCI0.XHC1._GPE returned an integer 0x0000006d
PASSED\_SB_.PCI0.XHC1.RHUB.SSP3._GPE returned an integer 0x0000003b
Test 165 of 191: Test _EC (EC Offset Query).
SkippedSkipping test for non-existant object _EC.
Test 166 of 191: Test _PTS (Prepare to Sleep).
Test _PTS(1).
PASSED\_PTS returned no values as expected.
Test _PTS(2).
PASSED\_PTS returned no values as expected.
Test _PTS(3).
ACPICA Exception AE_AML_INFINITE_LOOP during execution of method CMPE
WarningDetected an infinite loop when evaluating method '\_PTS'.
AdviceThis may occur because we are emulating the execution in this test environment and cannot handshake with the embedded controller or jump to the BIOS via SMIs. However, the fact that AML code spins forever means that lockup conditions are not being checked for in the AML bytecode.
Test _PTS(4).
PASSED\_PTS returned no values as expected.
Test _PTS(5).
PASSED\_PTS returned no values as expected.
Test 167 of 191: Test _TTS (Transition to State).
Test _TTS(1) Transition To State S1.
PASSED\_TTS returned no values as expected.
Test _TTS(2) Transition To State S2.
PASSED\_TTS returned no values as expected.
Test _TTS(3) Transition To State S3.
PASSED\_TTS returned no values as expected.
Test _TTS(4) Transition To State S4.
PASSED\_TTS returned no values as expected.
Test _TTS(5) Transition To State S5.
PASSED\_TTS returned no values as expected.
Test 168 of 191: Test _S0 (System S0 State).
SkippedSkipping test for non-existant object _S0.
Test 169 of 191: Test _S1 (System S1 State).
SkippedSkipping test for non-existant object _S1.
Test 170 of 191: Test _S2 (System S2 State).
SkippedSkipping test for non-existant object _S2.
Test 171 of 191: Test _S3 (System S3 State).
SkippedSkipping test for non-existant object _S3.
Test 172 of 191: Test _S4 (System S4 State).
SkippedSkipping test for non-existant object _S4.
Test 173 of 191: Test _S5 (System S5 State).
SkippedSkipping test for non-existant object _S5.
Test 174 of 191: Test _WAK (System Wake).
Test _WAK(1) System Wake, State S1.
PASSED\_WAK correctly returned a sane looking package.
Test _WAK(2) System Wake, State S2.
PASSED\_WAK correctly returned a sane looking package.
Test _WAK(3) System Wake, State S3.
PASSED\_WAK correctly returned a sane looking package.
Test _WAK(4) System Wake, State S4.
PASSED\_WAK correctly returned a sane looking package.
Test _WAK(5) System Wake, State S5.
PASSED\_WAK correctly returned a sane looking package.
Test 175 of 191: Test _ADR (Return Unique ID for Device).
PASSED\_SB_.PCI0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.MCHC._ADR correctly returned an integer.
PASSED\_SB_.PCI0.P0P2._ADR correctly returned an integer.
PASSED\_SB_.PCI0.IGPU._ADR correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD01._ADR correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD02._ADR correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD03._ADR correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD04._ADR correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD05._ADR correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD06._ADR correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD07._ADR correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD08._ADR correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD1F._ADR correctly returned an integer.
PASSED\_SB_.PCI0.SBUS._ADR correctly returned an integer.
PASSED\_SB_.PCI0.SBUS.BUS0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.SBUS.BUS1._ADR correctly returned an integer.
PASSED\_SB_.PCI0.LPCB._ADR correctly returned an integer.
PASSED\_SB_.PCI0.HDEF._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP01._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP02._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP02.CMRA._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP03._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP03.ARPT._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB0.NHI0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB0.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB0.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB3._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB3.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB4._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB4.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB5._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB6._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB0.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB3._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB3.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB4._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB4.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB5._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB6._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB5._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB6._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB0.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB0.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB3._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB3.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB4._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB4.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB5._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB6._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB0.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB3._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB3.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB4._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB4.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB5._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB6._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB5._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB6._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB0.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB0.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB3._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB3.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB4._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB4.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB5._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB6._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB0.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB3._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB3.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB4._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB4.DEV0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB5._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB6._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB5._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB6._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP05.UPSB.DSB4._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP06._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP06.SSD0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.RP06.SSD0.PRT0._ADR correctly returned an integer.
PASSED\_SB_.PCI0.XHC1._ADR correctly returned an integer.
PASSED\_SB_.PCI0.XHC1.RHUB._ADR correctly returned an integer.
PASSED\_SB_.PCI0.XHC1.RHUB.HS01._ADR correctly returned an integer.
PASSED\_SB_.PCI0.XHC1.RHUB.HS02._ADR correctly returned an integer.
PASSED\_SB_.PCI0.XHC1.RHUB.HS03._ADR correctly returned an integer.
PASSED\_SB_.PCI0.XHC1.RHUB.HS05._ADR correctly returned an integer.
PASSED\_SB_.PCI0.XHC1.RHUB.SSP1._ADR correctly returned an integer.
PASSED\_SB_.PCI0.XHC1.RHUB.SSP2._ADR correctly returned an integer.
PASSED\_SB_.PCI0.XHC1.RHUB.SSP3._ADR correctly returned an integer.
PASSED\_SB_.PCI0.HDAU._ADR correctly returned an integer.
PASSED\_SB_.PNLF._ADR correctly returned an integer.
Test 176 of 191: Test _BCL (Query List of Brightness Control Levels Supported).
Brightness levels for \_SB_.PCI0.IGPU.DD01._BCL:
  Level on full power   : 87
  Level on battery power: 53
  Brightness Levels     : 0, 7, 13, 20, 27, 33, 40, 47, 53, 60, 67, 73, 80, 87, 93, 100
PASSED\_SB_.PCI0.IGPU.DD01._BCL returned a sane package of 18 integers.
Test 177 of 191: Test _BCM (Set Brightness Level).
FAILED [MEDIUM]\_SB_.PCI0.IGPU.DD01._BCM returned values, but was expected to return nothing.
Object returned:
  INTEGER: 0x00000000
AdviceThis probably won't cause any errors, but it should be fixed as the AML code is not conforming to the expected behaviour as described in the ACPI specification.
Test 178 of 191: Test _BQC (Brightness Query Current Level).
PASSED\_SB_.PCI0.IGPU.DD01._BQC correctly returned an integer.
Test 179 of 191: Test _DCS (Return the Status of Output Device).
PASSED\_SB_.PCI0.IGPU.DD01._DCS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD02._DCS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD03._DCS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD04._DCS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD05._DCS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD06._DCS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD07._DCS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD08._DCS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD1F._DCS correctly returned an integer.
Test 180 of 191: Test _DDC (Return the EDID for this Device).
SkippedSkipping test for non-existant object _DDC.
Test 181 of 191: Test _DSS (Device Set State).
PASSED\_SB_.PCI0.IGPU.DD01._DSS returned no values as expected.
PASSED\_SB_.PCI0.IGPU.DD02._DSS returned no values as expected.
PASSED\_SB_.PCI0.IGPU.DD03._DSS returned no values as expected.
PASSED\_SB_.PCI0.IGPU.DD04._DSS returned no values as expected.
PASSED\_SB_.PCI0.IGPU.DD05._DSS returned no values as expected.
PASSED\_SB_.PCI0.IGPU.DD06._DSS returned no values as expected.
PASSED\_SB_.PCI0.IGPU.DD07._DSS returned no values as expected.
PASSED\_SB_.PCI0.IGPU.DD08._DSS returned no values as expected.
PASSED\_SB_.PCI0.IGPU.DD1F._DSS returned no values as expected.
Test 182 of 191: Test _DGS (Query Graphics State).
PASSED\_SB_.PCI0.IGPU.DD01._DGS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD02._DGS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD03._DGS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD04._DGS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD05._DGS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD06._DGS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD07._DGS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD08._DGS correctly returned an integer.
PASSED\_SB_.PCI0.IGPU.DD1F._DGS correctly returned an integer.
Test 183 of 191: Test _DOD (Enumerate All Devices Attached to Display Adapter).
Device 0:
  Instance:                0
  Display port attachment: 0
  Type of display:         4 (Internal/Integrated Digital Flat Panel)
  BIOS can detect device:  0
  Non-VGA device:          0
  Head or pipe ID:         0
PASSED\_SB_.PCI0.IGPU._DOD correctly returned a sane looking package.
Test 184 of 191: Test _DOS (Enable/Disable Output Switching).
PASSED\_SB_.PCI0.IGPU._DOS returned no values as expected.
Test 185 of 191: Test _GPD (Get POST Device).
SkippedSkipping test for non-existant object _GPD.
Test 186 of 191: Test _ROM (Get ROM Data).
SkippedSkipping test for non-existant object _ROM.
Test 187 of 191: Test _SPD (Set POST Device).
SkippedSkipping test for non-existant object _SPD.
Test 188 of 191: Test _VPO (Video POST Options).
SkippedSkipping test for non-existant object _VPO.
Test 189 of 191: Test _CBA (Configuration Base Address).
SkippedSkipping test for non-existant object _CBA.
Test 190 of 191: Test _IFT (IPMI Interface Type).
SkippedSkipping test for non-existant object _IFT.
Test 191 of 191: Test _SRV (IPMI Interface Revision).
SkippedSkipping test for non-existant object _SRV.
539 passed, 8 failed, 1 warning, 0 aborted, 149 skipped, 0 info only.
msdm: MSDM Microsoft Data Management Table test.
ErrorACPI MSDM table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
mchi: MCHI Management Controller Host Interface Table test.
ErrorACPI MCHI table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
mcfg: MCFG PCI Express* memory mapped config space test.
Test 1 of 2: Validate MCFG table.
This test tries to validate the MCFG table by comparing the first 16 bytes in the MMIO mapped config space with the 'traditional' config space of the first PCI device (root bridge). The MCFG data is only trusted if it is marked reserved in the UEFI run-time service memory map
Memory Map Layout
-----------------
0x0000000000000000 - 0x0000000000057fff (System RAM)
0x0000000000058000 - 0x0000000000058fff (reserved)
0x0000000000059000 - 0x000000000008efff (System RAM)
0x000000000008f000 - 0x000000000008ffff (reserved)
0x0000000000090000 - 0x000000000009ffff (System RAM)
0x00000000000a0000 - 0x00000000000bffff (reserved)
0x0000000000100000 - 0x000000008ad13fff (System RAM)
0x000000008ad14000 - 0x000000008ad52fff (ACPI Non-volatile Storage)
0x000000008ad53000 - 0x000000008ad61fff (System RAM)
0x000000008ad62000 - 0x000000008ad8efff (ACPI Non-volatile Storage)
0x000000008ad8f000 - 0x000000008ae38fff (System RAM)
0x000000008ae39000 - 0x000000008ae8efff (reserved)
0x000000008ae8f000 - 0x000000008aecffff (System RAM)
0x000000008aed0000 - 0x000000008aefefff (reserved)
0x000000008aeff000 - 0x000000008af7bfff (System RAM)
0x000000008af7c000 - 0x000000008afe4fff (reserved)
0x000000008afe5000 - 0x000000008affffff (System RAM)
0x000000008b000000 - 0x000000008f9fffff (reserved)
0x00000000e00f8000 - 0x00000000e00f8fff (reserved)
0x00000000fed1c000 - 0x00000000fed1ffff (reserved)
0x00000000ffe10000 - 0x00000000ffe3ffff (reserved)
0x0000000100000000 - 0x000000046f5fffff (System RAM)
MCFG table found, size is 16 bytes (excluding header) (1 entries).
Configuration Entry #0:
  Base Address  : 0xe0000000
  Segment       : 0
  Start bus     : 0
  End bus       : 155
FAILED [LOW]MCFG MMIO config space at 0xe0000000 is not reserved in the memory map table
AdviceThe PCI Express specification states that the PCI Express configuration space should be defined in the MCFG table and *maybe* optionally defined in the UEFI run-time service memory map if ACPI MCFG is present. Linux checks if the region is reserved in the memory map table and will reject the MMCONFIG if there is a discrepency between MCFG and the memory map table for the PCI Express region. [See arch/x86/pci/mmconfig-shared.c pci_mmcfg_reject_broken()]. It is recommended that this is defined in the UEFI run-time service memory map table for Linux.
Test 2 of 2: Validate MCFG PCI config space.
PASSEDPCI config space verified.
1 passed, 1 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
madt: MADT Multiple APIC Description Table test.
Test 1 of 1: MADT Multiple APIC Description Table test.
PASSEDNo issues found in MADT table.
1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
lpit: LPIT Low Power Idle Table test.
ErrorACPI LPIT table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
iort: IORT IO Remapping Table test.
ErrorACPI IORT table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
hpet: HPET IA-PC High Precision Event Timer Table tests.
Test 1 of 4: Test HPET base in kernel log.
This test checks the HPET PCI BAR for each timer block in the timer. The base address is passed by the firmware via an ACPI table. IRQ routing and initialization is also verified by the test.
PASSEDFound HPET base 0xfed00000 in kernel log.
Test 2 of 4: Test HPET base in HPET table.
Hardware ID of Event Block:
  PCI Vendor ID              : 0x8086
  Legacy IRQ Routing Capable : 1
  COUNT_SIZE_CAP counter size: 1
  Number of comparitors      : 2
  Hardwre Revision ID        : 0x1
Lower 32 bit base Address    : 0xfed00000
  Address Space ID           : 0x0
  Register Bit Width         : 0x40
  Register Bit Offset        : 0x0
  Address Width              : 0x0
HPET sequence number         : 0x0
Minimum clock tick           : 0x80
Page Protection              : 0x0 (No guaranteed protection)
OEM attributes               : 0x0
PASSEDHPET looks sane.
Test 3 of 4: Test HPET base in DSDT and/or SSDT.
PASSEDHPET base matches that between DSDT and the kernel (0xfed00000).
Test 4 of 4: Test HPET configuration.
PASSEDVendor ID looks sane: 0x8086.
PASSEDValid clock period 69841279.
5 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
hest: HEST Hardware Error Source Table test.
ErrorACPI HEST table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
gtdt: GTDT Generic Timer Description Table test.
ErrorACPI GTDT table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
fpdt: FPDT Firmware Performance Data Table test.
ErrorACPI FPDT table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
fan: Simple fan tests.
Test 1 of 2: Test fan status.
Test how many fans there are in the system. Check for the current status of the fan(s).
PASSEDFan cooling_device0 of type Processor has max cooling state 10 and current cooling state 0.
PASSEDFan cooling_device1 of type Processor has max cooling state 10 and current cooling state 0.
PASSEDFan cooling_device2 of type Processor has max cooling state 10 and current cooling state 0.
PASSEDFan cooling_device3 of type Processor has max cooling state 10 and current cooling state 0.
PASSEDFan cooling_device4 of type LCD has max cooling state 100 and current cooling state 0.
FAILED [MEDIUM]Fan present but has no cur_state present.
Test 2 of 2: Load system, check CPU fan status.
Test how many fans there are in the system. Check for the current status of the fan(s).
Loading CPUs for 20 seconds to try and get fan speeds to change.
Fan cooling_device0 current state did not change from value 0 while CPUs were busy.
Fan cooling_device1 current state did not change from value 0 while CPUs were busy.
Fan cooling_device2 current state did not change from value 0 while CPUs were busy.
Fan cooling_device3 current state did not change from value 0 while CPUs were busy.
AdviceDid not detect any change in the CPU related thermal cooling device states. It could be that the devices are returning static information back to the driver and/or the fan speed is automatically being controlled by firmware using System Management Mode in which case the kernel interfaces being examined may not work anyway.
5 passed, 1 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
fadt: FADT Fixed ACPI Description Table tests.
Test 1 of 3: Test FADT ACPI Description Table tests.
PASSEDNo issues found in FADT table.
Test 2 of 3: Test FADT SCI_EN bit is enabled.
FADT Preferred PM Profile: 2 (Mobile) +
FADT is greater than ACPI version 1.0
PASSEDSCI_EN bit in PM1a Control Register Block is enabled.
Test 3 of 3: Test FADT reset register.
PASSEDFADT reset register width is 8 bits wide as expected.
PASSEDFADT register bit offset is 0 as expected.
4 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
facs: FACS Firmware ACPI Control Structure test.
Test 1 of 1: FACS Firmware ACPI Control Structure test.
FACS Firmware ACPI Control Structure:
  Signature:                'FACS'
  Length:                   0x00000040
  Hardware Signature:       0x00000000
  Firmware Waking Vector:   0x00000000
  Global Lock:              0x00000000
  Flags:                    0x00000000
  X-Firmware Waking Vector: 0x0000000000000000
  Version:                  0x01
  Reserved:                 0x00 0x00 0x00
  OSPM Flags:               0x00000000
  Reserved:                 0x00 0x00 0x00 0x00
  Reserved:                 0x00 0x00 0x00 0x00
  Reserved:                 0x00 0x00 0x00 0x00
  Reserved:                 0x00 0x00 0x00 0x00
  Reserved:                 0x00 0x00 0x00 0x00
  Reserved:                 0x00 0x00 0x00 0x00
PASSEDNo issues found in FACS table.
1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
erst: ERST Error Record Serialization Table test.
ErrorACPI ERST table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
ecdt: ECDT Embedded Controller Boot Resources Table test.
Test 1 of 1: ECDT Embedded Controller Boot Resources Table test.
ECDT Embedded Controller Boot Resources Table:
  EC_CONTROL:
    Address Space ID:       0x01
    Register Bit Width      0x08
    Register Bit Offset     0x00
    Access Size             0x00
    Address                 0x0000000000000066
  EC_DATA:
    Address Space ID:       0x01
    Register Bit Width      0x08
    Register Bit Offset     0x00
    Access Size             0x00
    Address                 0x0000000000000062
  UID:                      0x00000000
  GPE_BIT:                  0x4e
  EC_ID:                    '\_SB.PCI0.LPCB.EC'
PASSEDFound and evaluated \_SB.PCI0.LPCB.EC._UID, returns expected value 0x0
PASSEDNo issues found in ECDT table.
2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
dmar: DMA Remapping (VT-d) test.
Test 1 of 1: DMA Remapping test.
PASSEDDMAR ACPI table has passed test.
PASSEDFound no DMAR errors in kernel log.
2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
dbg2: DBG2 (Debug Port Table 2) test.
ErrorACPI DBG2 table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
dbgp: DBGP (Debug Port) Table test.
ErrorACPI DBGP table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
cstates: Processor C state support test.
Test 1 of 1: Test all CPUs C-states.
This test checks if all processors have the same number of C-states, if the C-state counter works and if C-state transitions happen.
PASSEDProcessor 0 has reached all C-states: C1 C3 C6 C7 C8 C9 C10
Processor 1 has not reached C1 C6 C7 during tests. This is not a failure, however it is not a complete and thorough test.
PASSEDProcessor 1 has the same number of C-states as processor 0
Processor 2 has not reached C1 during tests. This is not a failure, however it is not a complete and thorough test.
PASSEDProcessor 2 has the same number of C-states as processor 0
Processor 3 has not reached C3 C7 during tests. This is not a failure, however it is not a complete and thorough test.
PASSEDProcessor 3 has the same number of C-states as processor 0
4 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
csrt: CSRT Core System Resource Table test.
ErrorACPI CSRT table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
cpep: CPEP Corrected Platform Error Polling Table test.
ErrorACPI CPEP table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
checksum: ACPI table checksum test.
Test 1 of 1: ACPI table checksum test.
PASSEDTable RSDP has correct checksum 0x0f.
PASSEDTable RSDP has correct extended checksum 0xd9.
PASSEDTable XSDT has correct checksum 0xdf
PASSEDTable DSDT has correct checksum 0x14
PASSEDTable FACP has correct checksum 0xc0
PASSEDTable HPET has correct checksum 0x8c
PASSEDTable APIC has correct checksum 0x5f
PASSEDTable SBST has correct checksum 0x84
PASSEDTable ECDT has correct checksum 0x02
PASSEDTable SSDT has correct checksum 0x6b
PASSEDTable SSDT has correct checksum 0xbb
PASSEDTable SSDT has correct checksum 0xbe
PASSEDTable SSDT has correct checksum 0xb3
PASSEDTable SSDT has correct checksum 0x3c
PASSEDTable SSDT has correct checksum 0x25
PASSEDTable SSDT has correct checksum 0x4c
PASSEDTable SSDT has correct checksum 0xf0
PASSEDTable SSDT has correct checksum 0x51
PASSEDTable MCFG has correct checksum 0x58
PASSEDTable DMAR has correct checksum 0xdc
PASSEDTable RSDT has correct checksum 0x25
21 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
autobrightness: Automated LCD brightness test.
Test 1 of 2: Test for maximum and actual brightness.
PASSEDMaximum brightness for intel_backlight is 1388 which is sane.
PASSEDActual brightness for intel_backlight is 1388 which is in range 0..1388.
PASSEDMaximum brightness for acpi_video0 is 100 which is sane.
PASSEDActual brightness for acpi_video0 is 100 which is in range 0..100.
Test 2 of 2: Change actual brightness.
PASSEDActual brightness matches the brightnesss level for all 1388 levels for backlight intel_backlight.
PASSEDActual brightness matches the brightnesss level for all 100 levels for backlight acpi_video0.
6 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
boot: BOOT Table test.
ErrorACPI BOOT table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
bgrt: BGRT Boot Graphics Resource Table test.
ErrorACPI BGRT table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
bert: BERT Boot Error Record Table test.
ErrorACPI BERT table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
aspt: ASPT Table test.
ErrorACPI ASPT table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
asf: ASF! Alert Standard Format Table test.
ErrorACPI ASF! table does not exist, skipping test
0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only.
apicinstance: Test for single instance of APIC/MADT table.
Test 1 of 1: Test for single instance of APIC/MADT table.
Found APIC/MADT table APIC @ 8ad8a000, length 0x188 +
PASSEDFound 1 APIC/MADT table(s), as expected.
1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
acpitables: ACPI table headers sanity tests.
Test 1 of 1: Test ACPI headers.
PASSEDTable XSDT has valid signature and ID strings.
PASSEDTable DSDT has valid signature and ID strings.
PASSEDTable FACP has valid signature and ID strings.
PASSEDTable HPET has valid signature and ID strings.
PASSEDTable APIC has valid signature and ID strings.
PASSEDTable SBST has valid signature and ID strings.
PASSEDTable ECDT has valid signature and ID strings.
PASSEDTable SSDT has valid signature and ID strings.
WarningACPI Table SSDT is empty and just contains a table header. Further header checks will be omitted.
PASSEDTable SSDT has valid signature and ID strings.
PASSEDTable SSDT has valid signature and ID strings.
PASSEDTable SSDT has valid signature and ID strings.
PASSEDTable SSDT has valid signature and ID strings.
PASSEDTable SSDT has valid signature and ID strings.
PASSEDTable SSDT has valid signature and ID strings.
PASSEDTable SSDT has valid signature and ID strings.
PASSEDTable MCFG has valid signature and ID strings.
PASSEDTable DMAR has valid signature and ID strings.
PASSEDTable RSDT has valid signature and ID strings.
18 passed, 0 failed, 1 warning, 0 aborted, 0 skipped, 0 info only.
Summary
843 passed, 252 failed, 24 warnings, 3 aborted, 209 skipped, 10 info only.
Test Failure Summary
Critical failures: 1
 method: Detected error 'Type' when evaluating '\_SB_.ADP1._PCL'.
High failures: 122
 uefirtauthvar: Failed to get authenticated variable with UEFI runtime service.
 uefirtauthvar: Set authenticated variable expected fail but success
 securebootcert: The secure boot variable SecureBoot not found.
 securebootcert: The secure boot variable SetupMode not found.
 uefirtvariable: Failed to get variable with right attributes, attributes we got is 2147483655, but it should be 7.
 uefirtvariable: Expected EFI_INVALID_PARAMETER with NULL VariableName.
 uefirtvariable: Failed to set variable with right attributes, attributes we got is 2147483655, but it should both be 7.
 dmicheck: Invald header length of entry #40, length was 0x00.
 syntaxcheck: Assembler error in line 23
 syntaxcheck: Compilation aborted early due to a parser detected syntax error.
 syntaxcheck: Assembler error in line 618
 syntaxcheck: Assembler error in line 619
 syntaxcheck: Assembler error in line 620
 syntaxcheck: Assembler error in line 621
 syntaxcheck: Assembler error in line 622
 syntaxcheck: Assembler error in line 623
 syntaxcheck: Assembler error in line 624
 syntaxcheck: Assembler error in line 625
 syntaxcheck: Assembler error in line 626
 syntaxcheck: Assembler error in line 627
 syntaxcheck: Assembler error in line 628
 syntaxcheck: Assembler error in line 629
 syntaxcheck: Assembler error in line 630
 syntaxcheck: Assembler error in line 631
 syntaxcheck: Assembler error in line 632
 syntaxcheck: Assembler error in line 633
 syntaxcheck: Assembler error in line 650
 syntaxcheck: Assembler error in line 651
 syntaxcheck: Assembler error in line 652
 syntaxcheck: Assembler error in line 653
 syntaxcheck: Assembler error in line 654
 syntaxcheck: Assembler error in line 655
 syntaxcheck: Assembler error in line 656
 syntaxcheck: Assembler error in line 657
 syntaxcheck: Assembler error in line 658
 syntaxcheck: Assembler error in line 659
 syntaxcheck: Assembler error in line 660
 syntaxcheck: Assembler error in line 661
 syntaxcheck: Assembler error in line 662
 syntaxcheck: Assembler error in line 663
 syntaxcheck: Assembler error in line 664
 syntaxcheck: Assembler error in line 665
 syntaxcheck: Assembler error in line 682
 syntaxcheck: Assembler error in line 683
 syntaxcheck: Assembler error in line 684
 syntaxcheck: Assembler error in line 685
 syntaxcheck: Assembler error in line 686
 syntaxcheck: Assembler error in line 687
 syntaxcheck: Assembler error in line 688
 syntaxcheck: Assembler error in line 689
 syntaxcheck: Assembler error in line 690
 syntaxcheck: Assembler error in line 691
 syntaxcheck: Assembler error in line 692
 syntaxcheck: Assembler error in line 693
 syntaxcheck: Assembler error in line 694
 syntaxcheck: Assembler error in line 695
 syntaxcheck: Assembler error in line 696
 syntaxcheck: Assembler error in line 697
 syntaxcheck: Assembler error in line 713
 syntaxcheck: Assembler error in line 714
 syntaxcheck: Assembler error in line 715
 syntaxcheck: Assembler error in line 716
 syntaxcheck: Assembler error in line 717
 syntaxcheck: Assembler error in line 718
 syntaxcheck: Assembler error in line 719
 syntaxcheck: Assembler error in line 720
 syntaxcheck: Assembler error in line 721
 syntaxcheck: Assembler error in line 722
 syntaxcheck: Assembler error in line 723
 syntaxcheck: Assembler error in line 724
 syntaxcheck: Assembler error in line 725
 syntaxcheck: Assembler error in line 726
 syntaxcheck: Assembler error in line 727
 syntaxcheck: Assembler error in line 728
 syntaxcheck: Assembler error in line 744
 syntaxcheck: Assembler error in line 745
 syntaxcheck: Assembler error in line 746
 syntaxcheck: Assembler error in line 747
 syntaxcheck: Assembler error in line 748
 syntaxcheck: Assembler error in line 749
 syntaxcheck: Assembler error in line 750
 syntaxcheck: Assembler error in line 751
 syntaxcheck: Assembler error in line 752
 syntaxcheck: Assembler error in line 753
 syntaxcheck: Assembler error in line 754
 syntaxcheck: Assembler error in line 755
 syntaxcheck: Assembler error in line 756
 syntaxcheck: Assembler error in line 757
 syntaxcheck: Assembler error in line 758
 syntaxcheck: Assembler error in line 759
 syntaxcheck: Assembler error in line 775
 syntaxcheck: Assembler error in line 776
 syntaxcheck: Assembler error in line 777
 syntaxcheck: Assembler error in line 778
 syntaxcheck: Assembler error in line 779
 syntaxcheck: Assembler error in line 780
 syntaxcheck: Assembler error in line 781
 syntaxcheck: Assembler error in line 782
 syntaxcheck: Assembler error in line 783
 syntaxcheck: Assembler error in line 784
 syntaxcheck: Assembler error in line 785
 syntaxcheck: Assembler error in line 786
 syntaxcheck: Assembler error in line 787
 syntaxcheck: Assembler error in line 788
 syntaxcheck: Assembler error in line 789
 syntaxcheck: Assembler error in line 790
 syntaxcheck: Assembler error in line 806
 syntaxcheck: Assembler error in line 807
 syntaxcheck: Assembler error in line 808
 syntaxcheck: Assembler error in line 809
 syntaxcheck: Assembler error in line 810
 syntaxcheck: Assembler error in line 811
 syntaxcheck: Assembler error in line 812
 syntaxcheck: Assembler error in line 813
 syntaxcheck: Assembler error in line 814
 syntaxcheck: Assembler error in line 815
 syntaxcheck: Assembler error in line 816
 syntaxcheck: Assembler error in line 817
 syntaxcheck: Assembler error in line 818
 syntaxcheck: Assembler error in line 819
 syntaxcheck: Assembler error in line 820
 syntaxcheck: Assembler error in line 821
Medium failures: 50
 mtrr: Memory range 0x1000 to 0x57fff (System RAM) has incorrect attribute Default (Most probably Uncached).
 mtrr: Memory range 0x1000 to 0x57fff (System RAM) is lacking attribute Write-Back.
 mtrr: Memory range 0x59000 to 0x8efff (System RAM) has incorrect attribute Default (Most probably Uncached).
 mtrr: Memory range 0x59000 to 0x8efff (System RAM) is lacking attribute Write-Back.
 mtrr: Memory range 0x90000 to 0x9ffff (System RAM) has incorrect attribute Default (Most probably Uncached).
 mtrr: Memory range 0x90000 to 0x9ffff (System RAM) is lacking attribute Write-Back.
 mtrr: Memory range 0x100000 to 0x8ad13fff (System RAM) has incorrect attribute Default (Most probably Uncached).
 mtrr: Memory range 0x100000 to 0x8ad13fff (System RAM) is lacking attribute Write-Back.
 mtrr: Memory range 0x8ad53000 to 0x8ad61fff (System RAM) has incorrect attribute Default (Most probably Uncached).
 mtrr: Memory range 0x8ad53000 to 0x8ad61fff (System RAM) is lacking attribute Write-Back.
 mtrr: Memory range 0x8ad8f000 to 0x8ae38fff (System RAM) has incorrect attribute Default (Most probably Uncached).
 mtrr: Memory range 0x8ad8f000 to 0x8ae38fff (System RAM) is lacking attribute Write-Back.
 mtrr: Memory range 0x8ae8f000 to 0x8aecffff (System RAM) has incorrect attribute Default (Most probably Uncached).
 mtrr: Memory range 0x8ae8f000 to 0x8aecffff (System RAM) is lacking attribute Write-Back.
 mtrr: Memory range 0x8aeff000 to 0x8af7bfff (System RAM) has incorrect attribute Default (Most probably Uncached).
 mtrr: Memory range 0x8aeff000 to 0x8af7bfff (System RAM) is lacking attribute Write-Back.
 mtrr: Memory range 0x8afe5000 to 0x8affffff (System RAM) has incorrect attribute Default (Most probably Uncached).
 mtrr: Memory range 0x8afe5000 to 0x8affffff (System RAM) is lacking attribute Write-Back.
 mtrr: Memory range 0x90000000 to 0x9fffffff (0000:02:00.0) has incorrect attribute Uncached.
 mtrr: Memory range 0xa0000000 to 0xafffffff (0000:00:02.0) has incorrect attribute Uncached.
 mtrr: Memory range 0x100000000 to 0x46f5fffff (System RAM) has incorrect attribute Default (Most probably Uncached).
 mtrr: Memory range 0x100000000 to 0x46f5fffff (System RAM) is lacking attribute Write-Back.
 dmicheck: The size of a DMI entry 40 is illegal, DMI data is either wrong or the SMBIOS Table Pointer is pointing to the wrong memory region.
 dmicheck: String index 0x05 in table entry 'Base Board Information (Type 2)' @ 0x8ad143fc, field 'Asset Tag', offset 0x08 has a default value 'Base Board Asset Tag#' and probably has not been updated by the BIOS vendor.
 dmicheck: DMI table length was 2523 bytes (as specified by the SMBIOS header) but the DMI entries used 2112 bytes.
 dmicheck: DMI table was DMI 43 entries in size (as specified by the SMBIOS header) but only 40 DMI entries were found.
 cpufreq: CPU max frequency is unreachable
 cpufreq: Can't set CPU frequencies
 apicedge: Non-Legacy interrupt 0 is incorrectly level triggered.
 apicedge: Non-Legacy interrupt 8 is incorrectly level triggered.
 syntaxcheck: Assembler warning in line 2295
 syntaxcheck: Assembler warning in line 5694
 syntaxcheck: Assembler warning in line 7414
 syntaxcheck: Assembler warning in line 7465
 syntaxcheck: Assembler warning in line 123
 syntaxcheck: Assembler warning in line 257
 syntaxcheck: Assembler warning in line 324
 syntaxcheck: Assembler warning in line 371
 syntaxcheck: Assembler warning in line 418
 syntaxcheck: Assembler warning in line 465
 syntaxcheck: Assembler warning in line 512
 syntaxcheck: Assembler warning in line 559
 method: \_SB_.PCI0.SBUS.BUS0._CID returned a string 'SMBUS' but it was not a valid PNP ID or a valid ACPI ID.
 method: \_SB_.PCI0.SBUS.BUS1._CID returned a string 'SMBUS' but it was not a valid PNP ID or a valid ACPI ID.
 method: \_SB_.PCI0.LPCB.SMC_._CID returned a string 'SMC-HURONRIVER' but it was not a valid PNP ID or a valid ACPI ID.
 method: \_SB_.PCI0.LPCB.ALS0._CID returned a string 'SMC-ALS' but it was not a valid PNP ID or a valid ACPI ID.
 method: \_SB_.PNLF._CID returned a string 'BACKLIGHT' but it was not a valid PNP ID or a valid ACPI ID.
 method: \_SB_.PCI0.RP06.SSD0.PRT0._GTF should return a buffer with size of multiple of 7.
 method: \_SB_.PCI0.IGPU.DD01._BCM returned values, but was expected to return nothing.
 fan: Fan present but has no cur_state present.
Low failures: 56
 dmicheck: String index 0x03 in table entry 'Processor Information (Type 4)' @ 0x8ad14000, field 'Serial Number', offset 0x20 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
 dmicheck: String index 0x05 in table entry 'Processor Information (Type 4)' @ 0x8ad14000, field 'Asset Tag', offset 0x21 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor.
 dmicheck: String index 0x04 in table entry 'Memory Device (Type 17)' @ 0x8ad141b6, field 'Serial Number', offset 0x18 has a default value '0x00000000' and probably has not been updated by the BIOS vendor.
 dmicheck: String index 0x05 in table entry 'Memory Device (Type 17)' @ 0x8ad141b6, field 'Asset Tag', offset 0x19 has a default value 'Unknown' and probably has not been updated by the BIOS vendor.
 dmicheck: String index 0x04 in table entry 'Memory Device (Type 17)' @ 0x8ad142dc, field 'Serial Number', offset 0x18 has a default value '0x00000000' and probably has not been updated by the BIOS vendor.
 dmicheck: String index 0x05 in table entry 'Memory Device (Type 17)' @ 0x8ad142dc, field 'Asset Tag', offset 0x19 has a default value 'Unknown' and probably has not been updated by the BIOS vendor.
 dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad144b6, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
 dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad144ca, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
 dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad144de, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
 dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad144fe, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
 dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad14512, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
 dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad1452c, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
 dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad14543, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
 dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad14563, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
 dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad14581, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor.
 dmicheck: Out of range string index 0x01 while accessing entry 'BIOS Language Information (Type 13)' @ 0x8ad14754, field 'BIOS Language String 1', offset 0x04
 syntaxcheck: Assembler remark in line 2590
 syntaxcheck: Assembler remark in line 4641
 syntaxcheck: Assembler remark in line 4689
 syntaxcheck: Assembler remark in line 4737
 syntaxcheck: Assembler remark in line 4785
 syntaxcheck: Assembler remark in line 4833
 syntaxcheck: Assembler remark in line 4881
 syntaxcheck: Assembler remark in line 4929
 syntaxcheck: Assembler remark in line 4977
 syntaxcheck: Assembler remark in line 5678
 syntaxcheck: Assembler remark in line 5705
 syntaxcheck: Assembler remark in line 7710
 syntaxcheck: Assembler remark in line 7735
 syntaxcheck: Assembler remark in line 32
 syntaxcheck: Assembler remark in line 40
 syntaxcheck: Assembler remark in line 41
 syntaxcheck: Assembler remark in line 42
 syntaxcheck: Assembler remark in line 43
 syntaxcheck: Assembler remark in line 128
 syntaxcheck: Assembler remark in line 143
 syntaxcheck: Assembler remark in line 144
 syntaxcheck: Assembler remark in line 162
 syntaxcheck: Assembler remark in line 432
 syntaxcheck: Assembler remark in line 433
 syntaxcheck: Assembler remark in line 482
 syntaxcheck: Assembler remark in line 483
 syntaxcheck: Assembler remark in line 518
 syntaxcheck: Assembler remark in line 519
 syntaxcheck: Assembler remark in line 537
 syntaxcheck: Assembler remark in line 582
 syntaxcheck: Assembler remark in line 583
 syntaxcheck: Assembler remark in line 133
 syntaxcheck: Assembler remark in line 148
 syntaxcheck: Assembler remark in line 151
 syntaxcheck: Assembler remark in line 177
 syntaxcheck: Assembler remark in line 207
 syntaxcheck: Assembler remark in line 232
 syntaxcheck: Assembler remark in line 297
 syntaxcheck: Assembler remark in line 307
 mcfg: MCFG MMIO config space at 0xe0000000 is not reserved in the memory map table
Other failures: NONE
Test           |Pass |Fail |Abort|Warn |Skip |Info |
---------------+-----+-----+-----+-----+-----+-----+
acpiinfo       |     |     |     |     |     |    3|
acpitables     |   18|     |     |    1|     |     |
apicedge       |     |    2|     |     |     |     |
apicinstance   |    1|     |     |     |     |     |
asf            |     |     |     |     |    1|     |
aspm           |    6|     |     |   16|     |     |
aspt           |     |     |     |     |    1|     |
autobrightness |    6|     |     |     |     |     |
bert           |     |     |     |     |    1|     |
bgrt           |     |     |     |     |    1|     |
bios32         |     |     |     |     |    1|     |
bios_info      |     |     |     |     |     |    1|
boot           |     |     |     |     |    1|     |
checksum       |   21|     |     |     |     |     |
cpep           |     |     |     |     |    1|     |
cpufreq        |    3|    2|     |    4|    2|     |
crs            |    1|     |     |     |     |     |
csm            |     |     |     |     |     |    1|
csrt           |     |     |     |     |    1|     |
cstates        |    4|     |     |     |     |     |
dbg2           |     |     |     |     |    1|     |
dbgp           |     |     |     |     |    1|     |
dmar           |    2|     |     |     |     |     |
dmicheck       |   31|   21|     |     |    1|     |
ebda           |     |     |     |     |    1|     |
ecdt           |    2|     |     |     |     |     |
erst           |     |     |     |     |    1|     |
facs           |    1|     |     |     |     |     |
fadt           |    4|     |     |     |     |     |
fan            |    5|    1|     |     |     |     |
fpdt           |     |     |     |     |    1|     |
gtdt           |     |     |     |     |    1|     |
hda_audio      |    2|     |     |     |     |     |
hest           |     |     |     |     |    1|     |
hpet           |    5|     |     |     |     |     |
iort           |     |     |     |     |    1|     |
klog           |    1|     |     |     |     |     |
lpit           |     |     |     |     |    1|     |
madt           |    1|     |     |     |     |     |
maxfreq        |    1|     |     |     |     |     |
maxreadreq     |    1|     |     |     |     |     |
mcfg           |    1|    1|     |     |     |     |
mchi           |     |     |     |     |    1|     |
method         |  539|    8|     |    1|  149|     |
microcode      |     |     |     |     |    1|     |
mpcheck        |     |     |     |     |    9|     |
msdm           |     |     |     |     |    1|     |
msr            |  114|     |     |     |     |     |
mtrr           |    1|   22|     |     |    1|     |
nx             |    3|     |     |     |     |     |
oops           |    2|     |     |     |     |     |
osilinux       |     |     |     |    2|     |     |
pcc            |     |     |     |     |     |    1|
pciirq         |     |     |     |     |     |     |
pnp            |     |     |     |     |     |     |
rsdp           |    1|     |     |     |     |     |
rsdt           |    1|     |     |     |     |     |
sbst           |    1|     |     |     |     |     |
securebootcert |     |    2|     |     |     |     |
slic           |     |     |     |     |    1|     |
slit           |     |     |     |     |    1|     |
spcr           |     |     |     |     |    1|     |
spmi           |     |     |     |     |    1|     |
srat           |     |     |     |     |    1|     |
stao           |     |     |     |     |    1|     |
syntaxcheck    |    4|  183|     |     |     |     |
tcpa           |     |     |    1|     |     |     |
tpm2           |     |     |    1|     |     |     |
uefi           |     |     |     |     |    1|     |
uefibootpath   |    4|     |     |     |     |     |
uefirtauthvar  |     |    6|     |     |    6|     |
uefirtmisc     |    3|     |     |     |   10|     |
uefirttime     |   35|     |     |     |     |     |
uefirtvariable |   12|    4|     |     |    2|     |
version        |     |     |     |     |     |    4|
virt           |    1|     |     |     |     |     |
waet           |     |     |     |     |    1|     |
wakealarm      |    4|     |     |     |     |     |
wdat           |     |     |     |     |    1|     |
wmi            |     |     |     |     |     |     |
xenv           |     |     |    1|     |     |     |
xsdt           |    1|     |     |     |     |     |
---------------+-----+-----+-----+-----+-----+-----+
Total:         |  843|  252|    3|   24|  209|   10|
---------------+-----+-----+-----+-----+-----+-----+
+ + diff --git a/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/results.log b/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/results.log new file mode 100644 index 0000000..9394ac8 --- /dev/null +++ b/apple/macbookpro11_1/mac-189a3d4f975d5ffc/apple/mbp111.88z.0138.b16.1509081438/fwts/20160217_101825/results.log @@ -0,0 +1,7135 @@ +Results generated by fwts: Version V16.01.00 (2016-01-13 08:23:12). + +Some of this work - Copyright (c) 1999 - 2016, Intel Corp. All rights reserved. +Some of this work - Copyright (c) 2010 - 2016, Canonical. + +This test run on 17/02/16 at 10:18:25 on host Linux ubuntu 4.2.0-18-generic +#22~14.04.1-Ubuntu SMP Fri Nov 6 22:20:11 UTC 2015 x86_64. + +Command: "fwts --force-clean --skip-test=s3 --batch --uefitests +--show-progress-dialog --log-type plaintext". +Running tests: version bios_info oops klog mtrr acpiinfo uefirtauthvar +uefibootpath securebootcert uefirtmisc uefirtvariable uefirttime csm maxreadreq +crs aspm dmicheck microcode msr nx cpufreq maxfreq virt pnp pciirq mpcheck +hda_audio ebda bios32 apicedge xenv xsdt wmi wdat wakealarm waet uefi tpm2 tcpa +syntaxcheck stao srat spmi spcr slit slic sbst rsdt rsdp pcc osilinux method +msdm mchi mcfg madt lpit iort hpet hest gtdt fpdt fan fadt facs erst ecdt dmar +dbg2 dbgp cstates csrt cpep checksum autobrightness boot bgrt bert aspt asf +apicinstance acpitables. + +version: Gather kernel system information. +-------------------------------------------------------------------------------- +Test 1 of 4: Gather kernel signature. +Signature: Ubuntu 4.2.0-18.22~14.04.1-generic 4.2.3 + +Test 2 of 4: Gather kernel system information. +Kernel Version: Linux version 4.2.0-18-generic (buildd@lgw01-55) (gcc version +4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #22~14.04.1-Ubuntu SMP Fri Nov 6 22:20:11 UTC +2015 + +Test 3 of 4: Gather kernel boot command line. +Kernel boot command line: BOOT_IMAGE=/casper/vmlinuz boot=casper ip=frommedia +persistent noprompt splash quiet FWTS_AUTO_SHUTDOWN=1 -- + +Test 4 of 4: Gather ACPI driver version. +ACPI Version: 20150619 + +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 4 info only. +================================================================================ + +bios_info: Gather BIOS DMI information. +-------------------------------------------------------------------------------- +Test 1 of 1: Gather BIOS DMI information +BIOS Vendor : Apple Inc. +BIOS Version : MBP111.88Z.0138.B16.1509081438 +BIOS Release Date : 09/08/2015 +Board Name : Mac-189A3D4F975D5FFC +Board Serial # : +Board Version : MacBookPro11,1 +Board Asset Tag : Base Board Asset Tag# +Chassis Serial # : +Chassis Type : 10 +Chassis Vendor : Apple Inc. +Chassis Version : Mac-189A3D4F975D5FFC +Chassic Asset Tag : +Product Name : MacBookPro11,1 +Product Serial # : +Product UUID : +Product Version : 1.0 +System Vendor : Apple Inc. + +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 1 info only. +================================================================================ + +oops: Scan kernel log for Oopses. +-------------------------------------------------------------------------------- +Test 1 of 1: Kernel log oops check. +PASSED: Test 1, Found no oopses in kernel log. +PASSED: Test 1, Found no WARN_ON warnings in kernel log. + +================================================================================ +2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +klog: Scan kernel log for errors and warnings. +-------------------------------------------------------------------------------- +Test 1 of 1: Kernel log error check. +Kernel message: [ 0.025590] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' + +ADVICE: This is not exactly a failure but a warning from the kernel. The +MSR_IA32_ENERGY_PERF_BIAS was initialized and defaulted to a high performance +bias setting. The kernel has detected this and changed it down to a 'normal' +bias setting. + +Kernel message: [ 0.127119] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored + +ADVICE: This is not exactly a failure mode but a warning from the kernel. The +_OSI() method has implemented a match to the 'Linux' query in the DSDT and this +is redundant because the ACPI driver matches onto the Windows _OSI strings by +default. + +Kernel message: [ 0.129510] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep +State [\_S1_] (20150619/hwxface-580) + +ADVICE: The exception comes from kernel cannot find _S1 namespace object that +contains the register values for the sleep state when kernel would like to setup +all the sleep state information. This means that the kernel does not know how to +enter the S1 sleep state, however, it should not be a problem if the S1 sleep +state isn't supported intentionally. + +Kernel message: [ 0.129515] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep +State [\_S2_] (20150619/hwxface-580) + +ADVICE: The exception comes from kernel cannot find _S2 namespace object that +contains the register values for the sleep state when kernel would like to setup +all the sleep state information. This means that the kernel does not know how to +enter the S2 sleep state, however, it should not be a problem if the S2 sleep +state isn't supported intentionally. + +PASSED: Test 1, Found no errors in kernel log. + +================================================================================ +1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +mtrr: MTRR tests. +-------------------------------------------------------------------------------- +MTRR overview +------------- +Reg 0: 0x00000000c0000000 - 0x0000000100000000 ( 1024 MB) Uncached +Reg 1: 0x00000000a0000000 - 0x00000000c0000000 ( 512 MB) Uncached +Reg 2: 0x0000000090000000 - 0x00000000a0000000 ( 256 MB) Uncached +Reg 3: 0x000000008c000000 - 0x0000000090000000 ( 64 MB) Uncached +Reg 4: 0x000000008b800000 - 0x000000008c000000 ( 8 MB) Uncached + +Test 1 of 3: Validate the kernel MTRR IOMEM setup. +FAILED [MEDIUM] MTRRIncorrectAttr: Test 1, Memory range 0x1000 to 0x57fff +(System RAM) has incorrect attribute Default (Most probably Uncached). +FAILED [MEDIUM] MTRRLackingAttr: Test 1, Memory range 0x1000 to 0x57fff (System +RAM) is lacking attribute Write-Back. +FAILED [MEDIUM] MTRRIncorrectAttr: Test 1, Memory range 0x59000 to 0x8efff +(System RAM) has incorrect attribute Default (Most probably Uncached). +FAILED [MEDIUM] MTRRLackingAttr: Test 1, Memory range 0x59000 to 0x8efff (System +RAM) is lacking attribute Write-Back. +FAILED [MEDIUM] MTRRIncorrectAttr: Test 1, Memory range 0x90000 to 0x9ffff +(System RAM) has incorrect attribute Default (Most probably Uncached). +FAILED [MEDIUM] MTRRLackingAttr: Test 1, Memory range 0x90000 to 0x9ffff (System +RAM) is lacking attribute Write-Back. +FAILED [MEDIUM] MTRRIncorrectAttr: Test 1, Memory range 0x100000 to 0x8ad13fff +(System RAM) has incorrect attribute Default (Most probably Uncached). +FAILED [MEDIUM] MTRRLackingAttr: Test 1, Memory range 0x100000 to 0x8ad13fff +(System RAM) is lacking attribute Write-Back. +FAILED [MEDIUM] MTRRIncorrectAttr: Test 1, Memory range 0x8ad53000 to 0x8ad61fff +(System RAM) has incorrect attribute Default (Most probably Uncached). +FAILED [MEDIUM] MTRRLackingAttr: Test 1, Memory range 0x8ad53000 to 0x8ad61fff +(System RAM) is lacking attribute Write-Back. +FAILED [MEDIUM] MTRRIncorrectAttr: Test 1, Memory range 0x8ad8f000 to 0x8ae38fff +(System RAM) has incorrect attribute Default (Most probably Uncached). +FAILED [MEDIUM] MTRRLackingAttr: Test 1, Memory range 0x8ad8f000 to 0x8ae38fff +(System RAM) is lacking attribute Write-Back. +FAILED [MEDIUM] MTRRIncorrectAttr: Test 1, Memory range 0x8ae8f000 to 0x8aecffff +(System RAM) has incorrect attribute Default (Most probably Uncached). +FAILED [MEDIUM] MTRRLackingAttr: Test 1, Memory range 0x8ae8f000 to 0x8aecffff +(System RAM) is lacking attribute Write-Back. +FAILED [MEDIUM] MTRRIncorrectAttr: Test 1, Memory range 0x8aeff000 to 0x8af7bfff +(System RAM) has incorrect attribute Default (Most probably Uncached). +FAILED [MEDIUM] MTRRLackingAttr: Test 1, Memory range 0x8aeff000 to 0x8af7bfff +(System RAM) is lacking attribute Write-Back. +FAILED [MEDIUM] MTRRIncorrectAttr: Test 1, Memory range 0x8afe5000 to 0x8affffff +(System RAM) has incorrect attribute Default (Most probably Uncached). +FAILED [MEDIUM] MTRRLackingAttr: Test 1, Memory range 0x8afe5000 to 0x8affffff +(System RAM) is lacking attribute Write-Back. +FAILED [MEDIUM] MTRRIncorrectAttr: Test 1, Memory range 0x90000000 to 0x9fffffff +(0000:02:00.0) has incorrect attribute Uncached. +FAILED [MEDIUM] MTRRIncorrectAttr: Test 1, Memory range 0xa0000000 to 0xafffffff +(0000:00:02.0) has incorrect attribute Uncached. +FAILED [MEDIUM] MTRRIncorrectAttr: Test 1, Memory range 0x100000000 to +0x46f5fffff (System RAM) has incorrect attribute Default (Most probably +Uncached). +FAILED [MEDIUM] MTRRLackingAttr: Test 1, Memory range 0x100000000 to 0x46f5fffff +(System RAM) is lacking attribute Write-Back. + +Test 2 of 3: Validate the MTRR setup across all processors. +PASSED: Test 2, All processors have the a consistent MTRR setup. + +Test 3 of 3: Test for AMD MtrrFixDramModEn being cleared by the BIOS. +SKIPPED: Test 3, CPU is not an AMD, cannot test. + +================================================================================ +1 passed, 22 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +acpiinfo: General ACPI information test. +-------------------------------------------------------------------------------- +Test 1 of 3: Determine Kernel ACPI version. +Kernel ACPICA driver version: 20150619, supports ACPI 5.0 + +Test 2 of 3: Determine machine's ACPI version. +FACP ACPI Version: 5.0 + +Test 3 of 3: Determine AML compiler. +Determine the compiler used to generate the ACPI AML in the DSDT and SSDT. +Table DSDT, OEM APPLE , created with INTL (Intel) compiler. +Table SSDT0, OEM APPLE , created with INTL (Intel) compiler. +Table SSDT1, OEM APPLE , created with INTL (Intel) compiler. +Table SSDT2, OEM APPLE , created with INTL (Intel) compiler. +Table SSDT3, OEM APPLE , created with INTL (Intel) compiler. +Table SSDT4, OEM APPLE , created with INTL (Intel) compiler. +Table SSDT5, OEM APPLE , created with INTL (Intel) compiler. +Table SSDT6, OEM APPLE , created with INTL (Intel) compiler. +Table SSDT7, OEM PmRef, created with INTL (Intel) compiler. +Table SSDT8, OEM PmRef, created with INTL (Intel) compiler. + +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 3 info only. +================================================================================ + +uefirtauthvar: Authenticated variable tests. +-------------------------------------------------------------------------------- +Test 1 of 12: Create authenticated variable test. +FAILED [HIGH] UEFICreateAuthVar: Test 1, Failed to get authenticated variable +with UEFI runtime service. +Return status: EFI_BUFFER_TOO_SMALL. The buffer is not large enough to hold the +requested data. The required buffer size is returned in the appropriate +parameter when this error occurs. + +Test 2 of 12: Authenticated variable test with the same authenticated variable. +SKIPPED: Test 2, The test variable, AuthVarCreate, doesn't exist, skip the test. + +Test 3 of 12: Authenticated variable test with another valid authenticated +variable. +SKIPPED: Test 3, The test variable, AuthVarCreate, doesn't exist, skip the test. + +Test 4 of 12: Append authenticated variable test. +SKIPPED: Test 4, The test variable, AuthVarCreate, doesn't exist, skip the test. + +Test 5 of 12: Update authenticated variable test. +SKIPPED: Test 5, The test data, AuthVarAppend, doesn't exist, skip the test. + +Test 6 of 12: Authenticated variable test with old authenticated variable. +SKIPPED: Test 6, The test variable, AuthVarUpdate, doesn't exist, skip the test. + +Test 7 of 12: Delete authenticated variable test. +SKIPPED: Test 7, The test data, AuthVarCreate, doesn't exist, skip the test. + +Test 8 of 12: Authenticated variable test with invalid modified data. +FAILED [HIGH] UEFISetAuthVarInvalidData: Test 8, Set authenticated variable +expected fail but success + +Test 9 of 12: Authenticated variable test with invalid modified timestamp. +FAILED [HIGH] UEFISetAuthVarInvalidTime: Test 9, Set authenticated variable +expected fail but success + +Test 10 of 12: Authenticated variable test with different guid. +FAILED [HIGH] UEFISetAuthVarDiffGuid: Test 10, Set authenticated variable +expected fail but success + +Test 11 of 12: Authenticated variable test with invalid attributes. +FAILED [HIGH] UEFISetAuthVarInvalidAttr: Test 11, Set authenticated variable +expected fail but success + +Test 12 of 12: Set and delete authenticated variable created by different key +test. +FAILED [HIGH] UEFISetAuthVarDiff: Test 12, Failed to get authenticated variable +with UEFI runtime service. +Return status: EFI_BUFFER_TOO_SMALL. The buffer is not large enough to hold the +requested data. The required buffer size is returned in the appropriate +parameter when this error occurs. + +================================================================================ +0 passed, 6 failed, 0 warning, 0 aborted, 6 skipped, 0 info only. +================================================================================ + +uefibootpath: Sanity check for UEFI Boot Path Boot####. +-------------------------------------------------------------------------------- +Test 1 of 1: Test UEFI Boot Path Boot####. +Name: Boot0080 +Info: Mac OS X +PASSED: Test 1, Check bootpath Boot0080 test passed. +Name: Boot0081 +Info: Recovery OS +PASSED: Test 1, Check bootpath Boot0081 test passed. +Name: Boot0082 +Info: +PASSED: Test 1, Check bootpath Boot0082 test passed. +Name: BootFFFF +Info: +PASSED: Test 1, Check bootpath BootFFFF test passed. + +================================================================================ +4 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +securebootcert: UEFI secure boot test. +-------------------------------------------------------------------------------- +Test 1 of 1: UEFI secure boot test. +FAILED [HIGH] SecureBootCertVariableNotFound: Test 1, The secure boot variable +SecureBoot not found. +FAILED [HIGH] SecureBootCertVariableNotFound: Test 1, The secure boot variable +SetupMode not found. +Not in readiness for secureboot, variable DB not found. +Not in readiness for secureboot, variable KEK not found. + +================================================================================ +0 passed, 2 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +uefirtmisc: UEFI miscellaneous runtime service interface tests. +-------------------------------------------------------------------------------- +Test 1 of 3: Test for UEFI miscellaneous runtime service interfaces. +Testing UEFI runtime service GetNextHighMonotonicCount interface. +PASSED: Test 1, UEFI runtime service GetNextHighMonotonicCount interface test +passed. +Testing UEFI runtime service QueryCapsuleCapabilities interface. +SKIPPED: Test 1, Not support the UEFI QueryCapsuleCapabilities runtime interface +with flag value 0x0: cannot test. + +ADVICE: Firmware also needs to check if the revision of system table is correct +or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of +system table is less than EFI_2_00_SYSTEM_TABLE_REVISION. + +SKIPPED: Test 1, Not support the UEFI QueryCapsuleCapabilities runtime interface +with flag value 0x10000: cannot test. + +ADVICE: Firmware also needs to check if the revision of system table is correct +or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of +system table is less than EFI_2_00_SYSTEM_TABLE_REVISION. + +SKIPPED: Test 1, Not support the UEFI QueryCapsuleCapabilities runtime interface +with flag value 0x30000: cannot test. + +ADVICE: Firmware also needs to check if the revision of system table is correct +or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of +system table is less than EFI_2_00_SYSTEM_TABLE_REVISION. + +SKIPPED: Test 1, Not support the UEFI QueryCapsuleCapabilities runtime interface +with flag value 0x50000: cannot test. + +ADVICE: Firmware also needs to check if the revision of system table is correct +or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of +system table is less than EFI_2_00_SYSTEM_TABLE_REVISION. + +SKIPPED: Test 1, Not support the UEFI QueryCapsuleCapabilities runtime interface +with flag value 0x70000: cannot test. + +ADVICE: Firmware also needs to check if the revision of system table is correct +or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of +system table is less than EFI_2_00_SYSTEM_TABLE_REVISION. + + +Test 2 of 3: Stress test for UEFI miscellaneous runtime service interfaces. +Stress testing for UEFI runtime service GetNextHighMonotonicCount interface. +PASSED: Test 2, UEFI runtime service GetNextHighMonotonicCount interface stress +test passed. +Stress testing UEFI runtime service QueryCapsuleCapabilities interface. +SKIPPED: Test 2, Not support the UEFI QueryCapsuleCapabilities runtime interface +with flag value 0x0: cannot test. + +ADVICE: Firmware also needs to check if the revision of system table is correct +or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of +system table is less than EFI_2_00_SYSTEM_TABLE_REVISION. + +SKIPPED: Test 2, Not support the UEFI QueryCapsuleCapabilities runtime interface +with flag value 0x10000: cannot test. + +ADVICE: Firmware also needs to check if the revision of system table is correct +or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of +system table is less than EFI_2_00_SYSTEM_TABLE_REVISION. + +SKIPPED: Test 2, Not support the UEFI QueryCapsuleCapabilities runtime interface +with flag value 0x30000: cannot test. + +ADVICE: Firmware also needs to check if the revision of system table is correct +or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of +system table is less than EFI_2_00_SYSTEM_TABLE_REVISION. + +SKIPPED: Test 2, Not support the UEFI QueryCapsuleCapabilities runtime interface +with flag value 0x50000: cannot test. + +ADVICE: Firmware also needs to check if the revision of system table is correct +or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of +system table is less than EFI_2_00_SYSTEM_TABLE_REVISION. + +SKIPPED: Test 2, Not support the UEFI QueryCapsuleCapabilities runtime interface +with flag value 0x70000: cannot test. + +ADVICE: Firmware also needs to check if the revision of system table is correct +or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of +system table is less than EFI_2_00_SYSTEM_TABLE_REVISION. + + +Test 3 of 3: Test GetNextHighMonotonicCount with invalid NULL parameter. +PASSED: Test 3, Test with invalid NULL parameter returned EFI_INVALID_PARAMETER +as expected. + +================================================================================ +3 passed, 0 failed, 0 warning, 0 aborted, 10 skipped, 0 info only. +================================================================================ + +uefirtvariable: UEFI Runtime service variable interface tests. +-------------------------------------------------------------------------------- +Test 1 of 8: Test UEFI RT service get variable interface. +FAILED [HIGH] UEFIRuntimeGetVariableAttributes: Test 1, Failed to get variable +with right attributes, attributes we got is 2147483655, but it should be 7. + +Test 2 of 8: Test UEFI RT service get next variable name interface. +The runtime service GetNextVariableName interface function test. +PASSED: Test 2, The runtime service GetNextVariableName interface function test +passed. +Check the GetNextVariableName returned value of VariableNameSize is equal to the +length of VariableName. +PASSED: Test 2, Check the GetNextVariableName returned value of VariableNameSize +is equal to the length of VariableName passed. +Test GetNextVariableName interface returns unique variables. +PASSED: Test 2, Test GetNextVariableName interface returns unique variables +passed. +The GetNextVariableName interface conformance tests. +FAILED [HIGH] UEFIRuntimeGetNextVariableName: Test 2, Expected +EFI_INVALID_PARAMETER with NULL VariableName. +Return status: EFI_NOT_FOUND. The item was not found. + +Test 3 of 8: Test UEFI RT service set variable interface. +Testing SetVariable on two different GUIDs and the same variable name. +FAILED [HIGH] UEFIRuntimeSetVariableAttributes: Test 3, Failed to set variable +with right attributes, attributes we got is 2147483655, but it should both be 7. + +Test 4 of 8: Test UEFI RT service query variable info interface. +SKIPPED: Test 4, Not support the QueryVariableInfo UEFI runtime interface: +cannot test. + +ADVICE: Firmware also needs to check if the revision of system table is correct +or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of +system table is less than EFI_2_00_SYSTEM_TABLE_REVISION. + + +Test 5 of 8: Test UEFI RT service variable interface stress test. +Testing GetVariable on getting the variable 1024 times. +FAILED [HIGH] UEFIRuntimeGetVariableAttributes: Test 5, Failed to get variable +with right attributes, attributes we got is 2147483655, but it should be 7. + +Test 6 of 8: Test UEFI RT service set variable interface stress test. +Testing SetVariable on setting the variable with the same data 40 times. +PASSED: Test 6, SetVariable on setting the variable with the same data multiple +times passed. +Testing SetVariable on setting the variable with different data 40 times. +PASSED: Test 6, Testing SetVariable on setting the variable with different data +multiple times passed. +Testing SetVariable on setting the variable with different name 40 times. +PASSED: Test 6, Testing SetVariable on setting the variable with different name +multiple times passed. +Testing SetVariable on setting the variable with different name and data 40 +times. +PASSED: Test 6, Testing SetVariable on setting the variable with different name +and data multiple times passed. + +Test 7 of 8: Test UEFI RT service query variable info interface stress test. +Testing QueryVariableInfo on querying the variable 1024 times. +SKIPPED: Test 7, Not support the QueryVariableInfo UEFI runtime interface: +cannot test. + +ADVICE: Firmware also needs to check if the revision of system table is correct +or not. Linux kernel returns EFI_UNSUPPORTED as well, if the FirmwareRevision of +system table is less than EFI_2_00_SYSTEM_TABLE_REVISION. + + +Test 8 of 8: Test UEFI RT service get variable interface, invalid parameters. +Testing GetVariable with NULL variable name. +PASSED: Test 8, GetVariable with NULL variable name returned error +EFI_INVALID_PARAMETER as expected. +Testing GetVariable with NULL vendor GUID. +PASSED: Test 8, GetVariable with NULL vendor GUID returned error +EFI_INVALID_PARAMETER as expected. +Testing GetVariable with NULL datasize. +PASSED: Test 8, GetVariable with NULL datasize returned error +EFI_INVALID_PARAMETER as expected. +Testing GetVariable with NULL data. +PASSED: Test 8, GetVariable with NULL data returned error EFI_INVALID_PARAMETER +as expected. +Testing GetVariable with NULL variable name, vendor GUID, datasize and data. +PASSED: Test 8, GetVariable with NULL variable name, vendor GUID, datasize and +data returned error EFI_INVALID_PARAMETER as expected. + +================================================================================ +12 passed, 4 failed, 0 warning, 0 aborted, 2 skipped, 0 info only. +================================================================================ + +uefirttime: UEFI Runtime service time interface tests. +-------------------------------------------------------------------------------- +Test 1 of 35: Test UEFI RT service get time interface. +PASSED: Test 1, UEFI runtime service GetTime interface test passed. + +Test 2 of 35: Test UEFI RT service get time interface, NULL time parameter. +PASSED: Test 2, UEFI runtime service GetTime interface test passed, returned +EFI_INVALID_PARAMETER as expected. + +Test 3 of 35: Test UEFI RT service get time interface, NULL time and NULL +capabilties parameters. +PASSED: Test 3, UEFI runtime service GetTime interface test passed, returned +EFI_INVALID_PARAMETER as expected. + +Test 4 of 35: Test UEFI RT service set time interface. +PASSED: Test 4, UEFI runtime service SetTime interface test passed. + +Test 5 of 35: Test UEFI RT service set time interface, invalid year 1899. +PASSED: Test 5, UEFI runtime service SetTime interface test passed, returned +EFI_INVALID_PARAMETER as expected. + +Test 6 of 35: Test UEFI RT service set time interface, invalid year 10000. +PASSED: Test 6, UEFI runtime service SetTime interface test passed, returned +EFI_INVALID_PARAMETER as expected. + +Test 7 of 35: Test UEFI RT service set time interface, invalid month 0. +PASSED: Test 7, UEFI runtime service SetTime interface test passed, returned +EFI_INVALID_PARAMETER as expected. + +Test 8 of 35: Test UEFI RT service set time interface, invalid month 13. +PASSED: Test 8, UEFI runtime service SetTime interface test passed, returned +EFI_INVALID_PARAMETER as expected. + +Test 9 of 35: Test UEFI RT service set time interface, invalid day 0. +PASSED: Test 9, UEFI runtime service SetTime interface test passed, returned +EFI_INVALID_PARAMETER as expected. + +Test 10 of 35: Test UEFI RT service set time interface, invalid day 32. +PASSED: Test 10, UEFI runtime service SetTime interface test passed, returned +EFI_INVALID_PARAMETER as expected. + +Test 11 of 35: Test UEFI RT service set time interface, invalid hour 24. +PASSED: Test 11, UEFI runtime service SetTime interface test passed, returned +EFI_INVALID_PARAMETER as expected. + +Test 12 of 35: Test UEFI RT service set time interface, invalid minute 60. +PASSED: Test 12, UEFI runtime service SetTime interface test passed, returned +EFI_INVALID_PARAMETER as expected. + +Test 13 of 35: Test UEFI RT service set time interface, invalid second 60. +PASSED: Test 13, UEFI runtime service SetTime interface test passed, returned +EFI_INVALID_PARAMETER as expected. + +Test 14 of 35: Test UEFI RT service set time interface, invalid nanosecond +1000000000. +PASSED: Test 14, UEFI runtime service SetTime interface test passed, returned +EFI_INVALID_PARAMETER as expected. + +Test 15 of 35: Test UEFI RT service set time interface, invalid timezone -1441. +PASSED: Test 15, UEFI runtime service SetTime interface test passed, returned +EFI_INVALID_PARAMETER as expected. + +Test 16 of 35: Test UEFI RT service set time interface, invalid timezone 1441. +PASSED: Test 16, UEFI runtime service SetTime interface test passed, returned +EFI_INVALID_PARAMETER as expected. + +Test 17 of 35: Test UEFI RT service get wakeup time interface. +PASSED: Test 17, UEFI runtime service GetWakeupTime interface test passed. + +Test 18 of 35: Test UEFI RT service get wakeup time interface, NULL enabled +parameter. +PASSED: Test 18, UEFI runtime service GetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER or EFI_UNSUPPORTED as expected. + +Test 19 of 35: Test UEFI RT service get wakeup time interface, NULL pending +parameter. +PASSED: Test 19, UEFI runtime service GetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER or EFI_UNSUPPORTED as expected. + +Test 20 of 35: Test UEFI RT service get wakeup time interface, NULL time +parameter. +PASSED: Test 20, UEFI runtime service GetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER or EFI_UNSUPPORTED as expected. + +Test 21 of 35: Test UEFI RT service get wakeup time interface, NULL enabled, +pending and time parameters. +PASSED: Test 21, UEFI runtime service GetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER or EFI_UNSUPPORTED as expected. + +Test 22 of 35: Test UEFI RT service set wakeup time interface. +PASSED: Test 22, UEFI runtime service SetWakeupTime interface test passed. + +Test 23 of 35: Test UEFI RT service set wakeup time interface, NULL time +parameter. +PASSED: Test 23, UEFI runtime service SetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER as expected. + +Test 24 of 35: Test UEFI RT service set wakeup time interface, invalid year +1899. +PASSED: Test 24, UEFI runtime service SetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER as expected. + +Test 25 of 35: Test UEFI RT service set wakeup time interface, invalid year +10000. +PASSED: Test 25, UEFI runtime service SetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER as expected. + +Test 26 of 35: Test UEFI RT service set wakeup time interface, invalid month 0. +PASSED: Test 26, UEFI runtime service SetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER as expected. + +Test 27 of 35: Test UEFI RT service set wakeup time interface, invalid month 13. +PASSED: Test 27, UEFI runtime service SetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER as expected. + +Test 28 of 35: Test UEFI RT service set wakeup time interface, invalid day 0. +PASSED: Test 28, UEFI runtime service SetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER as expected. + +Test 29 of 35: Test UEFI RT service set wakeup time interface, invalid day 32. +PASSED: Test 29, UEFI runtime service SetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER as expected. + +Test 30 of 35: Test UEFI RT service set wakeup time interface, invalid hour 24. +PASSED: Test 30, UEFI runtime service SetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER as expected. + +Test 31 of 35: Test UEFI RT service set wakeup time interface, invalid minute +60. +PASSED: Test 31, UEFI runtime service SetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER as expected. + +Test 32 of 35: Test UEFI RT service set wakeup time interface, invalid second +60. +PASSED: Test 32, UEFI runtime service SetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER as expected. + +Test 33 of 35: Test UEFI RT service set wakeup time interface, invalid +nanosecond 1000000000. +PASSED: Test 33, UEFI runtime service SetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER as expected. + +Test 34 of 35: Test UEFI RT service set wakeup time interface, invalid timezone +-1441. +PASSED: Test 34, UEFI runtime service SetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER as expected. + +Test 35 of 35: Test UEFI RT service set wakeup time interface, invalid timezone +1441. +PASSED: Test 35, UEFI runtime service SetTimeWakeupTime interface test passed, +returned EFI_INVALID_PARAMETER as expected. + +================================================================================ +35 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +csm: UEFI Compatibility Support Module test. +-------------------------------------------------------------------------------- +Test 1 of 1: UEFI Compatibility Support Module test. +Checking for UEFI Compatibility Support Module (CSM) +No CSM: UEFI firmware seems to have no CSM support. + +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 1 info only. +================================================================================ + +maxreadreq: Test firmware has set PCI Express MaxReadReq to a higher value on +non-motherboard devices. +-------------------------------------------------------------------------------- +Test 1 of 1: Test firmware settings MaxReadReq for PCI Express devices. +PASSED: Test 1, All devices have MaxReadReq set > 128. + +================================================================================ +1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +crs: Test PCI host bridge configuration using _CRS. +-------------------------------------------------------------------------------- +Test 1 of 1: Test PCI host bridge configuration using _CRS. +PASSED: Test 1, The kernel has detected a BIOS newer than the end of 2007 (9/8 +/2015) and has assumed that your BIOS can correctly specify the host bridge MMIO +aperture using _CRS. If this does not work correctly you can override this by +booting with "pci=nocrs". + +================================================================================ +1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +aspm: PCIe ASPM test. +-------------------------------------------------------------------------------- +Test 1 of 2: PCIe ASPM ACPI test. +PCIe ASPM is controlled by Linux kernel. + +Test 2 of 2: PCIe ASPM registers test. +WARNING: Test 2, RP 00h:1Ch.01h L0s not enabled. +WARNING: Test 2, Device 02h:00h.00h L0s not enabled. + +ADVICE: The ASPM L0s low power Link state is optimized for short entry and exit +latencies, while providing substantial power savings. Disabling L0s of a PCIe +device may increases power consumption, and will impact the battery life of a +mobile system. + +PASSED: Test 2, PCIe ASPM setting matched was matched. +PASSED: Test 2, PCIe ASPM setting matched was matched. +WARNING: Test 2, RP 00h:1Ch.04h L0s not enabled. +WARNING: Test 2, RP 00h:1Ch.04h L1 not enabled. +WARNING: Test 2, Device 05h:00h.00h L0s not enabled. +WARNING: Test 2, Device 05h:00h.00h L1 not enabled. + +ADVICE: The ASPM L0s low power Link state is optimized for short entry and exit +latencies, while providing substantial power savings. Disabling L0s of a PCIe +device may increases power consumption, and will impact the battery life of a +mobile system. + + +ADVICE: The ASPM L1 low power Link state is optimized for maximum power savings +with longer entry and exit latencies. Disabling L1 of a PCIe device may +increases power consumption, and will impact the battery life of a mobile system +significantly. + +PASSED: Test 2, PCIe ASPM setting matched was matched. +WARNING: Test 2, RP 00h:1Ch.05h L0s not enabled. +WARNING: Test 2, Device 04h:00h.00h L0s not enabled. + +ADVICE: The ASPM L0s low power Link state is optimized for short entry and exit +latencies, while providing substantial power savings. Disabling L0s of a PCIe +device may increases power consumption, and will impact the battery life of a +mobile system. + +PASSED: Test 2, PCIe ASPM setting matched was matched. +WARNING: Test 2, RP 05h:00h.00h L0s not enabled. +WARNING: Test 2, RP 05h:00h.00h L1 not enabled. +WARNING: Test 2, Device 06h:00h.00h L0s not enabled. +WARNING: Test 2, Device 06h:00h.00h L1 not enabled. + +ADVICE: The ASPM L0s low power Link state is optimized for short entry and exit +latencies, while providing substantial power savings. Disabling L0s of a PCIe +device may increases power consumption, and will impact the battery life of a +mobile system. + + +ADVICE: The ASPM L1 low power Link state is optimized for maximum power savings +with longer entry and exit latencies. Disabling L1 of a PCIe device may +increases power consumption, and will impact the battery life of a mobile system +significantly. + +PASSED: Test 2, PCIe ASPM setting matched was matched. +WARNING: Test 2, RP 06h:00h.00h L0s not enabled. +WARNING: Test 2, RP 06h:00h.00h L1 not enabled. +WARNING: Test 2, Device 07h:00h.00h L0s not enabled. +WARNING: Test 2, Device 07h:00h.00h L1 not enabled. + +ADVICE: The ASPM L0s low power Link state is optimized for short entry and exit +latencies, while providing substantial power savings. Disabling L0s of a PCIe +device may increases power consumption, and will impact the battery life of a +mobile system. + + +ADVICE: The ASPM L1 low power Link state is optimized for maximum power savings +with longer entry and exit latencies. Disabling L1 of a PCIe device may +increases power consumption, and will impact the battery life of a mobile system +significantly. + +PASSED: Test 2, PCIe ASPM setting matched was matched. + +================================================================================ +6 passed, 0 failed, 16 warnings, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +dmicheck: DMI/SMBIOS table tests. +-------------------------------------------------------------------------------- +Test 1 of 3: Find and test SMBIOS Table Entry Points. +This test tries to find and sanity check the SMBIOS data structures. +PASSED: Test 1, Found SMBIOS Table Entry Point at 0x8ad15000 +SMBIOS Entry Point Structure: + Anchor String : _SM_ + Checksum : 0xab + Entry Point Length : 0x1f + Major Version : 0x02 + Minor Version : 0x04 + Maximum Struct Size : 0xd2 + Entry Point Revision : 0x00 + Formatted Area : 0x00 0x00 0x00 0x00 0x00 + Intermediate Anchor : _DMI_ + Intermediate Checksum : 0x9a + Structure Table Length : 0x09db + Structure Table Address: 0x8ad14000 + # of SMBIOS Structures : 0x002b + SBMIOS BCD Revision : 24 + +PASSED: Test 1, SMBIOS Table Entry Point Checksum is valid. +PASSED: Test 1, SMBIOS Table Entry Point Length is valid. +PASSED: Test 1, SMBIOS Table Entry Intermediate Anchor String _DMI_ is valid. +PASSED: Test 1, SMBIOS Table Entry Point Intermediate Checksum is valid. +FAILED [MEDIUM] SMBIOSIllegalTableEntry: Test 1, The size of a DMI entry 40 is +illegal, DMI data is either wrong or the SMBIOS Table Pointer is pointing to the +wrong memory region. + +Test 2 of 3: Test DMI/SMBIOS tables for errors. +FAILED [LOW] DMISerialNumber: Test 2, String index 0x03 in table entry +'Processor Information (Type 4)' @ 0x8ad14000, field 'Serial Number', offset +0x20 has a default value 'To Be Filled By O.E.M.' and probably has not been +updated by the BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless, however the kernel does not use this data so the issue is fairly low. + +FAILED [LOW] DMISerialNumber: Test 2, String index 0x05 in table entry +'Processor Information (Type 4)' @ 0x8ad14000, field 'Asset Tag', offset 0x21 +has a default value 'To Be Filled By O.E.M.' and probably has not been updated +by the BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless, however the kernel does not use this data so the issue is fairly low. + + +ADVICE: It may be worth checking against section 7.5 of the System Management +BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards +/smbios). + +PASSED: Test 2, Entry @ 0x8ad14095 'Cache Information (Type 7)' +PASSED: Test 2, Entry @ 0x8ad140aa 'Cache Information (Type 7)' +PASSED: Test 2, Entry @ 0x8ad140bf 'Cache Information (Type 7)' +PASSED: Test 2, Entry @ 0x8ad140d4 'Cache Information (Type 7)' +PASSED: Test 2, Entry @ 0x8ad140e9 'Physical Memory Array (Type 16)' +PASSED: Test 2, Entry @ 0x8ad140fa 'Unknown (Type 130)' +FAILED [LOW] DMISerialNumber: Test 2, String index 0x04 in table entry 'Memory +Device (Type 17)' @ 0x8ad141b6, field 'Serial Number', offset 0x18 has a default +value '0x00000000' and probably has not been updated by the BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless, however the kernel does not use this data so the issue is fairly low. + +FAILED [LOW] DMISerialNumber: Test 2, String index 0x05 in table entry 'Memory +Device (Type 17)' @ 0x8ad141b6, field 'Asset Tag', offset 0x19 has a default +value 'Unknown' and probably has not been updated by the BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless, however the kernel does not use this data so the issue is fairly low. + + +ADVICE: It may be worth checking against section 7.18 of the System Management +BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards +/smbios). + +PASSED: Test 2, Entry @ 0x8ad14220 'Unknown (Type 130)' +FAILED [LOW] DMISerialNumber: Test 2, String index 0x04 in table entry 'Memory +Device (Type 17)' @ 0x8ad142dc, field 'Serial Number', offset 0x18 has a default +value '0x00000000' and probably has not been updated by the BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless, however the kernel does not use this data so the issue is fairly low. + +FAILED [LOW] DMISerialNumber: Test 2, String index 0x05 in table entry 'Memory +Device (Type 17)' @ 0x8ad142dc, field 'Asset Tag', offset 0x19 has a default +value 'Unknown' and probably has not been updated by the BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless, however the kernel does not use this data so the issue is fairly low. + + +ADVICE: It may be worth checking against section 7.18 of the System Management +BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards +/smbios). + +PASSED: Test 2, Entry @ 0x8ad14346 'Memory Array Mapped Address (Type 19)' +PASSED: Test 2, Entry @ 0x8ad14357 'BIOS Information (Type 0)' +PASSED: Test 2, Entry @ 0x8ad143a5 'System Information (Type 1)' +FAILED [MEDIUM] DMIAssetTag: Test 2, String index 0x05 in table entry 'Base +Board Information (Type 2)' @ 0x8ad143fc, field 'Asset Tag', offset 0x08 has a +default value 'Base Board Asset Tag#' and probably has not been updated by the +BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless. Note that the kernel uses this field so it probably should be corrected +to ensure the kernel is using sane values. + + +ADVICE: It may be worth checking against section 7.3 of the System Management +BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards +/smbios). + +PASSED: Test 2, Entry @ 0x8ad14473 'Chassis Information (Type 3)' +FAILED [LOW] DMISerialNumber: Test 2, String index 0x01 in table entry 'Port +Connector Information (Type 8)' @ 0x8ad144b6, field 'Internal Reference +Designator', offset 0x04 has a default value 'None' and probably has not been +updated by the BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless, however the kernel does not use this data so the issue is fairly low. + + +ADVICE: It may be worth checking against section 7.9 of the System Management +BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards +/smbios). + +FAILED [LOW] DMISerialNumber: Test 2, String index 0x01 in table entry 'Port +Connector Information (Type 8)' @ 0x8ad144ca, field 'Internal Reference +Designator', offset 0x04 has a default value 'None' and probably has not been +updated by the BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless, however the kernel does not use this data so the issue is fairly low. + + +ADVICE: It may be worth checking against section 7.9 of the System Management +BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards +/smbios). + +FAILED [LOW] DMISerialNumber: Test 2, String index 0x01 in table entry 'Port +Connector Information (Type 8)' @ 0x8ad144de, field 'Internal Reference +Designator', offset 0x04 has a default value 'None' and probably has not been +updated by the BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless, however the kernel does not use this data so the issue is fairly low. + + +ADVICE: It may be worth checking against section 7.9 of the System Management +BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards +/smbios). + +FAILED [LOW] DMISerialNumber: Test 2, String index 0x01 in table entry 'Port +Connector Information (Type 8)' @ 0x8ad144fe, field 'Internal Reference +Designator', offset 0x04 has a default value 'None' and probably has not been +updated by the BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless, however the kernel does not use this data so the issue is fairly low. + + +ADVICE: It may be worth checking against section 7.9 of the System Management +BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards +/smbios). + +FAILED [LOW] DMISerialNumber: Test 2, String index 0x01 in table entry 'Port +Connector Information (Type 8)' @ 0x8ad14512, field 'Internal Reference +Designator', offset 0x04 has a default value 'None' and probably has not been +updated by the BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless, however the kernel does not use this data so the issue is fairly low. + + +ADVICE: It may be worth checking against section 7.9 of the System Management +BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards +/smbios). + +FAILED [LOW] DMISerialNumber: Test 2, String index 0x01 in table entry 'Port +Connector Information (Type 8)' @ 0x8ad1452c, field 'Internal Reference +Designator', offset 0x04 has a default value 'None' and probably has not been +updated by the BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless, however the kernel does not use this data so the issue is fairly low. + + +ADVICE: It may be worth checking against section 7.9 of the System Management +BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards +/smbios). + +FAILED [LOW] DMISerialNumber: Test 2, String index 0x01 in table entry 'Port +Connector Information (Type 8)' @ 0x8ad14543, field 'Internal Reference +Designator', offset 0x04 has a default value 'None' and probably has not been +updated by the BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless, however the kernel does not use this data so the issue is fairly low. + + +ADVICE: It may be worth checking against section 7.9 of the System Management +BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards +/smbios). + +FAILED [LOW] DMISerialNumber: Test 2, String index 0x01 in table entry 'Port +Connector Information (Type 8)' @ 0x8ad14563, field 'Internal Reference +Designator', offset 0x04 has a default value 'None' and probably has not been +updated by the BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless, however the kernel does not use this data so the issue is fairly low. + + +ADVICE: It may be worth checking against section 7.9 of the System Management +BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards +/smbios). + +FAILED [LOW] DMISerialNumber: Test 2, String index 0x01 in table entry 'Port +Connector Information (Type 8)' @ 0x8ad14581, field 'Internal Reference +Designator', offset 0x04 has a default value 'None' and probably has not been +updated by the BIOS vendor. + +ADVICE: The DMI table contains data which is clearly been left in a default +setting and not been configured for this machine. Somebody has probably +forgotten to define this field and it basically means this field is effectively +useless, however the kernel does not use this data so the issue is fairly low. + + +ADVICE: It may be worth checking against section 7.9 of the System Management +BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards +/smbios). + +PASSED: Test 2, Entry @ 0x8ad1459f 'System Slot Information (Type 9)' +PASSED: Test 2, Entry @ 0x8ad145b5 'System Slot Information (Type 9)' +PASSED: Test 2, Entry @ 0x8ad145d6 'System Slot Information (Type 9)' +PASSED: Test 2, Entry @ 0x8ad145f7 'System Slot Information (Type 9)' +PASSED: Test 2, Entry @ 0x8ad14618 'System Slot Information (Type 9)' +PASSED: Test 2, Entry @ 0x8ad14639 'On Board Devices (Type 10)' +PASSED: Test 2, Entry @ 0x8ad1465c 'On Board Devices (Type 10)' +PASSED: Test 2, Entry @ 0x8ad14676 'On Board Devices (Type 10)' +PASSED: Test 2, Entry @ 0x8ad14682 'OEM Strings (Type 11)' +PASSED: Test 2, Entry @ 0x8ad1474d 'System Configuration Options (Type 12)' +FAILED [LOW] DMIStringIndexOutOfRange: Test 2, Out of range string index 0x01 +while accessing entry 'BIOS Language Information (Type 13)' @ 0x8ad14754, field +'BIOS Language String 1', offset 0x04 + +ADVICE: DMI strings are stored in a manner that uses a special index to fetch +the Nth string from the data. For this particular DMI string the index given is +not in range which means this particular entry is broken. The Linux kernel does +not use this string, so this error will not cause any system errors. + + +ADVICE: It may be worth checking against section 7.14 of the System Management +BIOS (SMBIOS) Reference Specification (see http://www.dmtf.org/standards +/smbios). + +PASSED: Test 2, Entry @ 0x8ad1476c 'System Boot Information (Type 32)' +PASSED: Test 2, Entry @ 0x8ad14782 'Unknown (Type 131)' +PASSED: Test 2, Entry @ 0x8ad1478a 'Unknown (Type 128)' +PASSED: Test 2, Entry @ 0x8ad147e4 'Unknown (Type 133)' +PASSED: Test 2, Entry @ 0x8ad147f2 'Unknown (Type 221)' +FAILED [HIGH] DMIInvalidEntryLength: Test 2, Invald header length of entry #40, +length was 0x00. + +ADVICE: DMI entry header lengths must be 4 or more bytes long so this error +indicates that the DMI table is unreliable and DMI table checking has been +aborted at entry #40. + +FAILED [MEDIUM] DMIBadTableLength: Test 2, DMI table length was 2523 bytes (as +specified by the SMBIOS header) but the DMI entries used 2112 bytes. +FAILED [MEDIUM] DMIStructCount: Test 2, DMI table was DMI 43 entries in size (as +specified by the SMBIOS header) but only 40 DMI entries were found. + +Test 3 of 3: Test DMI/SMBIOS3 tables for errors. +SKIPPED: Test 3, Cannot find SMBIOS30 table entry, skip the test. + +================================================================================ +31 passed, 21 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +microcode: Test if system is using latest microcode. +-------------------------------------------------------------------------------- +Test 1 of 1: Test for most recent microcode being loaded. +This test verifies if the firmware has put a recent revision of the microcode +into the processor at boot time. Recent microcode is important to have all the +required features and errata updates for the processor. +The kernel did not report that CPU 0 has had a microcode update. The current +firmware is revision 0x17 and probably has not been updated. +The kernel did not report that CPU 1 has had a microcode update. The current +firmware is revision 0x17 and probably has not been updated. +The kernel did not report that CPU 2 has had a microcode update. The current +firmware is revision 0x17 and probably has not been updated. +The kernel did not report that CPU 3 has had a microcode update. The current +firmware is revision 0x17 and probably has not been updated. +SKIPPED: Test 1, Could not determine from kernel log if latest microcode has +been loaded. + +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +msr: MSR register tests. +-------------------------------------------------------------------------------- +Test 1 of 5: Test CPU generic MSRs. +PASSED: Test 1, MSR 0x00000001 P5_MC_TYPE is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000006 MONITOR_FILTER_SIZE is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000017 PLATFORM_ID is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000002a EBL_CR_POWERON is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000001b APIC_BASE is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000003a FEATURE_CONTROL is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000008b BIOS_SIGN_ID is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x000000fe MTRRCAP is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000174 SYSENTER_CS is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000175 SYSENTER_ESP is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000176 SYSENTER_EIP is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000179 MCG_CAP is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000017a MCG_STATUS is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000019a CLOCK_MODULATION is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000019b THERM_INTERRUPT is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x000001a0 MISC_ENABLE is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x000001b2 PACKAGE_THERM_INTERRUPT is consistent across 4 +CPUs. +PASSED: Test 1, MSR 0x000001f2 SMRR_PHYSBASE is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x000001f3 SMRR_PHYSMASK is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000200 MTRR_PHYSBASE0 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000201 MTRR_PHYSMASK0 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000202 MTRR_PHYSBASE1 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000203 MTRR_PHYSMASK1 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000204 MTRR_PHYSBASE2 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000205 MTRR_PHYSMASK2 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000206 MTRR_PHYSBASE3 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000207 MTRR_PHYSMASK3 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000208 MTRR_PHYSBASE4 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000209 MTRR_PHYSMASK4 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000020a MTRR_PHYSBASE5 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000020b MTRR_PHYSMASK5 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000020c MTRR_PHYSBASE6 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000020d MTRR_PHYSMASK6 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000020e MTRR_PHYSBASE7 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000020f MTRR_PHYSMASK7 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000210 MTRR_PHYSBASE8 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000211 MTRR_PHYSMASK8 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000212 MTRR_PHYSBASE9 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000213 MTRR_PHYSMASK9 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000250 MTRR_FIX64K_000 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000258 MTRR_FIX16K_800 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000259 MTRR_FIX16K_a00 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000268 MTRR_FIX4K_C000 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000269 MTRR_FIX4K_C800 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000026a MTRR_FIX4K_D000 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000026b MTRR_FIX4K_D800 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000026c MTRR_FIX4K_E000 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000026d MTRR_FIX4K_E800 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000026e MTRR_FIX4K_F000 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000026f MTRR_FIX4K_F800 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000277 PAT is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000280 MC0_CTL2 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000281 MC1_CTL2 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000282 MC2_CTL2 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000283 MC3_CTL2 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000284 MC4_CTL2 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000285 MC5_CTL2 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000286 MC6_CTL2 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x000002ff MTRR_DEF_TYPE is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x000003f1 PEBS_ENABLE is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000480 VMX_BASIC is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000481 VMX_PINPASED_CTLS is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000482 VMX_PROCBASED_CTLS is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000483 VMX_EXIT_CTLS is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000484 VMX_ENTRY_CTLS is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000485 VMX_MISC is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000486 VMX_CR0_FIXED0 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000487 VMX_CR0_FIXED1 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000488 VMX_CR4_FIXED0 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000489 VMX_CR4_FIXED1 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000048a VMX_VMX_VMCS_ENUM is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000048b VMX_PROCBASED_CTLS2 is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000048c VMX_EPT_VPID_CAP is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x0000048d VMX_TRUE_PINBASED_CTLS is consistent across 4 +CPUs. +PASSED: Test 1, MSR 0x0000048e VMX_TRUE_PROCBASED_CTLS is consistent across 4 +CPUs. +PASSED: Test 1, MSR 0x0000048f VMX_TRUE_EXIT_CTLS is consistent across 4 CPUs. +PASSED: Test 1, MSR 0x00000490 VMX_TRUE_ENTRY_CTLS is consistent across 4 CPUs. +PASSED: Test 1, MSR 0xc0000080 EFER is consistent across 4 CPUs. +PASSED: Test 1, MSR 0xc0000081 STAR is consistent across 4 CPUs. +PASSED: Test 1, MSR 0xc0000082 LSTAR is consistent across 4 CPUs. +PASSED: Test 1, MSR 0xc0000084 FMASK is consistent across 4 CPUs. +PASSED: Test 1, MSR 0xc0000102 KERNEL_GS_BASE is consistent across 4 CPUs. + +Test 2 of 5: Test CPU specific model MSRs. +CPU family: 0x6, model: 0x45 (Haswell) +PASSED: Test 2, MSR 0x000000ce MSR_PLATFORM_INFO is consistent across 4 CPUs. +PASSED: Test 2, MSR 0x0000003b IA32_TSC_ADJUST is consistent across 4 CPUs. +PASSED: Test 2, MSR 0x00000186 IA32_PERFEVTSEL0 is consistent across 4 CPUs. +PASSED: Test 2, MSR 0x00000187 IA32_PERFEVTSEL1 is consistent across 4 CPUs. +PASSED: Test 2, MSR 0x00000188 IA32_PERFEVTSEL2 is consistent across 4 CPUs. +PASSED: Test 2, MSR 0x00000189 IA32_PERFEVTSEL3 is consistent across 4 CPUs. +PASSED: Test 2, MSR 0x00000648 MSR_CONFIG_TDP_NOMINAL is consistent across 4 +CPUs. +PASSED: Test 2, MSR 0x00000649 MSR_CONFIG_TDP_LEVEL1 is consistent across 4 +CPUs. +PASSED: Test 2, MSR 0x0000064a MSR_CONFIG_TDP_LEVEL2 is consistent across 4 +CPUs. +PASSED: Test 2, MSR 0x0000064b MSR_CONFIG_TDP_CONTROL is consistent across 4 +CPUs. +PASSED: Test 2, MSR 0x0000064c MSR_TURBO_ACTIVATION_RATIO is consistent across 4 +CPUs. +PASSED: Test 2, MSR 0x00000630 MSR_PKG_C8_RESIDENCY is consistent across 4 CPUs. +PASSED: Test 2, MSR 0x00000630 MSR_PKG_C9_RESIDENCY is consistent across 4 CPUs. +PASSED: Test 2, MSR 0x00000630 MSR_PKG_C10_RESIDENCY is consistent across 4 +CPUs. +PASSED: Test 2, MSR 0x000001ad MSR_TURBO_RATIO_LIMIT is consistent across 4 +CPUs. +PASSED: Test 2, MSR 0x00000391 MSR_UNC_PERF_GLOBAL_CTRL is consistent across 4 +CPUs. +PASSED: Test 2, MSR 0x00000394 MSR_UNC_PERF_FIXED_CTRL is consistent across 4 +CPUs. +PASSED: Test 2, MSR 0x00000396 MSR_UNC_CB0_CONFIG is consistent across 4 CPUs. +PASSED: Test 2, MSR 0x00000391 MSR_UNC_PERF_GLOBAL_CTRL is consistent across 4 +CPUs. +PASSED: Test 2, MSR 0x00000395 MSR_UNC_PERF_FIXED_CTR is consistent across 4 +CPUs. +PASSED: Test 2, MSR 0x000004e0 MSR_SMM_FEATURE_CONTROL is consistent across 4 +CPUs. +PASSED: Test 2, MSR 0x000004e2 MSR_SMM_DELAYED is consistent across 4 CPUs. +PASSED: Test 2, MSR 0x000004e3 MSR_SMM_BLOCKED is consistent across 4 CPUs. +PASSED: Test 2, MSR 0x00000640 MSR_PP1_POWER_LIMIT is consistent across 4 CPUs. +PASSED: Test 2, MSR 0x00000641 MSR_PP1_ENERGY_STATUS is consistent across 4 +CPUs. + +Test 3 of 5: Test all P State Ratios. +PASSED: Test 3, MSR 0x000000ce Minimum P-State is consistent across 4 CPUs. +PASSED: Test 3, MSR 0x000000ce Maximum P-State is consistent across 4 CPUs. + +Test 4 of 5: Test C1 and C3 autodemotion. +PASSED: Test 4, MSR 0x000000e2 C1 and C3 Autodemotion is consistent across 4 +CPUs. +C1 and C3 Autodemotion disabled. + +Test 5 of 5: Test SMRR MSR registers. +PASSED: Test 5, MSR 0x000001f2 SMRR_PHYSBASE is consistent across 4 CPUs. +PASSED: Test 5, MSR 0x000001f2 SMRR_TYPE is consistent across 4 CPUs. +PASSED: Test 5, MSR 0x000001f3 SMRR_PHYSMASK is consistent across 4 CPUs. +PASSED: Test 5, MSR 0x000001f3 SMRR_VALID is consistent across 4 CPUs. + +================================================================================ +114 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +nx: Test if CPU NX is disabled by the BIOS. +-------------------------------------------------------------------------------- +Test 1 of 3: Test CPU NX capability. +PASSED: Test 1, CPU has NX flags, BIOS is not disabling it. + +Test 2 of 3: Test all CPUs have same BIOS set NX flag. +This test verifies that all CPUs have the same NX flag setting. Although rare, +BIOS may set the NX flag differently per CPU. +PASSED: Test 2, All 4 CPUs have the same NX flag set. + +Test 3 of 3: Test all CPUs have same msr setting in MSR 0x1a0. +This test verifies that all CPUs have the same NX flag setting by examining the +per CPU MSR register 0x1a0. +PASSED: Test 3, All 4 CPUs have the NX flag in MSR 0x1a0 set. + +================================================================================ +3 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +cpufreq: CPU frequency scaling tests. +-------------------------------------------------------------------------------- +WARNING: Test 1, Cannot set CPU 0 governor to userspace. +Failed to intialise cpufreq to set CPU speed +Test 1 of 7: CPU frequency table consistency +PASSED: Test 1, CPU frequency tables are consistent + +Test 2 of 7: CPU frequency table duplicates +PASSED: Test 2, No duplicates in CPU frequency table + +Test 3 of 7: CPU frequency firmware limits +PASSED: Test 3, No BIOS limits imposed + +Test 4 of 7: CPU frequency claimed maximum +WARNING: Test 4, cpu 0 has claimed frequency of 3100000, higher than max freq of +0 +WARNING: Test 4, cpu 1 has claimed frequency of 3100000, higher than max freq of +0 +WARNING: Test 4, cpu 2 has claimed frequency of 3100000, higher than max freq of +0 +WARNING: Test 4, cpu 3 has claimed frequency of 3100000, higher than max freq of +0 +FAILED [MEDIUM] CPUFreqClaimedMax: Test 4, CPU max frequency is unreachable + +Test 5 of 7: CPU frequency SW_ANY control +SKIPPED: Test 5, Can't set CPU frequencies + +Test 6 of 7: CPU frequency SW_ALL control +SKIPPED: Test 6, Can't set CPU frequencies + +Test 7 of 7: CPU frequency performance tests. +FAILED [MEDIUM] CPUFreqSetFailed: Test 7, Can't set CPU frequencies + +================================================================================ +3 passed, 2 failed, 4 warnings, 0 aborted, 2 skipped, 0 info only. +================================================================================ + +maxfreq: Test max CPU frequencies against max scaling frequency. +-------------------------------------------------------------------------------- +Test 1 of 1: Maximum CPU frequency test. +This test checks the maximum CPU frequency as detected by the kernel for each +CPU against maxiumum frequency as specified by the BIOS frequency scaling +settings. +PASSED: Test 1, 4 CPUs passed the maximum frequency check. + +================================================================================ +1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +virt: CPU Virtualisation Configuration test. +-------------------------------------------------------------------------------- +Test 1 of 1: CPU Virtualisation Configuration test. +Check VT/VMX Virtualization extensions are set up correctly. +PASSED: Test 1, Virtualization extensions supported and enabled by BIOS. + +================================================================================ +1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +pnp: BIOS Support Installation structure test. +-------------------------------------------------------------------------------- +Test 1 of 1: PnP BIOS Support Installation structure test. +This test tries to find and sanity check the Plug and Play BIOS Support +Installation Check structure. + +Could not find PnP BIOS Support Installation Check structure. This is not +necessarily a failure. + +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +pciirq: PCI IRQ Routing Table test. +-------------------------------------------------------------------------------- +Test 1 of 1: PCI IRQ Routing Table test. +This test tries to find and sanity check the PCI IRQ Routing Table, as defined +by http://www.microsoft.com/taiwan/whdc/archive/pciirq.mspx and described in +pages 233-238 of PCI System Architecture, Fourth Edition, Mindshare, Inc. +(1999). NOTE: The PCI IRQ Routing Table only really knows about ISA IRQs and is +generally not used with APIC. + +Could not find PCI IRQ Routing Table. Since this table is for legacy BIOS +systems which don't have ACPI support this is generally not a problem. + +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +mpcheck: MultiProcessor Tables tests. +-------------------------------------------------------------------------------- +The kernel is using the ACPI MADT for SMP configuration information, so the +Multiprocessor Tables are not used by the kernel. Any errors in the tables will +not affect the operation of Linux unless it is booted with ACPI disabled. + +NOTE: Since ACPI is being used in preference to the Multiprocessor Tables, any +errors found in the mpcheck tests will be tagged as LOW errors. + +Failed to find the Multiprocessor Table data, skipping mpcheck test. +NOTE: Since the ACPI MADT is being used instead for SMP configuration, this is +not a problem. +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 9 skipped, 0 info only. +================================================================================ + +hda_audio: HDA Audio Pin Configuration test. +-------------------------------------------------------------------------------- +Test 1 of 1: HDA Audio Pin Configuration test. +Checking 'hwC0D0': +Vendor Name : Intel +Vendor ID : 0x80862807 +Subsystem ID : 0x80860101 +Revision ID : 0x100000 +BIOS pin configurations: + Pin Setting + 0x0005 0x18560010 + 0x0006 0x18560010 + 0x0007 0x18560010 +PASSED: Test 1, Default BIOS pin configurations did not have software override. + +Checking 'hwC1D0': +Vendor Name : Cirrus Logic +Vendor ID : 0x10134208 +Subsystem ID : 0x106b5d00 +Revision ID : 0x100300 +BIOS pin configurations: + Pin Setting + 0x0010 0x002b4020 + 0x0011 0x400000f0 + 0x0012 0x90100110 + 0x0013 0x90100112 + 0x0014 0x400000f0 + 0x0015 0x400000f0 + 0x0016 0x400000f0 + 0x0017 0x400000f0 + 0x0018 0x00ab9040 + 0x0019 0x400000f0 + 0x001a 0x400000f0 + 0x001b 0x400000f0 + 0x001c 0x90a60100 + 0x001d 0x400000f0 + 0x001e 0x400000f0 + 0x001f 0x400000f0 + 0x0020 0x400000f0 + 0x0021 0x004be030 + 0x0022 0x400000f0 +PASSED: Test 1, Default BIOS pin configurations did not have software override. + + +================================================================================ +2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +ebda: Test EBDA region is mapped and reserved in memory map table. +-------------------------------------------------------------------------------- +Machine is not using traditional BIOS firmware, skipping test. +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +bios32: BIOS32 Service Directory test. +-------------------------------------------------------------------------------- +Machine is not using traditional BIOS firmware, skipping test. +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +apicedge: APIC edge/level test. +-------------------------------------------------------------------------------- +Test 1 of 1: Legacy and PCI Interrupt Edge/Level trigger tests. +FAILED [MEDIUM] NonLegacyIRQLevelTrig: Test 1, Non-Legacy interrupt 0 is +incorrectly level triggered. +FAILED [MEDIUM] NonLegacyIRQLevelTrig: Test 1, Non-Legacy interrupt 8 is +incorrectly level triggered. + +================================================================================ +0 passed, 2 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +xenv: XENV Xen Environment Table tests. +-------------------------------------------------------------------------------- +ACPI XENV table does not exist, skipping test +Aborted test, initialisation failed. +================================================================================ +0 passed, 0 failed, 0 warning, 1 aborted, 0 skipped, 0 info only. +================================================================================ + +xsdt: XSDT Extended System Description Table test. +-------------------------------------------------------------------------------- +Test 1 of 1: XSDT Extended System Description Table test. +PASSED: Test 1, No issues found in XSDT table. + +================================================================================ +1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +wmi: Extract and analyse Windows Management Instrumentation (WMI). +-------------------------------------------------------------------------------- +Test 1 of 1: Windows Management Instrumentation test. +No ACPI _WDG WMI data found. + +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +wdat: WDAT Microsoft Hardware Watchdog Action Table test. +-------------------------------------------------------------------------------- +ACPI WDAT table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +wakealarm: ACPI Wakealarm tests. +-------------------------------------------------------------------------------- +Test 1 of 4: Test existence of RTC with alarm interface. +PASSED: Test 1, RTC with a RTC alarm ioctl() interface found. + +Test 2 of 4: Trigger wakealarm for 1 seconds in the future. +Trigger wakealarm for 1 seconds in the future. +PASSED: Test 2, RTC wakealarm was triggered successfully. + +Test 3 of 4: Test if wakealarm is fired. +PASSED: Test 3, RTC wakealarm triggered and fired successfully. + +Test 4 of 4: Multiple wakealarm firing tests. +Trigger wakealarm for 1 seconds in the future. +Trigger wakealarm for 2 seconds in the future. +Trigger wakealarm for 3 seconds in the future. +Trigger wakealarm for 4 seconds in the future. +PASSED: Test 4, RTC wakealarm triggered and fired successfully. + +================================================================================ +4 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +waet: WAET Windows ACPI Emulated Devices Table test. +-------------------------------------------------------------------------------- +ACPI WAET table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +uefi: UEFI Data Table test. +-------------------------------------------------------------------------------- +ACPI UEFI table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +tpm2: TPM2 Trusted Platform Module 2 test. +-------------------------------------------------------------------------------- +ACPI TPM2 table does not exist, skipping test +Aborted test, initialisation failed. +================================================================================ +0 passed, 0 failed, 0 warning, 1 aborted, 0 skipped, 0 info only. +================================================================================ + +tcpa: TCPA Trusted Computing Platform Alliance Capabilities Table test. +-------------------------------------------------------------------------------- +ACPI TCPA table does not exist, skipping test +Aborted test, initialisation failed. +================================================================================ +0 passed, 0 failed, 0 warning, 1 aborted, 0 skipped, 0 info only. +================================================================================ + +syntaxcheck: Re-assemble DSDT and SSDTs to find syntax errors and warnings. +-------------------------------------------------------------------------------- +Test 1 of 1: Disassemble and reassemble DSDT and SSDTs. + +Checking ACPI table DSDT (#0) + +FAILED [MEDIUM] AMLAsmASL_MSG_RETURN_TYPES: Test 1, Assembler warning in line +2295 +Line | AML source +-------------------------------------------------------------------------------- +02292| Name (GUID, ToUUID ("") /* PCI Host Bridge Device */) +02293| Name (SUPP, 0x00) +02294| Name (CTRL, 0x00) +02295| Method (_OSC, 4, Serialized) // _OSC: Operating System Capabilities + | ^ + | Warning 3115: Not all control paths return a value (_OSC) +02296| { +02297| Store (Arg3, Local0) +02298| CreateDWordField (Local0, 0x00, CDW1) +================================================================================ + +ADVICE: (for Warning #3115, ASL_MSG_RETURN_TYPES): Some of the execution paths +do not return a value. All control paths that return must return a value +otherwise unexpected behaviour may occur. This error occurs because a branch on +an conditional op-code returns a value and another does not, which is +inconsistent behaviour. + +FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_RETURN_VALUE: Test 1, Assembler warning +in line 2295 +Line | AML source +-------------------------------------------------------------------------------- +02292| Name (GUID, ToUUID ("") /* PCI Host Bridge Device */) +02293| Name (SUPP, 0x00) +02294| Name (CTRL, 0x00) +02295| Method (_OSC, 4, Serialized) // _OSC: Operating System Capabilities + | ^ + | Warning 3107: Reserved method must return a value (Buffer required for _OSC) +02296| { +02297| Store (Arg3, Local0) +02298| CreateDWordField (Local0, 0x00, CDW1) +================================================================================ + +ADVICE: (for Warning #3107, ASL_MSG_RESERVED_RETURN_VALUE): A reserved method +was expected to return a value, however, it does not. This is unexpected +behaviour that does not conform the the ACPI specification. + +FAILED [LOW] AMLAsmASL_MSG_SERIALIZED_REQUIRED: Test 1, Assembler remark in line +2590 +Line | AML source +-------------------------------------------------------------------------------- +02587| } +02588| } +02589| +02590| Method (_DOD, 0, NotSerialized) // _DOD: Display Output Devices + | ^ + | Remark 2120: Control Method should be made Serialized (due to creation of named objects within) +02591| { +02592| If (CondRefOf (IDAB)) {} +02593| Else +================================================================================ + +ADVICE: (for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is +created inside a non-serialized method - this method should be serialized. It is +possible that one thread enters the method and blocks and then a second thread +also executes the method, ending up in two attempts to create the object and +causing a failure. + +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4641 +Line | AML source +-------------------------------------------------------------------------------- +04638| { +04639| Name (RTLA, ResourceTemplate () +04640| { +04641| IRQ (Level, ActiveLow, Shared, _Y0E) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04642| {} +04643| }) +04644| CreateWordField (RTLA, \_SB.LNKA._CRS._Y0E._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4641 +Line | AML source +-------------------------------------------------------------------------------- +04638| { +04639| Name (RTLA, ResourceTemplate () +04640| { +04641| IRQ (Level, ActiveLow, Shared, _Y0E) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04642| {} +04643| }) +04644| CreateWordField (RTLA, \_SB.LNKA._CRS._Y0E._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4641 +Line | AML source +-------------------------------------------------------------------------------- +04638| { +04639| Name (RTLA, ResourceTemplate () +04640| { +04641| IRQ (Level, ActiveLow, Shared, _Y0E) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04642| {} +04643| }) +04644| CreateWordField (RTLA, \_SB.LNKA._CRS._Y0E._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4689 +Line | AML source +-------------------------------------------------------------------------------- +04686| { +04687| Name (RTLB, ResourceTemplate () +04688| { +04689| IRQ (Level, ActiveLow, Shared, _Y0F) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04690| {} +04691| }) +04692| CreateWordField (RTLB, \_SB.LNKB._CRS._Y0F._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4689 +Line | AML source +-------------------------------------------------------------------------------- +04686| { +04687| Name (RTLB, ResourceTemplate () +04688| { +04689| IRQ (Level, ActiveLow, Shared, _Y0F) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04690| {} +04691| }) +04692| CreateWordField (RTLB, \_SB.LNKB._CRS._Y0F._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4689 +Line | AML source +-------------------------------------------------------------------------------- +04686| { +04687| Name (RTLB, ResourceTemplate () +04688| { +04689| IRQ (Level, ActiveLow, Shared, _Y0F) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04690| {} +04691| }) +04692| CreateWordField (RTLB, \_SB.LNKB._CRS._Y0F._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4737 +Line | AML source +-------------------------------------------------------------------------------- +04734| { +04735| Name (RTLC, ResourceTemplate () +04736| { +04737| IRQ (Level, ActiveLow, Shared, _Y10) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04738| {} +04739| }) +04740| CreateWordField (RTLC, \_SB.LNKC._CRS._Y10._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4737 +Line | AML source +-------------------------------------------------------------------------------- +04734| { +04735| Name (RTLC, ResourceTemplate () +04736| { +04737| IRQ (Level, ActiveLow, Shared, _Y10) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04738| {} +04739| }) +04740| CreateWordField (RTLC, \_SB.LNKC._CRS._Y10._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4737 +Line | AML source +-------------------------------------------------------------------------------- +04734| { +04735| Name (RTLC, ResourceTemplate () +04736| { +04737| IRQ (Level, ActiveLow, Shared, _Y10) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04738| {} +04739| }) +04740| CreateWordField (RTLC, \_SB.LNKC._CRS._Y10._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4785 +Line | AML source +-------------------------------------------------------------------------------- +04782| { +04783| Name (RTLD, ResourceTemplate () +04784| { +04785| IRQ (Level, ActiveLow, Shared, _Y11) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04786| {} +04787| }) +04788| CreateWordField (RTLD, \_SB.LNKD._CRS._Y11._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4785 +Line | AML source +-------------------------------------------------------------------------------- +04782| { +04783| Name (RTLD, ResourceTemplate () +04784| { +04785| IRQ (Level, ActiveLow, Shared, _Y11) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04786| {} +04787| }) +04788| CreateWordField (RTLD, \_SB.LNKD._CRS._Y11._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4785 +Line | AML source +-------------------------------------------------------------------------------- +04782| { +04783| Name (RTLD, ResourceTemplate () +04784| { +04785| IRQ (Level, ActiveLow, Shared, _Y11) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04786| {} +04787| }) +04788| CreateWordField (RTLD, \_SB.LNKD._CRS._Y11._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4833 +Line | AML source +-------------------------------------------------------------------------------- +04830| { +04831| Name (RTLE, ResourceTemplate () +04832| { +04833| IRQ (Level, ActiveLow, Shared, _Y12) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04834| {} +04835| }) +04836| CreateWordField (RTLE, \_SB.LNKE._CRS._Y12._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4833 +Line | AML source +-------------------------------------------------------------------------------- +04830| { +04831| Name (RTLE, ResourceTemplate () +04832| { +04833| IRQ (Level, ActiveLow, Shared, _Y12) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04834| {} +04835| }) +04836| CreateWordField (RTLE, \_SB.LNKE._CRS._Y12._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4833 +Line | AML source +-------------------------------------------------------------------------------- +04830| { +04831| Name (RTLE, ResourceTemplate () +04832| { +04833| IRQ (Level, ActiveLow, Shared, _Y12) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04834| {} +04835| }) +04836| CreateWordField (RTLE, \_SB.LNKE._CRS._Y12._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4881 +Line | AML source +-------------------------------------------------------------------------------- +04878| { +04879| Name (RTLF, ResourceTemplate () +04880| { +04881| IRQ (Level, ActiveLow, Shared, _Y13) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04882| {} +04883| }) +04884| CreateWordField (RTLF, \_SB.LNKF._CRS._Y13._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4881 +Line | AML source +-------------------------------------------------------------------------------- +04878| { +04879| Name (RTLF, ResourceTemplate () +04880| { +04881| IRQ (Level, ActiveLow, Shared, _Y13) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04882| {} +04883| }) +04884| CreateWordField (RTLF, \_SB.LNKF._CRS._Y13._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4881 +Line | AML source +-------------------------------------------------------------------------------- +04878| { +04879| Name (RTLF, ResourceTemplate () +04880| { +04881| IRQ (Level, ActiveLow, Shared, _Y13) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04882| {} +04883| }) +04884| CreateWordField (RTLF, \_SB.LNKF._CRS._Y13._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4929 +Line | AML source +-------------------------------------------------------------------------------- +04926| { +04927| Name (RTLG, ResourceTemplate () +04928| { +04929| IRQ (Level, ActiveLow, Shared, _Y14) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04930| {} +04931| }) +04932| CreateWordField (RTLG, \_SB.LNKG._CRS._Y14._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4929 +Line | AML source +-------------------------------------------------------------------------------- +04926| { +04927| Name (RTLG, ResourceTemplate () +04928| { +04929| IRQ (Level, ActiveLow, Shared, _Y14) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04930| {} +04931| }) +04932| CreateWordField (RTLG, \_SB.LNKG._CRS._Y14._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4929 +Line | AML source +-------------------------------------------------------------------------------- +04926| { +04927| Name (RTLG, ResourceTemplate () +04928| { +04929| IRQ (Level, ActiveLow, Shared, _Y14) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04930| {} +04931| }) +04932| CreateWordField (RTLG, \_SB.LNKG._CRS._Y14._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4977 +Line | AML source +-------------------------------------------------------------------------------- +04974| { +04975| Name (RTLH, ResourceTemplate () +04976| { +04977| IRQ (Level, ActiveLow, Shared, _Y15) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04978| {} +04979| }) +04980| CreateWordField (RTLH, \_SB.LNKH._CRS._Y15._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4977 +Line | AML source +-------------------------------------------------------------------------------- +04974| { +04975| Name (RTLH, ResourceTemplate () +04976| { +04977| IRQ (Level, ActiveLow, Shared, _Y15) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04978| {} +04979| }) +04980| CreateWordField (RTLH, \_SB.LNKH._CRS._Y15._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 4977 +Line | AML source +-------------------------------------------------------------------------------- +04974| { +04975| Name (RTLH, ResourceTemplate () +04976| { +04977| IRQ (Level, ActiveLow, Shared, _Y15) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_CRS]) +04978| {} +04979| }) +04980| CreateWordField (RTLH, \_SB.LNKH._CRS._Y15._INT, IRQ0) // _INT: Interrupts +================================================================================ +FAILED [LOW] AMLAsmUnknown: Test 1, Assembler remark in line 5678 +Line | AML source +-------------------------------------------------------------------------------- +05675| Store (SBPC (0x03E8), Local0) +05676| If (LNot (Local0)) +05677| { +05678| Store (SBDW, Arg2) + | ^ + | Remark 2146: Method Argument is never used (Arg2) +05679| } +05680| } +05681| +================================================================================ +FAILED [MEDIUM] AMLAsmUnknown: Test 1, Assembler warning in line 5694 +Line | AML source +-------------------------------------------------------------------------------- +05691| Store (Buffer (0x01) +05692| { +05693| 0x00 /* . */ +05694| }, Local1) + | ^ + | Warning 3144: Method Local is set but never used (Local1) +05695| If (LNot (Acquire (\_SB.PCI0.LPCB.EC.SMB0.SMTX, 0xFFFF))) +05696| { +05697| If (LEqual (SPTR, 0x00)) +================================================================================ +FAILED [LOW] AMLAsmUnknown: Test 1, Assembler remark in line 5705 +Line | AML source +-------------------------------------------------------------------------------- +05702| Store (SBPC (0x03E8), Local0) +05703| If (LNot (Local0)) +05704| { +05705| Store (SBFR, Arg2) + | ^ + | Remark 2146: Method Argument is never used (Arg2) +05706| } +05707| } +05708| +================================================================================ +FAILED [MEDIUM] AMLAsmUnknown: Test 1, Assembler warning in line 7414 +Line | AML source +-------------------------------------------------------------------------------- +07411| { +07412| \_SB.PCI0.RMCR () +07413| Store (0x07DC, OSYS) /* \OSYS */ +07414| If (CondRefOf (\_OSI, Local0)) + | ^ + | Warning 3144: Method Local is set but never used (Local0) +07415| { +07416| If (_OSI ("Darwin")) +07417| { +================================================================================ +FAILED [MEDIUM] AMLAsmUnknown: Test 1, Assembler warning in line 7465 +Line | AML source +-------------------------------------------------------------------------------- +07462| Method (PINI, 0, NotSerialized) +07463| { +07464| Store (0x07DC, OSYS) /* \OSYS */ +07465| If (CondRefOf (_OSI, Local0)) + | ^ + | Warning 3144: Method Local is set but never used (Local0) +07466| { +07467| If (_OSI ("Darwin")) +07468| { +================================================================================ +FAILED [LOW] AMLAsmUnknown: Test 1, Assembler remark in line 7710 +Line | AML source +-------------------------------------------------------------------------------- +07707| } +07708| } +07709| +07710| Method (DTGP, 5, NotSerialized) + | ^ + | Remark 2146: Method Argument is never used (Arg3) +07711| { +07712| If (LEqual (Arg0, ToUUID (""))) +07713| { +================================================================================ +FAILED [LOW] AMLAsmUnknown: Test 1, Assembler remark in line 7735 +Line | AML source +-------------------------------------------------------------------------------- +07732| Store (Buffer (0x01) +07733| { +07734| 0x00 /* . */ +07735| }, Arg4) + | ^ + | Remark 2146: Method Argument is never used (Arg4) +07736| Return (Zero) +07737| } +07738| +================================================================================ +Table DSDT (0) reassembly: Found 0 errors, 5 warnings, 29 remarks. + + +Checking ACPI table SSDT (#1) + +FAILED [LOW] AMLAsmASL_MSG_SERIALIZED_REQUIRED: Test 1, Assembler remark in line +32 +Line | AML source +-------------------------------------------------------------------------------- +00029| Device (PRT0) +00030| { +00031| Name (_ADR, 0xFFFF) // _ADR: Address +00032| Method (_SDD, 1, NotSerialized) // _SDD: Set Device Data + | ^ + | Remark 2120: Control Method should be made Serialized (due to creation of named objects within) +00033| { +00034| Name (GBU0, Buffer (0x07) +00035| { +================================================================================ + +ADVICE: (for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is +created inside a non-serialized method - this method should be serialized. It is +possible that one thread enters the method and blocks and then a second thread +also executes the method, ending up in two attempts to create the object and +causing a failure. + +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 40 +Line | AML source +-------------------------------------------------------------------------------- +00037| }) +00038| CreateByteField (GBU0, 0x00, GB00) +00039| CreateByteField (GBU0, 0x01, GB01) +00040| CreateByteField (GBU0, 0x02, GB02) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_SDD]) +00041| CreateByteField (GBU0, 0x03, GB03) +00042| CreateByteField (GBU0, 0x04, GB04) +00043| CreateByteField (GBU0, 0x05, GB05) +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 41 +Line | AML source +-------------------------------------------------------------------------------- +00038| CreateByteField (GBU0, 0x00, GB00) +00039| CreateByteField (GBU0, 0x01, GB01) +00040| CreateByteField (GBU0, 0x02, GB02) +00041| CreateByteField (GBU0, 0x03, GB03) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_SDD]) +00042| CreateByteField (GBU0, 0x04, GB04) +00043| CreateByteField (GBU0, 0x05, GB05) +00044| CreateByteField (GBU0, 0x06, GB06) +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 42 +Line | AML source +-------------------------------------------------------------------------------- +00039| CreateByteField (GBU0, 0x01, GB01) +00040| CreateByteField (GBU0, 0x02, GB02) +00041| CreateByteField (GBU0, 0x03, GB03) +00042| CreateByteField (GBU0, 0x04, GB04) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_SDD]) +00043| CreateByteField (GBU0, 0x05, GB05) +00044| CreateByteField (GBU0, 0x06, GB06) +00045| If (LEqual (SizeOf (Arg0), 0x0200)) +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 43 +Line | AML source +-------------------------------------------------------------------------------- +00040| CreateByteField (GBU0, 0x02, GB02) +00041| CreateByteField (GBU0, 0x03, GB03) +00042| CreateByteField (GBU0, 0x04, GB04) +00043| CreateByteField (GBU0, 0x05, GB05) + | ^ + | Remark 2089: Object is not referenced (Name is within method [_SDD]) +00044| CreateByteField (GBU0, 0x06, GB06) +00045| If (LEqual (SizeOf (Arg0), 0x0200)) +00046| { +================================================================================ +Table SSDT (1) reassembly: Found 0 errors, 0 warnings, 5 remarks. + + +Checking ACPI table SSDT (#2) + +FAILED [HIGH] AMLAsmASL_MSG_SYNTAX: Test 1, Assembler error in line 23 +Line | AML source +-------------------------------------------------------------------------------- +00020| */ +00021| DefinitionBlock ("/tmp/fwts_tmp_table_2305_SSDT_10.aml", "SSDT", 1, "APPLE ", "SmcDppt", 0x00001000) +00022| { +================================================================================ + +ADVICE: (for Error #6126, ASL_MSG_SYNTAX): The disassembled code cannot be +reassembled using the strict IASL compiler as it contains syntax errors. + +FAILED [HIGH] SyntaxCheckIASLCompilerAborted: Test 1, Compilation aborted early +due to a parser detected syntax error. + +ADVICE: Some subsequent errors may not be detected because the compiler had to +terminate prematurely. If the compiler did not abort early then potentially +correct code may parse incorrectly producing some or many false positive errors. + +Table SSDT (2) reassembly: Found 1 errors, 0 warnings, 0 remarks. + + +Checking ACPI table SSDT (#3) + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 618 +Line | AML source +-------------------------------------------------------------------------------- +00615| }) +00616| Name (_PLD, Package (0x10) // _PLD: Physical Location of Device +00617| { +00618| 0x81, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 0, Buffer required) +00619| 0x00, +00620| 0x00, +00621| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 619 +Line | AML source +-------------------------------------------------------------------------------- +00616| Name (_PLD, Package (0x10) // _PLD: Physical Location of Device +00617| { +00618| 0x81, +00619| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 1, Buffer required) +00620| 0x00, +00621| 0x00, +00622| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 620 +Line | AML source +-------------------------------------------------------------------------------- +00617| { +00618| 0x81, +00619| 0x00, +00620| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 2, Buffer required) +00621| 0x00, +00622| 0x00, +00623| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 621 +Line | AML source +-------------------------------------------------------------------------------- +00618| 0x81, +00619| 0x00, +00620| 0x00, +00621| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 3, Buffer required) +00622| 0x00, +00623| 0x00, +00624| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 622 +Line | AML source +-------------------------------------------------------------------------------- +00619| 0x00, +00620| 0x00, +00621| 0x00, +00622| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 4, Buffer required) +00623| 0x00, +00624| 0x00, +00625| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 623 +Line | AML source +-------------------------------------------------------------------------------- +00620| 0x00, +00621| 0x00, +00622| 0x00, +00623| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 5, Buffer required) +00624| 0x00, +00625| 0x00, +00626| 0x31, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 624 +Line | AML source +-------------------------------------------------------------------------------- +00621| 0x00, +00622| 0x00, +00623| 0x00, +00624| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 6, Buffer required) +00625| 0x00, +00626| 0x31, +00627| 0x1C, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 625 +Line | AML source +-------------------------------------------------------------------------------- +00622| 0x00, +00623| 0x00, +00624| 0x00, +00625| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 7, Buffer required) +00626| 0x31, +00627| 0x1C, +00628| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 626 +Line | AML source +-------------------------------------------------------------------------------- +00623| 0x00, +00624| 0x00, +00625| 0x00, +00626| 0x31, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 8, Buffer required) +00627| 0x1C, +00628| 0x00, +00629| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 627 +Line | AML source +-------------------------------------------------------------------------------- +00624| 0x00, +00625| 0x00, +00626| 0x31, +00627| 0x1C, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 9, Buffer required) +00628| 0x00, +00629| 0x00, +00630| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 628 +Line | AML source +-------------------------------------------------------------------------------- +00625| 0x00, +00626| 0x31, +00627| 0x1C, +00628| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 10, Buffer required) +00629| 0x00, +00630| 0x00, +00631| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 629 +Line | AML source +-------------------------------------------------------------------------------- +00626| 0x31, +00627| 0x1C, +00628| 0x00, +00629| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 11, Buffer required) +00630| 0x00, +00631| 0x00, +00632| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 630 +Line | AML source +-------------------------------------------------------------------------------- +00627| 0x1C, +00628| 0x00, +00629| 0x00, +00630| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 12, Buffer required) +00631| 0x00, +00632| 0x00, +00633| 0x00 +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 631 +Line | AML source +-------------------------------------------------------------------------------- +00628| 0x00, +00629| 0x00, +00630| 0x00, +00631| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 13, Buffer required) +00632| 0x00, +00633| 0x00 +00634| }) +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 632 +Line | AML source +-------------------------------------------------------------------------------- +00629| 0x00, +00630| 0x00, +00631| 0x00, +00632| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 14, Buffer required) +00633| 0x00 +00634| }) +00635| Name (MUXS, "EHCA") +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 633 +Line | AML source +-------------------------------------------------------------------------------- +00630| 0x00, +00631| 0x00, +00632| 0x00, +00633| 0x00 + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 15, Buffer required) +00634| }) +00635| Name (MUXS, "EHCA") +00636| } +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 650 +Line | AML source +-------------------------------------------------------------------------------- +00647| }) +00648| Name (_PLD, Package (0x10) // _PLD: Physical Location of Device +00649| { +00650| 0x81, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 0, Buffer required) +00651| 0x00, +00652| 0x00, +00653| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 651 +Line | AML source +-------------------------------------------------------------------------------- +00648| Name (_PLD, Package (0x10) // _PLD: Physical Location of Device +00649| { +00650| 0x81, +00651| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 1, Buffer required) +00652| 0x00, +00653| 0x00, +00654| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 652 +Line | AML source +-------------------------------------------------------------------------------- +00649| { +00650| 0x81, +00651| 0x00, +00652| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 2, Buffer required) +00653| 0x00, +00654| 0x00, +00655| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 653 +Line | AML source +-------------------------------------------------------------------------------- +00650| 0x81, +00651| 0x00, +00652| 0x00, +00653| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 3, Buffer required) +00654| 0x00, +00655| 0x00, +00656| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 654 +Line | AML source +-------------------------------------------------------------------------------- +00651| 0x00, +00652| 0x00, +00653| 0x00, +00654| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 4, Buffer required) +00655| 0x00, +00656| 0x00, +00657| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 655 +Line | AML source +-------------------------------------------------------------------------------- +00652| 0x00, +00653| 0x00, +00654| 0x00, +00655| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 5, Buffer required) +00656| 0x00, +00657| 0x00, +00658| 0x31, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 656 +Line | AML source +-------------------------------------------------------------------------------- +00653| 0x00, +00654| 0x00, +00655| 0x00, +00656| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 6, Buffer required) +00657| 0x00, +00658| 0x31, +00659| 0x1C, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 657 +Line | AML source +-------------------------------------------------------------------------------- +00654| 0x00, +00655| 0x00, +00656| 0x00, +00657| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 7, Buffer required) +00658| 0x31, +00659| 0x1C, +00660| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 658 +Line | AML source +-------------------------------------------------------------------------------- +00655| 0x00, +00656| 0x00, +00657| 0x00, +00658| 0x31, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 8, Buffer required) +00659| 0x1C, +00660| 0x00, +00661| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 659 +Line | AML source +-------------------------------------------------------------------------------- +00656| 0x00, +00657| 0x00, +00658| 0x31, +00659| 0x1C, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 9, Buffer required) +00660| 0x00, +00661| 0x00, +00662| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 660 +Line | AML source +-------------------------------------------------------------------------------- +00657| 0x00, +00658| 0x31, +00659| 0x1C, +00660| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 10, Buffer required) +00661| 0x00, +00662| 0x00, +00663| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 661 +Line | AML source +-------------------------------------------------------------------------------- +00658| 0x31, +00659| 0x1C, +00660| 0x00, +00661| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 11, Buffer required) +00662| 0x00, +00663| 0x00, +00664| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 662 +Line | AML source +-------------------------------------------------------------------------------- +00659| 0x1C, +00660| 0x00, +00661| 0x00, +00662| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 12, Buffer required) +00663| 0x00, +00664| 0x00, +00665| 0x00 +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 663 +Line | AML source +-------------------------------------------------------------------------------- +00660| 0x00, +00661| 0x00, +00662| 0x00, +00663| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 13, Buffer required) +00664| 0x00, +00665| 0x00 +00666| }) +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 664 +Line | AML source +-------------------------------------------------------------------------------- +00661| 0x00, +00662| 0x00, +00663| 0x00, +00664| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 14, Buffer required) +00665| 0x00 +00666| }) +00667| Name (MUXS, "EHCB") +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 665 +Line | AML source +-------------------------------------------------------------------------------- +00662| 0x00, +00663| 0x00, +00664| 0x00, +00665| 0x00 + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 15, Buffer required) +00666| }) +00667| Name (MUXS, "EHCB") +00668| } +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 682 +Line | AML source +-------------------------------------------------------------------------------- +00679| }) +00680| Name (_PLD, Package (0x10) // _PLD: Physical Location of Device +00681| { +00682| 0x81, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 0, Buffer required) +00683| 0x00, +00684| 0x00, +00685| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 683 +Line | AML source +-------------------------------------------------------------------------------- +00680| Name (_PLD, Package (0x10) // _PLD: Physical Location of Device +00681| { +00682| 0x81, +00683| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 1, Buffer required) +00684| 0x00, +00685| 0x00, +00686| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 684 +Line | AML source +-------------------------------------------------------------------------------- +00681| { +00682| 0x81, +00683| 0x00, +00684| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 2, Buffer required) +00685| 0x00, +00686| 0x00, +00687| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 685 +Line | AML source +-------------------------------------------------------------------------------- +00682| 0x81, +00683| 0x00, +00684| 0x00, +00685| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 3, Buffer required) +00686| 0x00, +00687| 0x00, +00688| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 686 +Line | AML source +-------------------------------------------------------------------------------- +00683| 0x00, +00684| 0x00, +00685| 0x00, +00686| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 4, Buffer required) +00687| 0x00, +00688| 0x00, +00689| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 687 +Line | AML source +-------------------------------------------------------------------------------- +00684| 0x00, +00685| 0x00, +00686| 0x00, +00687| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 5, Buffer required) +00688| 0x00, +00689| 0x00, +00690| 0x30, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 688 +Line | AML source +-------------------------------------------------------------------------------- +00685| 0x00, +00686| 0x00, +00687| 0x00, +00688| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 6, Buffer required) +00689| 0x00, +00690| 0x30, +00691| 0x1C, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 689 +Line | AML source +-------------------------------------------------------------------------------- +00686| 0x00, +00687| 0x00, +00688| 0x00, +00689| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 7, Buffer required) +00690| 0x30, +00691| 0x1C, +00692| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 690 +Line | AML source +-------------------------------------------------------------------------------- +00687| 0x00, +00688| 0x00, +00689| 0x00, +00690| 0x30, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 8, Buffer required) +00691| 0x1C, +00692| 0x00, +00693| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 691 +Line | AML source +-------------------------------------------------------------------------------- +00688| 0x00, +00689| 0x00, +00690| 0x30, +00691| 0x1C, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 9, Buffer required) +00692| 0x00, +00693| 0x00, +00694| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 692 +Line | AML source +-------------------------------------------------------------------------------- +00689| 0x00, +00690| 0x30, +00691| 0x1C, +00692| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 10, Buffer required) +00693| 0x00, +00694| 0x00, +00695| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 693 +Line | AML source +-------------------------------------------------------------------------------- +00690| 0x30, +00691| 0x1C, +00692| 0x00, +00693| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 11, Buffer required) +00694| 0x00, +00695| 0x00, +00696| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 694 +Line | AML source +-------------------------------------------------------------------------------- +00691| 0x1C, +00692| 0x00, +00693| 0x00, +00694| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 12, Buffer required) +00695| 0x00, +00696| 0x00, +00697| 0x00 +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 695 +Line | AML source +-------------------------------------------------------------------------------- +00692| 0x00, +00693| 0x00, +00694| 0x00, +00695| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 13, Buffer required) +00696| 0x00, +00697| 0x00 +00698| }) +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 696 +Line | AML source +-------------------------------------------------------------------------------- +00693| 0x00, +00694| 0x00, +00695| 0x00, +00696| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 14, Buffer required) +00697| 0x00 +00698| }) +00699| } +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 697 +Line | AML source +-------------------------------------------------------------------------------- +00694| 0x00, +00695| 0x00, +00696| 0x00, +00697| 0x00 + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 15, Buffer required) +00698| }) +00699| } +00700| +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 713 +Line | AML source +-------------------------------------------------------------------------------- +00710| }) +00711| Name (_PLD, Package (0x10) // _PLD: Physical Location of Device +00712| { +00713| 0x81, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 0, Buffer required) +00714| 0x00, +00715| 0x00, +00716| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 714 +Line | AML source +-------------------------------------------------------------------------------- +00711| Name (_PLD, Package (0x10) // _PLD: Physical Location of Device +00712| { +00713| 0x81, +00714| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 1, Buffer required) +00715| 0x00, +00716| 0x00, +00717| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 715 +Line | AML source +-------------------------------------------------------------------------------- +00712| { +00713| 0x81, +00714| 0x00, +00715| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 2, Buffer required) +00716| 0x00, +00717| 0x00, +00718| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 716 +Line | AML source +-------------------------------------------------------------------------------- +00713| 0x81, +00714| 0x00, +00715| 0x00, +00716| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 3, Buffer required) +00717| 0x00, +00718| 0x00, +00719| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 717 +Line | AML source +-------------------------------------------------------------------------------- +00714| 0x00, +00715| 0x00, +00716| 0x00, +00717| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 4, Buffer required) +00718| 0x00, +00719| 0x00, +00720| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 718 +Line | AML source +-------------------------------------------------------------------------------- +00715| 0x00, +00716| 0x00, +00717| 0x00, +00718| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 5, Buffer required) +00719| 0x00, +00720| 0x00, +00721| 0x30, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 719 +Line | AML source +-------------------------------------------------------------------------------- +00716| 0x00, +00717| 0x00, +00718| 0x00, +00719| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 6, Buffer required) +00720| 0x00, +00721| 0x30, +00722| 0x1C, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 720 +Line | AML source +-------------------------------------------------------------------------------- +00717| 0x00, +00718| 0x00, +00719| 0x00, +00720| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 7, Buffer required) +00721| 0x30, +00722| 0x1C, +00723| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 721 +Line | AML source +-------------------------------------------------------------------------------- +00718| 0x00, +00719| 0x00, +00720| 0x00, +00721| 0x30, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 8, Buffer required) +00722| 0x1C, +00723| 0x00, +00724| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 722 +Line | AML source +-------------------------------------------------------------------------------- +00719| 0x00, +00720| 0x00, +00721| 0x30, +00722| 0x1C, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 9, Buffer required) +00723| 0x00, +00724| 0x00, +00725| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 723 +Line | AML source +-------------------------------------------------------------------------------- +00720| 0x00, +00721| 0x30, +00722| 0x1C, +00723| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 10, Buffer required) +00724| 0x00, +00725| 0x00, +00726| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 724 +Line | AML source +-------------------------------------------------------------------------------- +00721| 0x30, +00722| 0x1C, +00723| 0x00, +00724| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 11, Buffer required) +00725| 0x00, +00726| 0x00, +00727| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 725 +Line | AML source +-------------------------------------------------------------------------------- +00722| 0x1C, +00723| 0x00, +00724| 0x00, +00725| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 12, Buffer required) +00726| 0x00, +00727| 0x00, +00728| 0x00 +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 726 +Line | AML source +-------------------------------------------------------------------------------- +00723| 0x00, +00724| 0x00, +00725| 0x00, +00726| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 13, Buffer required) +00727| 0x00, +00728| 0x00 +00729| }) +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 727 +Line | AML source +-------------------------------------------------------------------------------- +00724| 0x00, +00725| 0x00, +00726| 0x00, +00727| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 14, Buffer required) +00728| 0x00 +00729| }) +00730| } +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 728 +Line | AML source +-------------------------------------------------------------------------------- +00725| 0x00, +00726| 0x00, +00727| 0x00, +00728| 0x00 + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 15, Buffer required) +00729| }) +00730| } +00731| +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 744 +Line | AML source +-------------------------------------------------------------------------------- +00741| }) +00742| Name (_PLD, Package (0x10) // _PLD: Physical Location of Device +00743| { +00744| 0x81, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 0, Buffer required) +00745| 0x00, +00746| 0x00, +00747| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 745 +Line | AML source +-------------------------------------------------------------------------------- +00742| Name (_PLD, Package (0x10) // _PLD: Physical Location of Device +00743| { +00744| 0x81, +00745| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 1, Buffer required) +00746| 0x00, +00747| 0x00, +00748| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 746 +Line | AML source +-------------------------------------------------------------------------------- +00743| { +00744| 0x81, +00745| 0x00, +00746| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 2, Buffer required) +00747| 0x00, +00748| 0x00, +00749| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 747 +Line | AML source +-------------------------------------------------------------------------------- +00744| 0x81, +00745| 0x00, +00746| 0x00, +00747| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 3, Buffer required) +00748| 0x00, +00749| 0x00, +00750| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 748 +Line | AML source +-------------------------------------------------------------------------------- +00745| 0x00, +00746| 0x00, +00747| 0x00, +00748| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 4, Buffer required) +00749| 0x00, +00750| 0x00, +00751| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 749 +Line | AML source +-------------------------------------------------------------------------------- +00746| 0x00, +00747| 0x00, +00748| 0x00, +00749| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 5, Buffer required) +00750| 0x00, +00751| 0x00, +00752| 0x31, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 750 +Line | AML source +-------------------------------------------------------------------------------- +00747| 0x00, +00748| 0x00, +00749| 0x00, +00750| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 6, Buffer required) +00751| 0x00, +00752| 0x31, +00753| 0x1C, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 751 +Line | AML source +-------------------------------------------------------------------------------- +00748| 0x00, +00749| 0x00, +00750| 0x00, +00751| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 7, Buffer required) +00752| 0x31, +00753| 0x1C, +00754| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 752 +Line | AML source +-------------------------------------------------------------------------------- +00749| 0x00, +00750| 0x00, +00751| 0x00, +00752| 0x31, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 8, Buffer required) +00753| 0x1C, +00754| 0x00, +00755| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 753 +Line | AML source +-------------------------------------------------------------------------------- +00750| 0x00, +00751| 0x00, +00752| 0x31, +00753| 0x1C, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 9, Buffer required) +00754| 0x00, +00755| 0x00, +00756| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 754 +Line | AML source +-------------------------------------------------------------------------------- +00751| 0x00, +00752| 0x31, +00753| 0x1C, +00754| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 10, Buffer required) +00755| 0x00, +00756| 0x00, +00757| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 755 +Line | AML source +-------------------------------------------------------------------------------- +00752| 0x31, +00753| 0x1C, +00754| 0x00, +00755| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 11, Buffer required) +00756| 0x00, +00757| 0x00, +00758| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 756 +Line | AML source +-------------------------------------------------------------------------------- +00753| 0x1C, +00754| 0x00, +00755| 0x00, +00756| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 12, Buffer required) +00757| 0x00, +00758| 0x00, +00759| 0x00 +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 757 +Line | AML source +-------------------------------------------------------------------------------- +00754| 0x00, +00755| 0x00, +00756| 0x00, +00757| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 13, Buffer required) +00758| 0x00, +00759| 0x00 +00760| }) +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 758 +Line | AML source +-------------------------------------------------------------------------------- +00755| 0x00, +00756| 0x00, +00757| 0x00, +00758| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 14, Buffer required) +00759| 0x00 +00760| }) +00761| } +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 759 +Line | AML source +-------------------------------------------------------------------------------- +00756| 0x00, +00757| 0x00, +00758| 0x00, +00759| 0x00 + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 15, Buffer required) +00760| }) +00761| } +00762| +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 775 +Line | AML source +-------------------------------------------------------------------------------- +00772| }) +00773| Name (_PLD, Package (0x10) // _PLD: Physical Location of Device +00774| { +00775| 0x81, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 0, Buffer required) +00776| 0x00, +00777| 0x00, +00778| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 776 +Line | AML source +-------------------------------------------------------------------------------- +00773| Name (_PLD, Package (0x10) // _PLD: Physical Location of Device +00774| { +00775| 0x81, +00776| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 1, Buffer required) +00777| 0x00, +00778| 0x00, +00779| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 777 +Line | AML source +-------------------------------------------------------------------------------- +00774| { +00775| 0x81, +00776| 0x00, +00777| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 2, Buffer required) +00778| 0x00, +00779| 0x00, +00780| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 778 +Line | AML source +-------------------------------------------------------------------------------- +00775| 0x81, +00776| 0x00, +00777| 0x00, +00778| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 3, Buffer required) +00779| 0x00, +00780| 0x00, +00781| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 779 +Line | AML source +-------------------------------------------------------------------------------- +00776| 0x00, +00777| 0x00, +00778| 0x00, +00779| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 4, Buffer required) +00780| 0x00, +00781| 0x00, +00782| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 780 +Line | AML source +-------------------------------------------------------------------------------- +00777| 0x00, +00778| 0x00, +00779| 0x00, +00780| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 5, Buffer required) +00781| 0x00, +00782| 0x00, +00783| 0x31, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 781 +Line | AML source +-------------------------------------------------------------------------------- +00778| 0x00, +00779| 0x00, +00780| 0x00, +00781| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 6, Buffer required) +00782| 0x00, +00783| 0x31, +00784| 0x1C, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 782 +Line | AML source +-------------------------------------------------------------------------------- +00779| 0x00, +00780| 0x00, +00781| 0x00, +00782| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 7, Buffer required) +00783| 0x31, +00784| 0x1C, +00785| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 783 +Line | AML source +-------------------------------------------------------------------------------- +00780| 0x00, +00781| 0x00, +00782| 0x00, +00783| 0x31, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 8, Buffer required) +00784| 0x1C, +00785| 0x00, +00786| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 784 +Line | AML source +-------------------------------------------------------------------------------- +00781| 0x00, +00782| 0x00, +00783| 0x31, +00784| 0x1C, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 9, Buffer required) +00785| 0x00, +00786| 0x00, +00787| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 785 +Line | AML source +-------------------------------------------------------------------------------- +00782| 0x00, +00783| 0x31, +00784| 0x1C, +00785| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 10, Buffer required) +00786| 0x00, +00787| 0x00, +00788| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 786 +Line | AML source +-------------------------------------------------------------------------------- +00783| 0x31, +00784| 0x1C, +00785| 0x00, +00786| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 11, Buffer required) +00787| 0x00, +00788| 0x00, +00789| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 787 +Line | AML source +-------------------------------------------------------------------------------- +00784| 0x1C, +00785| 0x00, +00786| 0x00, +00787| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 12, Buffer required) +00788| 0x00, +00789| 0x00, +00790| 0x00 +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 788 +Line | AML source +-------------------------------------------------------------------------------- +00785| 0x00, +00786| 0x00, +00787| 0x00, +00788| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 13, Buffer required) +00789| 0x00, +00790| 0x00 +00791| }) +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 789 +Line | AML source +-------------------------------------------------------------------------------- +00786| 0x00, +00787| 0x00, +00788| 0x00, +00789| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 14, Buffer required) +00790| 0x00 +00791| }) +00792| } +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 790 +Line | AML source +-------------------------------------------------------------------------------- +00787| 0x00, +00788| 0x00, +00789| 0x00, +00790| 0x00 + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 15, Buffer required) +00791| }) +00792| } +00793| +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 806 +Line | AML source +-------------------------------------------------------------------------------- +00803| }) +00804| Name (_PLD, Package (0x10) // _PLD: Physical Location of Device +00805| { +00806| 0x81, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 0, Buffer required) +00807| 0x00, +00808| 0x00, +00809| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 807 +Line | AML source +-------------------------------------------------------------------------------- +00804| Name (_PLD, Package (0x10) // _PLD: Physical Location of Device +00805| { +00806| 0x81, +00807| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 1, Buffer required) +00808| 0x00, +00809| 0x00, +00810| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 808 +Line | AML source +-------------------------------------------------------------------------------- +00805| { +00806| 0x81, +00807| 0x00, +00808| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 2, Buffer required) +00809| 0x00, +00810| 0x00, +00811| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 809 +Line | AML source +-------------------------------------------------------------------------------- +00806| 0x81, +00807| 0x00, +00808| 0x00, +00809| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 3, Buffer required) +00810| 0x00, +00811| 0x00, +00812| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 810 +Line | AML source +-------------------------------------------------------------------------------- +00807| 0x00, +00808| 0x00, +00809| 0x00, +00810| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 4, Buffer required) +00811| 0x00, +00812| 0x00, +00813| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 811 +Line | AML source +-------------------------------------------------------------------------------- +00808| 0x00, +00809| 0x00, +00810| 0x00, +00811| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 5, Buffer required) +00812| 0x00, +00813| 0x00, +00814| 0x31, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 812 +Line | AML source +-------------------------------------------------------------------------------- +00809| 0x00, +00810| 0x00, +00811| 0x00, +00812| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 6, Buffer required) +00813| 0x00, +00814| 0x31, +00815| 0x1C, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 813 +Line | AML source +-------------------------------------------------------------------------------- +00810| 0x00, +00811| 0x00, +00812| 0x00, +00813| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 7, Buffer required) +00814| 0x31, +00815| 0x1C, +00816| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 814 +Line | AML source +-------------------------------------------------------------------------------- +00811| 0x00, +00812| 0x00, +00813| 0x00, +00814| 0x31, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 8, Buffer required) +00815| 0x1C, +00816| 0x00, +00817| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 815 +Line | AML source +-------------------------------------------------------------------------------- +00812| 0x00, +00813| 0x00, +00814| 0x31, +00815| 0x1C, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 9, Buffer required) +00816| 0x00, +00817| 0x00, +00818| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 816 +Line | AML source +-------------------------------------------------------------------------------- +00813| 0x00, +00814| 0x31, +00815| 0x1C, +00816| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 10, Buffer required) +00817| 0x00, +00818| 0x00, +00819| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 817 +Line | AML source +-------------------------------------------------------------------------------- +00814| 0x31, +00815| 0x1C, +00816| 0x00, +00817| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 11, Buffer required) +00818| 0x00, +00819| 0x00, +00820| 0x00, +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 818 +Line | AML source +-------------------------------------------------------------------------------- +00815| 0x1C, +00816| 0x00, +00817| 0x00, +00818| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 12, Buffer required) +00819| 0x00, +00820| 0x00, +00821| 0x00 +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 819 +Line | AML source +-------------------------------------------------------------------------------- +00816| 0x00, +00817| 0x00, +00818| 0x00, +00819| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 13, Buffer required) +00820| 0x00, +00821| 0x00 +00822| }) +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 820 +Line | AML source +-------------------------------------------------------------------------------- +00817| 0x00, +00818| 0x00, +00819| 0x00, +00820| 0x00, + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 14, Buffer required) +00821| 0x00 +00822| }) +00823| Method (_RMV, 0, NotSerialized) // _RMV: Removal Status +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +FAILED [HIGH] AMLAsmASL_MSG_RESERVED_OPERAND_TYPE: Test 1, Assembler error in +line 821 +Line | AML source +-------------------------------------------------------------------------------- +00818| 0x00, +00819| 0x00, +00820| 0x00, +00821| 0x00 + | ^ + | Error 6105: Invalid object type for reserved name (_PLD: found Integer at index 15, Buffer required) +00822| }) +00823| Method (_RMV, 0, NotSerialized) // _RMV: Removal Status +00824| { +================================================================================ + +ADVICE: (for Error #6105, ASL_MSG_RESERVED_OPERAND_TYPE): The object type for +the reserved name does not match the expected type. + +Table SSDT (3) reassembly: Found 112 errors, 0 warnings, 0 remarks. + + +Checking ACPI table SSDT (#4) + +PASSED: Test 1, SSDT (4) reassembly, Found 0 errors, 0 warnings, 0 remarks. + + +Checking ACPI table SSDT (#5) + +FAILED [LOW] AMLAsmUnknown: Test 1, Assembler remark in line 128 +Line | AML source +-------------------------------------------------------------------------------- +00125| Store (0x00, GD47) /* External reference */ +00126| } +00127| +00128| Method (UTLK, 2, Serialized) + | ^ + | Remark 2146: Method Argument is never used (Arg0) +00129| { +00130| Store (0x00, Local0) +00131| If (LAnd (LEqual (GP47, 0x00), LEqual (GD47, 0x00))) +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_TRUNCATION: Test 1, Assembler remark in line 143 +Line | AML source +-------------------------------------------------------------------------------- +00140| +00141| Store (0x01, GD47) /* External reference */ +00142| Store (0x00, Local1) +00143| Add (Timer, 0x00989680, Local2) + | ^ + | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2) +00144| While (LLessEqual (Timer, Local2)) +00145| { +00146| If (LEqual (\_SB.PCI0.RP05.LACR, 0x00)) +================================================================================ + +ADVICE: (for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value +has occurred. For example, a 32 bit value for a 16 bit timeout has been used. + +FAILED [LOW] AMLAsmASL_MSG_TRUNCATION: Test 1, Assembler remark in line 144 +Line | AML source +-------------------------------------------------------------------------------- +00141| Store (0x01, GD47) /* External reference */ +00142| Store (0x00, Local1) +00143| Add (Timer, 0x00989680, Local2) +00144| While (LLessEqual (Timer, Local2)) + | ^ + | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2) +00145| { +00146| If (LEqual (\_SB.PCI0.RP05.LACR, 0x00)) +00147| { +================================================================================ + +ADVICE: (for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value +has occurred. For example, a 32 bit value for a 16 bit timeout has been used. + +FAILED [LOW] AMLAsmASL_MSG_TRUNCATION: Test 1, Assembler remark in line 162 +Line | AML source +-------------------------------------------------------------------------------- +00159| } +00160| +00161| Sleep (Arg1) +00162| While (LLessEqual (Timer, Local2)) + | ^ + | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2) +00163| { +00164| If (LNotEqual (\_SB.PCI0.RP05.UPSB.AVND, 0xFFFFFFFF)) +00165| { +================================================================================ + +ADVICE: (for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value +has occurred. For example, a 32 bit value for a 16 bit timeout has been used. + +FAILED [LOW] AMLAsmASL_MSG_TRUNCATION: Test 1, Assembler remark in line 432 +Line | AML source +-------------------------------------------------------------------------------- +00429| If (LEqual (And (Local0, 0x7F), 0x05)) {} +00430| Store (0x03, \_SB.PCI0.RP05.PSTA) +00431| Store (0x01, \_SB.PCI0.RP05.LDIS) +00432| Add (Timer, 0x00989680, Local0) + | ^ + | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2) +00433| While (LLessEqual (Timer, Local0)) +00434| { +00435| If (LEqual (\_SB.PCI0.RP05.LACR, 0x01)) +================================================================================ + +ADVICE: (for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value +has occurred. For example, a 32 bit value for a 16 bit timeout has been used. + +FAILED [LOW] AMLAsmASL_MSG_TRUNCATION: Test 1, Assembler remark in line 433 +Line | AML source +-------------------------------------------------------------------------------- +00430| Store (0x03, \_SB.PCI0.RP05.PSTA) +00431| Store (0x01, \_SB.PCI0.RP05.LDIS) +00432| Add (Timer, 0x00989680, Local0) +00433| While (LLessEqual (Timer, Local0)) + | ^ + | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2) +00434| { +00435| If (LEqual (\_SB.PCI0.RP05.LACR, 0x01)) +00436| { +================================================================================ + +ADVICE: (for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value +has occurred. For example, a 32 bit value for a 16 bit timeout has been used. + +FAILED [LOW] AMLAsmASL_MSG_TRUNCATION: Test 1, Assembler remark in line 482 +Line | AML source +-------------------------------------------------------------------------------- +00479| { +00480| Store (0x03, \_SB.PCI0.RP05.PSTA) +00481| Store (0x01, \_SB.PCI0.RP05.LDIS) +00482| Add (Timer, 0x00989680, Local0) + | ^ + | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2) +00483| While (LLessEqual (Timer, Local0)) +00484| { +00485| If (LEqual (\_SB.PCI0.RP05.LACR, 0x01)) +================================================================================ + +ADVICE: (for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value +has occurred. For example, a 32 bit value for a 16 bit timeout has been used. + +FAILED [LOW] AMLAsmASL_MSG_TRUNCATION: Test 1, Assembler remark in line 483 +Line | AML source +-------------------------------------------------------------------------------- +00480| Store (0x03, \_SB.PCI0.RP05.PSTA) +00481| Store (0x01, \_SB.PCI0.RP05.LDIS) +00482| Add (Timer, 0x00989680, Local0) +00483| While (LLessEqual (Timer, Local0)) + | ^ + | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2) +00484| { +00485| If (LEqual (\_SB.PCI0.RP05.LACR, 0x01)) +00486| { +================================================================================ + +ADVICE: (for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value +has occurred. For example, a 32 bit value for a 16 bit timeout has been used. + +FAILED [LOW] AMLAsmASL_MSG_TRUNCATION: Test 1, Assembler remark in line 518 +Line | AML source +-------------------------------------------------------------------------------- +00515| +00516| Store (0x01, GD47) /* External reference */ +00517| Store (0x00, Local1) +00518| Add (Timer, 0x00989680, Local2) + | ^ + | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2) +00519| While (LLessEqual (Timer, Local2)) +00520| { +00521| If (LEqual (\_SB.PCI0.RP05.LACR, 0x00)) +================================================================================ + +ADVICE: (for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value +has occurred. For example, a 32 bit value for a 16 bit timeout has been used. + +FAILED [LOW] AMLAsmASL_MSG_TRUNCATION: Test 1, Assembler remark in line 519 +Line | AML source +-------------------------------------------------------------------------------- +00516| Store (0x01, GD47) /* External reference */ +00517| Store (0x00, Local1) +00518| Add (Timer, 0x00989680, Local2) +00519| While (LLessEqual (Timer, Local2)) + | ^ + | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2) +00520| { +00521| If (LEqual (\_SB.PCI0.RP05.LACR, 0x00)) +00522| { +================================================================================ + +ADVICE: (for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value +has occurred. For example, a 32 bit value for a 16 bit timeout has been used. + +FAILED [LOW] AMLAsmASL_MSG_TRUNCATION: Test 1, Assembler remark in line 537 +Line | AML source +-------------------------------------------------------------------------------- +00534| } +00535| +00536| Sleep (Arg1) +00537| While (LLessEqual (Timer, Local2)) + | ^ + | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2) +00538| { +00539| If (LNotEqual (\_SB.PCI0.RP05.UPSB.AVND, 0xFFFFFFFF)) +00540| { +================================================================================ + +ADVICE: (for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value +has occurred. For example, a 32 bit value for a 16 bit timeout has been used. + +FAILED [LOW] AMLAsmASL_MSG_TRUNCATION: Test 1, Assembler remark in line 582 +Line | AML source +-------------------------------------------------------------------------------- +00579| } +00580| +00581| Store (0x01, \_SB.PCI0.RP05.LRTN) +00582| Add (Timer, 0x00989680, Local2) + | ^ + | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2) +00583| While (LLessEqual (Timer, Local2)) +00584| { +00585| If (LEqual (\_SB.PCI0.RP05.LACR, 0x00)) +================================================================================ + +ADVICE: (for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value +has occurred. For example, a 32 bit value for a 16 bit timeout has been used. + +FAILED [LOW] AMLAsmASL_MSG_TRUNCATION: Test 1, Assembler remark in line 583 +Line | AML source +-------------------------------------------------------------------------------- +00580| +00581| Store (0x01, \_SB.PCI0.RP05.LRTN) +00582| Add (Timer, 0x00989680, Local2) +00583| While (LLessEqual (Timer, Local2)) + | ^ + | Remark 2132: 64-bit return value will be truncated to 32 bits (DSDT version < 2) +00584| { +00585| If (LEqual (\_SB.PCI0.RP05.LACR, 0x00)) +00586| { +================================================================================ + +ADVICE: (for Remark #2132, ASL_MSG_TRUNCATION): A truncation on a integer value +has occurred. For example, a 32 bit value for a 16 bit timeout has been used. + +Table SSDT (5) reassembly: Found 0 errors, 0 warnings, 13 remarks. + + +Checking ACPI table SSDT (#6) + +PASSED: Test 1, SSDT (6) reassembly, Found 0 errors, 0 warnings, 0 remarks. + + +Checking ACPI table SSDT (#7) + +PASSED: Test 1, SSDT (7) reassembly, Found 0 errors, 0 warnings, 0 remarks. + + +Checking ACPI table SSDT (#8) + +PASSED: Test 1, SSDT (8) reassembly, Found 0 errors, 0 warnings, 0 remarks. + + +Checking ACPI table SSDT (#9) + +FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning +in line 123 +Line | AML source +-------------------------------------------------------------------------------- +00120| +00121| Store (CPDC (Arg0), Local0) +00122| GCAP (Local0) +00123| Return (Local0) + | ^ + | Warning 3104: Reserved method should not return a value (_PDC) +00124| } +00125| +00126| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities +================================================================================ + +ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method +returned a value however it is not expected to return anything, so this does not +conform to the expected behaviour. The kernel will most probably ignore the +return value, so this is not going to produce any run time errors. + +FAILED [LOW] AMLAsmASL_MSG_SERIALIZED_REQUIRED: Test 1, Assembler remark in line +133 +Line | AML source +-------------------------------------------------------------------------------- +00130| Return (Local0) +00131| } +00132| +00133| Method (CPDC, 1, NotSerialized) + | ^ + | Remark 2120: Control Method should be made Serialized (due to creation of named objects within) +00134| { +00135| CreateDWordField (Arg0, 0x00, REVS) +00136| CreateDWordField (Arg0, 0x04, SIZE) +================================================================================ + +ADVICE: (for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is +created inside a non-serialized method - this method should be serialized. It is +possible that one thread enters the method and blocks and then a second thread +also executes the method, ending up in two attempts to create the object and +causing a failure. + +FAILED [LOW] AMLAsmUnknown: Test 1, Assembler remark in line 148 +Line | AML source +-------------------------------------------------------------------------------- +00145| Return (COSC (ToUUID (""), REVS, SIZE, Local2)) +00146| } +00147| +00148| Method (COSC, 4, NotSerialized) + | ^ + | Remark 2146: Method Argument is never used (Arg2) +00149| { +00150| CreateDWordField (Arg3, 0x00, STS0) +00151| CreateDWordField (Arg3, 0x04, CAP0) +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_SERIALIZED_REQUIRED: Test 1, Assembler remark in line +148 +Line | AML source +-------------------------------------------------------------------------------- +00145| Return (COSC (ToUUID (""), REVS, SIZE, Local2)) +00146| } +00147| +00148| Method (COSC, 4, NotSerialized) + | ^ + | Remark 2120: Control Method should be made Serialized (due to creation of named objects within) +00149| { +00150| CreateDWordField (Arg3, 0x00, STS0) +00151| CreateDWordField (Arg3, 0x04, CAP0) +================================================================================ + +ADVICE: (for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is +created inside a non-serialized method - this method should be serialized. It is +possible that one thread enters the method and blocks and then a second thread +also executes the method, ending up in two attempts to create the object and +causing a failure. + +FAILED [LOW] AMLAsmASL_MSG_NOT_REFERENCED: Test 1, Assembler remark in line 151 +Line | AML source +-------------------------------------------------------------------------------- +00148| Method (COSC, 4, NotSerialized) +00149| { +00150| CreateDWordField (Arg3, 0x00, STS0) +00151| CreateDWordField (Arg3, 0x04, CAP0) + | ^ + | Remark 2089: Object is not referenced (Name is within method [COSC]) +00152| CreateDWordField (Arg0, 0x00, IID0) +00153| CreateDWordField (Arg0, 0x04, IID1) +00154| CreateDWordField (Arg0, 0x08, IID2) +================================================================================ +FAILED [LOW] AMLAsmASL_MSG_SERIALIZED_REQUIRED: Test 1, Assembler remark in line +177 +Line | AML source +-------------------------------------------------------------------------------- +00174| Return (Arg3) +00175| } +00176| +00177| Method (GCAP, 1, NotSerialized) + | ^ + | Remark 2120: Control Method should be made Serialized (due to creation of named objects within) +00178| { +00179| CreateDWordField (Arg0, 0x00, STS0) +00180| CreateDWordField (Arg0, 0x04, CAP0) +================================================================================ + +ADVICE: (for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is +created inside a non-serialized method - this method should be serialized. It is +possible that one thread enters the method and blocks and then a second thread +also executes the method, ending up in two attempts to create the object and +causing a failure. + +FAILED [LOW] AMLAsmUnknown: Test 1, Assembler remark in line 207 +Line | AML source +-------------------------------------------------------------------------------- +00204| Return (Zero) +00205| } +00206| +00207| Method (DTGP, 5, NotSerialized) + | ^ + | Remark 2146: Method Argument is never used (Arg3) +00208| { +00209| If (LEqual (Arg0, ToUUID (""))) +00210| { +================================================================================ +FAILED [LOW] AMLAsmUnknown: Test 1, Assembler remark in line 232 +Line | AML source +-------------------------------------------------------------------------------- +00229| Store (Buffer (0x01) +00230| { +00231| 0x00 /* . */ +00232| }, Arg4) + | ^ + | Remark 2146: Method Argument is never used (Arg4) +00233| Return (Zero) +00234| } +00235| +================================================================================ +FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning +in line 257 +Line | AML source +-------------------------------------------------------------------------------- +00254| { +00255| Store (\_PR.CPU0.CPDC (Arg0), Local0) +00256| GCAP (Local0) +00257| Return (Local0) + | ^ + | Warning 3104: Reserved method should not return a value (_PDC) +00258| } +00259| +00260| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities +================================================================================ + +ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method +returned a value however it is not expected to return anything, so this does not +conform to the expected behaviour. The kernel will most probably ignore the +return value, so this is not going to produce any run time errors. + +FAILED [LOW] AMLAsmASL_MSG_SERIALIZED_REQUIRED: Test 1, Assembler remark in line +297 +Line | AML source +-------------------------------------------------------------------------------- +00294| Return (Zero) +00295| } +00296| +00297| Method (APCT, 0, NotSerialized) + | ^ + | Remark 2120: Control Method should be made Serialized (due to creation of named objects within) +00298| { +00299| If (LAnd (And (CFGD, 0x7A), LNot (And (SDTL, 0x20)))) +00300| { +================================================================================ + +ADVICE: (for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is +created inside a non-serialized method - this method should be serialized. It is +possible that one thread enters the method and blocks and then a second thread +also executes the method, ending up in two attempts to create the object and +causing a failure. + +FAILED [LOW] AMLAsmASL_MSG_SERIALIZED_REQUIRED: Test 1, Assembler remark in line +307 +Line | AML source +-------------------------------------------------------------------------------- +00304| } +00305| } +00306| +00307| Method (APPT, 0, NotSerialized) + | ^ + | Remark 2120: Control Method should be made Serialized (due to creation of named objects within) +00308| { +00309| If (LAnd (And (CFGD, 0x01), LNot (And (SDTL, 0x10)))) +00310| { +================================================================================ + +ADVICE: (for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is +created inside a non-serialized method - this method should be serialized. It is +possible that one thread enters the method and blocks and then a second thread +also executes the method, ending up in two attempts to create the object and +causing a failure. + +FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning +in line 324 +Line | AML source +-------------------------------------------------------------------------------- +00321| { +00322| Store (\_PR.CPU0.CPDC (Arg0), Local0) +00323| GCAP (Local0) +00324| Return (Local0) + | ^ + | Warning 3104: Reserved method should not return a value (_PDC) +00325| } +00326| +00327| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities +================================================================================ + +ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method +returned a value however it is not expected to return anything, so this does not +conform to the expected behaviour. The kernel will most probably ignore the +return value, so this is not going to produce any run time errors. + +FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning +in line 371 +Line | AML source +-------------------------------------------------------------------------------- +00368| { +00369| Store (\_PR.CPU0.CPDC (Arg0), Local0) +00370| GCAP (Local0) +00371| Return (Local0) + | ^ + | Warning 3104: Reserved method should not return a value (_PDC) +00372| } +00373| +00374| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities +================================================================================ + +ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method +returned a value however it is not expected to return anything, so this does not +conform to the expected behaviour. The kernel will most probably ignore the +return value, so this is not going to produce any run time errors. + +FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning +in line 418 +Line | AML source +-------------------------------------------------------------------------------- +00415| { +00416| Store (\_PR.CPU0.CPDC (Arg0), Local0) +00417| GCAP (Local0) +00418| Return (Local0) + | ^ + | Warning 3104: Reserved method should not return a value (_PDC) +00419| } +00420| +00421| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities +================================================================================ + +ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method +returned a value however it is not expected to return anything, so this does not +conform to the expected behaviour. The kernel will most probably ignore the +return value, so this is not going to produce any run time errors. + +FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning +in line 465 +Line | AML source +-------------------------------------------------------------------------------- +00462| { +00463| Store (\_PR.CPU0.CPDC (Arg0), Local0) +00464| GCAP (Local0) +00465| Return (Local0) + | ^ + | Warning 3104: Reserved method should not return a value (_PDC) +00466| } +00467| +00468| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities +================================================================================ + +ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method +returned a value however it is not expected to return anything, so this does not +conform to the expected behaviour. The kernel will most probably ignore the +return value, so this is not going to produce any run time errors. + +FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning +in line 512 +Line | AML source +-------------------------------------------------------------------------------- +00509| { +00510| Store (\_PR.CPU0.CPDC (Arg0), Local0) +00511| GCAP (Local0) +00512| Return (Local0) + | ^ + | Warning 3104: Reserved method should not return a value (_PDC) +00513| } +00514| +00515| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities +================================================================================ + +ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method +returned a value however it is not expected to return anything, so this does not +conform to the expected behaviour. The kernel will most probably ignore the +return value, so this is not going to produce any run time errors. + +FAILED [MEDIUM] AMLAsmASL_MSG_RESERVED_NO_RETURN_VAL: Test 1, Assembler warning +in line 559 +Line | AML source +-------------------------------------------------------------------------------- +00556| { +00557| Store (\_PR.CPU0.CPDC (Arg0), Local0) +00558| GCAP (Local0) +00559| Return (Local0) + | ^ + | Warning 3104: Reserved method should not return a value (_PDC) +00560| } +00561| +00562| Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities +================================================================================ + +ADVICE: (for Warning #3104, ASL_MSG_RESERVED_NO_RETURN_VAL): A reserved method +returned a value however it is not expected to return anything, so this does not +conform to the expected behaviour. The kernel will most probably ignore the +return value, so this is not going to produce any run time errors. + +Table SSDT (9) reassembly: Found 0 errors, 8 warnings, 9 remarks. + + +================================================================================ +4 passed, 183 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +stao: STAO Status Override Table test. +-------------------------------------------------------------------------------- +ACPI STAO table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +srat: SRAT System Resource Affinity Table test. +-------------------------------------------------------------------------------- +ACPI SRAT table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +spmi: SPMI Service Processor Management Interface Description Table test. +-------------------------------------------------------------------------------- +ACPI SPMI table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +spcr: SPCR Serial Port Console Redirection Table test. +-------------------------------------------------------------------------------- +ACPI SPCR table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +slit: SLIT System Locality Distance Information test. +-------------------------------------------------------------------------------- +ACPI SLIT table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +slic: SLIC Software Licensing Description Table test. +-------------------------------------------------------------------------------- +ACPI SLIC table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +sbst: SBST Smart Battery Specification Table test. +-------------------------------------------------------------------------------- +Test 1 of 1: SBST Smart Battery Specificiation Table test. +PASSED: Test 1, No issues found in SBST table. + +================================================================================ +1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +rsdt: RSDT Root System Description Table test. +-------------------------------------------------------------------------------- +Test 1 of 1: RSDT Root System Description Table test. +PASSED: Test 1, No issues found in RSDT table. + +================================================================================ +1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +rsdp: RSDP Root System Description Pointer test. +-------------------------------------------------------------------------------- +Test 1 of 1: RSDP Root System Description Pointer test. +PASSED: Test 1, No issues found in RSDP table. + +================================================================================ +1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +pcc: Processor Clocking Control (PCC) test. +-------------------------------------------------------------------------------- +Test 1 of 1: Processor Clocking Control (PCC) test. +This test checks the sanity of the Processor Clocking Control as found on some +HP ProLiant machines. Most computers do not use this interface to control the +CPU clock frequency, so this test will be skipped. + +This machine does not use Processor Clocking Control (PCC). + +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 1 info only. +================================================================================ + +osilinux: Disassemble DSDT to check for _OSI("Linux"). +-------------------------------------------------------------------------------- +Test 1 of 1: Disassemble DSDT to check for _OSI("Linux"). +This is not strictly a failure mode, it just alerts one that this has been +defined in the DSDT and probably should be avoided since the Linux ACPI driver +matches onto the Windows _OSI strings + { + Store (0x2710, OSYS) /* \OSYS */ + } + If (\_OSI ("Linux")) + { + Store (0x03E8, OSYS) /* \OSYS */ + } + If (\_OSI ("Windows 2009")) + { + Store (0x07D9, OSYS) /* \OSYS */ + } + If (\_OSI ("Windows 2012")) + { + Store (0x07DC, OSYS) /* \OSYS */ + } + } +WARNING: Test 1, DSDT implements a deprecated _OSI("Linux") test. + { + Store (0x2710, OSYS) /* \OSYS */ + } + ElseIf (_OSI ("Linux")) + { + Store (0x03E8, OSYS) /* \OSYS */ + } + ElseIf (_OSI ("Windows 2009")) + { + Store (0x07D9, OSYS) /* \OSYS */ + } + ElseIf (_OSI ("Windows 2012")) + { + Store (0x07DC, OSYS) /* \OSYS */ + } + } +WARNING: Test 1, DSDT implements a deprecated _OSI("Linux") test. + +================================================================================ +0 passed, 0 failed, 2 warnings, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +method: ACPI DSDT Method Semantic tests. +-------------------------------------------------------------------------------- +Test 1 of 191: Test Method Names. +Found 2505 Objects +PASSED: Test 1, Method names contain legal characters. + +Test 2 of 191: Test _AEI. +SKIPPED: Test 2, Skipping test for non-existant object _AEI. + +Test 3 of 191: Test _EVT (Event Method). +SKIPPED: Test 3, Skipping test for non-existant object _EVT. + +Test 4 of 191: Test _DLM (Device Lock Mutex). +SKIPPED: Test 4, Skipping test for non-existant object _DLM. + +Test 5 of 191: Test _PIC (Inform AML of Interrupt Model). +PASSED: Test 5, \_PIC returned no values as expected. +PASSED: Test 5, \_PIC returned no values as expected. +PASSED: Test 5, \_PIC returned no values as expected. + +Test 6 of 191: Test _CID (Compatible ID). +PASSED: Test 6, \_SB_.PCI0._CID returned an integer 0x030ad041 (EISA ID +PNP0A03). +FAILED [MEDIUM] MethodCIDInvalidString: Test 6, \_SB_.PCI0.SBUS.BUS0._CID +returned a string 'SMBUS' but it was not a valid PNP ID or a valid ACPI ID. +FAILED [MEDIUM] MethodCIDInvalidString: Test 6, \_SB_.PCI0.SBUS.BUS1._CID +returned a string 'SMBUS' but it was not a valid PNP ID or a valid ACPI ID. +PASSED: Test 6, \_SB_.PCI0.LPCB.HPET._CID returned an integer 0x010cd041 (EISA +ID PNP0C01). +FAILED [MEDIUM] MethodCIDInvalidString: Test 6, \_SB_.PCI0.LPCB.SMC_._CID +returned a string 'SMC-HURONRIVER' but it was not a valid PNP ID or a valid ACPI +ID. +FAILED [MEDIUM] MethodCIDInvalidString: Test 6, \_SB_.PCI0.LPCB.ALS0._CID +returned a string 'SMC-ALS' but it was not a valid PNP ID or a valid ACPI ID. +FAILED [MEDIUM] MethodCIDInvalidString: Test 6, \_SB_.PNLF._CID returned a +string 'BACKLIGHT' but it was not a valid PNP ID or a valid ACPI ID. + +Test 7 of 191: Test _DDN (DOS Device Name). +SKIPPED: Test 7, Skipping test for non-existant object _DDN. + +Test 8 of 191: Test _HID (Hardware ID). +PASSED: Test 8, \_SB_.PCI0._HID returned an integer 0x080ad041 (EISA ID +PNP0A08). +PASSED: Test 8, \_SB_.PCI0.LPCB.DMAC._HID returned an integer 0x0002d041 (EISA +ID PNP0200). +PASSED: Test 8, \_SB_.PCI0.LPCB.FWHD._HID returned an integer 0x0008d425 (EISA +ID INT0800). +PASSED: Test 8, \_SB_.PCI0.LPCB.HPET._HID returned an integer 0x0301d041 (EISA +ID PNP0103). +PASSED: Test 8, \_SB_.PCI0.LPCB.IPIC._HID returned an integer 0x0000d041 (EISA +ID PNP0000). +PASSED: Test 8, \_SB_.PCI0.LPCB.MATH._HID returned an integer 0x040cd041 (EISA +ID PNP0C04). +PASSED: Test 8, \_SB_.PCI0.LPCB.LDRC._HID returned an integer 0x020cd041 (EISA +ID PNP0C02). +PASSED: Test 8, \_SB_.PCI0.LPCB.RTC_._HID returned an integer 0x000bd041 (EISA +ID PNP0B00). +PASSED: Test 8, \_SB_.PCI0.LPCB.TIMR._HID returned an integer 0x0001d041 (EISA +ID PNP0100). +PASSED: Test 8, \_SB_.PCI0.LPCB.SMC_._HID returned an integer 0x01001006 (EISA +ID APP0001). +PASSED: Test 8, \_SB_.PCI0.LPCB.ALS0._HID returned a string 'ACPI0008' as +expected. +PASSED: Test 8, \_SB_.PCI0.LPCB.EC__._HID returned an integer 0x090cd041 (EISA +ID PNP0C09). +PASSED: Test 8, \_SB_.PCI0.LPCB.EC__.SMB0._HID returned a string 'ACPI0001' as +expected. +PASSED: Test 8, \_SB_.PCI0.LPCB.EC__.SMB0.SBS0._HID returned a string 'ACPI0002' +as expected. +PASSED: Test 8, \_SB_.PCI0.PDRC._HID returned an integer 0x020cd041 (EISA ID +PNP0C02). +PASSED: Test 8, \_SB_.MEM2._HID returned an integer 0x010cd041 (EISA ID +PNP0C01). +PASSED: Test 8, \_SB_.LNKA._HID returned an integer 0x0f0cd041 (EISA ID +PNP0C0F). +PASSED: Test 8, \_SB_.LNKB._HID returned an integer 0x0f0cd041 (EISA ID +PNP0C0F). +PASSED: Test 8, \_SB_.LNKC._HID returned an integer 0x0f0cd041 (EISA ID +PNP0C0F). +PASSED: Test 8, \_SB_.LNKD._HID returned an integer 0x0f0cd041 (EISA ID +PNP0C0F). +PASSED: Test 8, \_SB_.LNKE._HID returned an integer 0x0f0cd041 (EISA ID +PNP0C0F). +PASSED: Test 8, \_SB_.LNKF._HID returned an integer 0x0f0cd041 (EISA ID +PNP0C0F). +PASSED: Test 8, \_SB_.LNKG._HID returned an integer 0x0f0cd041 (EISA ID +PNP0C0F). +PASSED: Test 8, \_SB_.LNKH._HID returned an integer 0x0f0cd041 (EISA ID +PNP0C0F). +PASSED: Test 8, \_SB_.BAT0._HID returned an integer 0x0a0cd041 (EISA ID +PNP0C0A). +PASSED: Test 8, \_SB_.ADP1._HID returned a string 'ACPI0003' as expected. +PASSED: Test 8, \_SB_.LID0._HID returned an integer 0x0d0cd041 (EISA ID +PNP0C0D). +PASSED: Test 8, \_SB_.PWRB._HID returned an integer 0x0c0cd041 (EISA ID +PNP0C0C). +PASSED: Test 8, \_SB_.PNLF._HID returned an integer 0x02001006 (EISA ID +APP0002). +PASSED: Test 8, \_SB_.SLPB._HID returned an integer 0x0e0cd041 (EISA ID +PNP0C0E). + +Test 9 of 191: Test _HRV (Hardware Revision Number). +SKIPPED: Test 9, Skipping test for non-existant object _HRV. + +Test 10 of 191: Test _MLS (Multiple Language String). +SKIPPED: Test 10, Skipping test for non-existant object _MLS. + +Test 11 of 191: Test _PLD (Physical Device Location). +PASSED: Test 11, \_SB_.PCI0.XHC1.RHUB.HS01._PLD correctly returned a sane +looking package. +PASSED: Test 11, \_SB_.PCI0.XHC1.RHUB.HS02._PLD correctly returned a sane +looking package. +PASSED: Test 11, \_SB_.PCI0.XHC1.RHUB.HS03._PLD correctly returned a sane +looking package. +PASSED: Test 11, \_SB_.PCI0.XHC1.RHUB.HS05._PLD correctly returned a sane +looking package. +PASSED: Test 11, \_SB_.PCI0.XHC1.RHUB.SSP1._PLD correctly returned a sane +looking package. +PASSED: Test 11, \_SB_.PCI0.XHC1.RHUB.SSP2._PLD correctly returned a sane +looking package. +PASSED: Test 11, \_SB_.PCI0.XHC1.RHUB.SSP3._PLD correctly returned a sane +looking package. + +Test 12 of 191: Test _SUB (Subsystem ID). +SKIPPED: Test 12, Skipping test for non-existant object _SUB. + +Test 13 of 191: Test _SUN (Slot User Number). +PASSED: Test 13, \_SB_.PCI0.RP05.UPSB.DSB1._SUN correctly returned an integer. +PASSED: Test 13, \_SB_.PCI0.RP05.UPSB.DSB2._SUN correctly returned an integer. +PASSED: Test 13, \_SB_.PCI0.RP05.UPSB.DSB3._SUN correctly returned an integer. +PASSED: Test 13, \_SB_.PCI0.RP05.UPSB.DSB4._SUN correctly returned an integer. + +Test 14 of 191: Test _STR (String). +PASSED: Test 14, \_SB_.PCI0.RP05.UPSB.DSB0.NHI0._STR correctly returned a buffer +of 24 elements. + +Test 15 of 191: Test _UID (Unique ID). +PASSED: Test 15, \_SB_.PCI0._UID correctly returned sane looking value +0x00000000. +PASSED: Test 15, \_SB_.PCI0.LPCB.LDRC._UID correctly returned sane looking value +0x00000002. +PASSED: Test 15, \_SB_.PCI0.LPCB.EC__._UID correctly returned sane looking value +0x00000000. +PASSED: Test 15, \_SB_.PCI0.PDRC._UID correctly returned sane looking value +0x00000001. +PASSED: Test 15, \_SB_.MEM2._UID correctly returned sane looking value +0x00000002. +PASSED: Test 15, \_SB_.LNKA._UID correctly returned sane looking value +0x00000001. +PASSED: Test 15, \_SB_.LNKB._UID correctly returned sane looking value +0x00000002. +PASSED: Test 15, \_SB_.LNKC._UID correctly returned sane looking value +0x00000003. +PASSED: Test 15, \_SB_.LNKD._UID correctly returned sane looking value +0x00000004. +PASSED: Test 15, \_SB_.LNKE._UID correctly returned sane looking value +0x00000005. +PASSED: Test 15, \_SB_.LNKF._UID correctly returned sane looking value +0x00000006. +PASSED: Test 15, \_SB_.LNKG._UID correctly returned sane looking value +0x00000007. +PASSED: Test 15, \_SB_.LNKH._UID correctly returned sane looking value +0x00000008. +PASSED: Test 15, \_SB_.BAT0._UID correctly returned sane looking value +0x00000000. +PASSED: Test 15, \_SB_.PNLF._UID correctly returned sane looking value +0x0000000f. + +Test 16 of 191: Test _CDM (Clock Domain). +SKIPPED: Test 16, Skipping test for non-existant object _CDM. + +Test 17 of 191: Test _CRS (Current Resource Settings). +PASSED: Test 17, \_SB_.PCI0._CRS (WORD Address Space Descriptor) looks sane. +PASSED: Test 17, \_SB_.PCI0.LPCB.DMAC._CRS (I/O Port Descriptor) looks sane. +PASSED: Test 17, \_SB_.PCI0.LPCB.FWHD._CRS (32-bit Fixed Location Memory Range +Descriptor) looks sane. +PASSED: Test 17, \_SB_.PCI0.LPCB.HPET._CRS (IRQ Descriptor) looks sane. +PASSED: Test 17, \_SB_.PCI0.LPCB.IPIC._CRS (I/O Port Descriptor) looks sane. +PASSED: Test 17, \_SB_.PCI0.LPCB.MATH._CRS (I/O Port Descriptor) looks sane. +PASSED: Test 17, \_SB_.PCI0.LPCB.LDRC._CRS (I/O Port Descriptor) looks sane. +PASSED: Test 17, \_SB_.PCI0.LPCB.RTC_._CRS (I/O Port Descriptor) looks sane. +PASSED: Test 17, \_SB_.PCI0.LPCB.TIMR._CRS (I/O Port Descriptor) looks sane. +PASSED: Test 17, \_SB_.PCI0.LPCB.SMC_._CRS (I/O Port Descriptor) looks sane. +PASSED: Test 17, \_SB_.PCI0.LPCB.EC__._CRS (I/O Port Descriptor) looks sane. +PASSED: Test 17, \_SB_.PCI0.PDRC._CRS (32-bit Fixed Location Memory Range +Descriptor) looks sane. +PASSED: Test 17, \_SB_.MEM2._CRS (32-bit Fixed Location Memory Range Descriptor) +looks sane. +PASSED: Test 17, \_SB_.LNKA._CRS (IRQ Descriptor) looks sane. +PASSED: Test 17, \_SB_.LNKB._CRS (IRQ Descriptor) looks sane. +PASSED: Test 17, \_SB_.LNKC._CRS (IRQ Descriptor) looks sane. +PASSED: Test 17, \_SB_.LNKD._CRS (IRQ Descriptor) looks sane. +PASSED: Test 17, \_SB_.LNKE._CRS (IRQ Descriptor) looks sane. +PASSED: Test 17, \_SB_.LNKF._CRS (IRQ Descriptor) looks sane. +PASSED: Test 17, \_SB_.LNKG._CRS (IRQ Descriptor) looks sane. +PASSED: Test 17, \_SB_.LNKH._CRS (IRQ Descriptor) looks sane. + +Test 18 of 191: Test _DSD (Device Specific Data). +SKIPPED: Test 18, Skipping test for non-existant object _DSD. + +Test 19 of 191: Test _DIS (Disable). +PASSED: Test 19, \_SB_.LNKA._DIS returned no values as expected. +PASSED: Test 19, \_SB_.LNKB._DIS returned no values as expected. +PASSED: Test 19, \_SB_.LNKC._DIS returned no values as expected. +PASSED: Test 19, \_SB_.LNKD._DIS returned no values as expected. +PASSED: Test 19, \_SB_.LNKE._DIS returned no values as expected. +PASSED: Test 19, \_SB_.LNKF._DIS returned no values as expected. +PASSED: Test 19, \_SB_.LNKG._DIS returned no values as expected. +PASSED: Test 19, \_SB_.LNKH._DIS returned no values as expected. + +Test 20 of 191: Test _DMA (Direct Memory Access). +SKIPPED: Test 20, Skipping test for non-existant object _DMA. + +Test 21 of 191: Test _FIX (Fixed Register Resource Provider). +SKIPPED: Test 21, Skipping test for non-existant object _FIX. + +Test 22 of 191: Test _GSB (Global System Interrupt Base). +SKIPPED: Test 22, Skipping test for non-existant object _GSB. + +Test 23 of 191: Test _HPP (Hot Plug Parameters). +SKIPPED: Test 23, Skipping test for non-existant object _HPP. + +Test 24 of 191: Test _PRS (Possible Resource Settings). +PASSED: Test 24, \_SB_.LNKA._PRS (IRQ Descriptor) looks sane. +PASSED: Test 24, \_SB_.LNKB._PRS (IRQ Descriptor) looks sane. +PASSED: Test 24, \_SB_.LNKC._PRS (IRQ Descriptor) looks sane. +PASSED: Test 24, \_SB_.LNKD._PRS (IRQ Descriptor) looks sane. +PASSED: Test 24, \_SB_.LNKE._PRS (IRQ Descriptor) looks sane. +PASSED: Test 24, \_SB_.LNKF._PRS (IRQ Descriptor) looks sane. +PASSED: Test 24, \_SB_.LNKG._PRS (IRQ Descriptor) looks sane. +PASSED: Test 24, \_SB_.LNKH._PRS (IRQ Descriptor) looks sane. + +Test 25 of 191: Test _PXM (Proximity). +SKIPPED: Test 25, Skipping test for non-existant object _PXM. + +Test 26 of 191: Test _CCA (Cache Coherency Attribute). +SKIPPED: Test 26, Skipping test for non-existant object _CCA. + +Test 27 of 191: Test _EDL (Eject Device List). +SKIPPED: Test 27, Skipping test for non-existant object _EDL. + +Test 28 of 191: Test _EJD (Ejection Dependent Device). +SKIPPED: Test 28, Skipping test for non-existant object _EJD. + +Test 29 of 191: Test _EJ0 (Eject). +PASSED: Test 29, \_SB_.PCI0.RP05.UPSB.DSB0.NHI0._EJ0 returned no values as +expected. + +Test 30 of 191: Test _EJ1 (Eject). +SKIPPED: Test 30, Skipping test for non-existant object _EJ1. + +Test 31 of 191: Test _EJ2 (Eject). +SKIPPED: Test 31, Skipping test for non-existant object _EJ2. + +Test 32 of 191: Test _EJ3 (Eject). +SKIPPED: Test 32, Skipping test for non-existant object _EJ3. + +Test 33 of 191: Test _EJ4 (Eject). +SKIPPED: Test 33, Skipping test for non-existant object _EJ4. + +Test 34 of 191: Test _LCK (Lock). +SKIPPED: Test 34, Skipping test for non-existant object _LCK. + +Test 35 of 191: Test _RMV (Remove). +PASSED: Test 35, \_SB_.PCI0.RP03.ARPT._RMV correctly returned sane looking value +0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05._RMV correctly returned sane looking value +0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB._RMV correctly returned sane looking value +0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB0._RMV correctly returned sane looking +value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1._RMV correctly returned sane looking +value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0._RMV correctly returned sane +looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB0._RMV correctly returned +sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB0.DEV0._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3._RMV correctly returned +sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB3._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB3.DEV0._RMV +correctly returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB4._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB4.DEV0._RMV +correctly returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB5._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB6._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4._RMV correctly returned +sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB0.DEV0._RMV +correctly returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB3._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB3.DEV0._RMV +correctly returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB4._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB4.DEV0._RMV +correctly returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB5._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB6._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB5._RMV correctly returned +sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB6._RMV correctly returned +sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2._RMV correctly returned sane looking +value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0._RMV correctly returned sane +looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB0._RMV correctly returned +sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB0.DEV0._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3._RMV correctly returned +sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB3._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB3.DEV0._RMV +correctly returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB4._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB4.DEV0._RMV +correctly returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB5._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB6._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4._RMV correctly returned +sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB0.DEV0._RMV +correctly returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB3._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB3.DEV0._RMV +correctly returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB4._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB4.DEV0._RMV +correctly returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB5._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB6._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB5._RMV correctly returned +sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB6._RMV correctly returned +sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3._RMV correctly returned sane looking +value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0._RMV correctly returned sane +looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB0._RMV correctly returned +sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB0.DEV0._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3._RMV correctly returned +sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB3._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB3.DEV0._RMV +correctly returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB4._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB4.DEV0._RMV +correctly returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB5._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB6._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4._RMV correctly returned +sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB0.DEV0._RMV +correctly returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB3._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB3.DEV0._RMV +correctly returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB4._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB4.DEV0._RMV +correctly returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB5._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB6._RMV correctly +returned sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB5._RMV correctly returned +sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB6._RMV correctly returned +sane looking value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP05.UPSB.DSB4._RMV correctly returned sane looking +value 0x00000000. +PASSED: Test 35, \_SB_.PCI0.RP06.SSD0._RMV correctly returned sane looking value +0x00000000. +PASSED: Test 35, \_SB_.PCI0.XHC1.RHUB.SSP3._RMV correctly returned sane looking +value 0x00000000. + +Test 36 of 191: Test _STA (Status). +PASSED: Test 36, \_SB_.PCI0.LPCB.HPET._STA correctly returned sane looking value +0x00000000. +PASSED: Test 36, \_SB_.PCI0.LPCB.SMC_._STA correctly returned sane looking value +0x0000000b. +PASSED: Test 36, \_SB_.PCI0.LPCB.ALS0._STA correctly returned sane looking value +0x00000000. +PASSED: Test 36, \_SB_.PCI0.LPCB.EC__.SMB0._STA correctly returned sane looking +value 0x00000000. +PASSED: Test 36, \_SB_.PCI0.RP02._STA correctly returned sane looking value +0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP03._STA correctly returned sane looking value +0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP03.ARPT._STA correctly returned sane looking value +0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB._STA correctly returned sane looking value +0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB0._STA correctly returned sane looking +value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1._STA correctly returned sane looking +value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB0._STA correctly returned +sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB0.DEV0._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3._STA correctly returned +sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB0._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB0.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB3._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB3.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB4._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB4.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB5._STA correctly +returned sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB6._STA correctly +returned sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4._STA correctly returned +sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB0._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB0.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB3._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB3.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB4._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB4.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB5._STA correctly +returned sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB6._STA correctly +returned sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB5._STA correctly returned +sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB6._STA correctly returned +sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2._STA correctly returned sane looking +value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB0._STA correctly returned +sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB0.DEV0._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3._STA correctly returned +sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB0._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB0.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB3._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB3.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB4._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB4.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB5._STA correctly +returned sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB6._STA correctly +returned sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4._STA correctly returned +sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB0._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB0.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB3._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB3.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB4._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB4.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB5._STA correctly +returned sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB6._STA correctly +returned sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB5._STA correctly returned +sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB6._STA correctly returned +sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3._STA correctly returned sane looking +value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB0._STA correctly returned +sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB0.DEV0._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3._STA correctly returned +sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB0._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB0.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB3._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB3.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB4._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB4.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB5._STA correctly +returned sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB6._STA correctly +returned sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4._STA correctly returned +sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB0._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB0.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB3._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB3.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB4._STA correctly +returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB4.DEV0._STA +correctly returned sane looking value 0x0000000f. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB5._STA correctly +returned sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB6._STA correctly +returned sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB5._STA correctly returned +sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB6._STA correctly returned +sane looking value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.RP05.UPSB.DSB4._STA correctly returned sane looking +value 0x00000009. +PASSED: Test 36, \_SB_.PCI0.HDAU._STA correctly returned sane looking value +0x0000000f. +PASSED: Test 36, \_SB_.LNKA._STA correctly returned sane looking value +0x0000000b. +PASSED: Test 36, \_SB_.LNKB._STA correctly returned sane looking value +0x0000000b. +PASSED: Test 36, \_SB_.LNKC._STA correctly returned sane looking value +0x0000000b. +PASSED: Test 36, \_SB_.LNKD._STA correctly returned sane looking value +0x0000000b. +PASSED: Test 36, \_SB_.LNKE._STA correctly returned sane looking value +0x0000000b. +PASSED: Test 36, \_SB_.LNKF._STA correctly returned sane looking value +0x0000000b. +PASSED: Test 36, \_SB_.LNKG._STA correctly returned sane looking value +0x0000000b. +PASSED: Test 36, \_SB_.LNKH._STA correctly returned sane looking value +0x0000000b. +PASSED: Test 36, \_SB_.BAT0._STA correctly returned sane looking value +0x0000000f. +PASSED: Test 36, \_SB_.PNLF._STA correctly returned sane looking value +0x0000000b. +PASSED: Test 36, \_SB_.SLPB._STA correctly returned sane looking value +0x0000000b. + +Test 37 of 191: Test _DEP (Operational Region Dependencies). +SKIPPED: Test 37, Skipping test for non-existant object _DEP. + +Test 38 of 191: Test _BDN (BIOS Dock Name). +SKIPPED: Test 38, Skipping test for non-existant object _BDN. + +Test 39 of 191: Test _BBN (Base Bus Number). +PASSED: Test 39, \_SB_.PCI0._BBN correctly returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP02._BBN correctly returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP03._BBN correctly returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB._BBN correctly returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB0._BBN correctly returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1._BBN correctly returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB0._BBN correctly returned an +integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3._BBN correctly returned an +integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB0._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB3._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB4._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB5._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB6._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4._BBN correctly returned an +integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB0._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB3._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB4._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB5._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB6._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB5._BBN correctly returned an +integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB6._BBN correctly returned an +integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2._BBN correctly returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB0._BBN correctly returned an +integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3._BBN correctly returned an +integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB0._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB3._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB4._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB5._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB6._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4._BBN correctly returned an +integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB0._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB3._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB4._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB5._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB6._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB5._BBN correctly returned an +integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB6._BBN correctly returned an +integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3._BBN correctly returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB0._BBN correctly returned an +integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3._BBN correctly returned an +integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB0._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB3._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB4._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB5._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB6._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4._BBN correctly returned an +integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB0._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB3._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB4._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB5._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB6._BBN correctly +returned an integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB5._BBN correctly returned an +integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB6._BBN correctly returned an +integer. +PASSED: Test 39, \_SB_.PCI0.RP05.UPSB.DSB4._BBN correctly returned an integer. + +Test 40 of 191: Test _DCK (Dock). +SKIPPED: Test 40, Skipping test for non-existant object _DCK. + +Test 41 of 191: Test _INI (Initialize). +PASSED: Test 41, \_SB_.PCI0._INI returned no values as expected. +PASSED: Test 41, \_SB_._INI returned no values as expected. + +Test 42 of 191: Test _GLK (Global Lock). +SKIPPED: Test 42, Skipping test for non-existant object _GLK. + +Test 43 of 191: Test _SEG (Segment). +SKIPPED: Test 43, Skipping test for non-existant object _SEG. + +Test 44 of 191: Test _OFF (Set resource off). +SKIPPED: Test 44, Skipping test for non-existant object _OFF. + +Test 45 of 191: Test _ON (Set resource on). +SKIPPED: Test 45, Skipping test for non-existant object _ON. + +Test 46 of 191: Test _DSW (Device Sleep Wake). +SKIPPED: Test 46, Skipping test for non-existant object _DSW. + +Test 47 of 191: Test _IRC (In Rush Current). +SKIPPED: Test 47, Skipping test for non-existant object _IRC. + +Test 48 of 191: Test _PRE (Power Resources for Enumeration). +SKIPPED: Test 48, Skipping test for non-existant object _PRE. + +Test 49 of 191: Test _PR0 (Power Resources for D0). +SKIPPED: Test 49, Skipping test for non-existant object _PR0. + +Test 50 of 191: Test _PR1 (Power Resources for D1). +SKIPPED: Test 50, Skipping test for non-existant object _PR1. + +Test 51 of 191: Test _PR2 (Power Resources for D2). +SKIPPED: Test 51, Skipping test for non-existant object _PR2. + +Test 52 of 191: Test _PR3 (Power Resources for D3). +SKIPPED: Test 52, Skipping test for non-existant object _PR3. + +Test 53 of 191: Test _PRW (Power Resources for Wake). +PASSED: Test 53, \_SB_.PCI0.P0P2._PRW correctly returned a sane looking package. +PASSED: Test 53, \_SB_.PCI0.LPCB.EC__._PRW correctly returned a sane looking +package. +PASSED: Test 53, \_SB_.PCI0.HDEF._PRW correctly returned a sane looking package. +PASSED: Test 53, \_SB_.PCI0.RP01._PRW correctly returned a sane looking package. +PASSED: Test 53, \_SB_.PCI0.RP02._PRW correctly returned a sane looking package. +PASSED: Test 53, \_SB_.PCI0.RP03._PRW correctly returned a sane looking package. +PASSED: Test 53, \_SB_.PCI0.RP03.ARPT._PRW correctly returned a sane looking +package. +PASSED: Test 53, \_SB_.PCI0.RP05._PRW correctly returned a sane looking package. +PASSED: Test 53, \_SB_.PCI0.RP06._PRW correctly returned a sane looking package. +PASSED: Test 53, \_SB_.PCI0.XHC1._PRW correctly returned a sane looking package. +PASSED: Test 53, \_SB_.ADP1._PRW correctly returned a sane looking package. +PASSED: Test 53, \_SB_.LID0._PRW correctly returned a sane looking package. + +Test 54 of 191: Test _PS0 (Power State 0). +PASSED: Test 54, \_SB_.PCI0.HDEF._PS0 returned no values as expected. +PASSED: Test 54, \_SB_.PCI0.RP03._PS0 returned no values as expected. +PASSED: Test 54, \_SB_.PCI0.RP06._PS0 returned no values as expected. +PASSED: Test 54, \_SB_.PCI0.XHC1._PS0 returned no values as expected. + +Test 55 of 191: Test _PS1 (Power State 1). +SKIPPED: Test 55, Skipping test for non-existant object _PS1. + +Test 56 of 191: Test _PS2 (Power State 2). +SKIPPED: Test 56, Skipping test for non-existant object _PS2. + +Test 57 of 191: Test _PS3 (Power State 3). +PASSED: Test 57, \_SB_.PCI0.HDEF._PS3 returned no values as expected. +PASSED: Test 57, \_SB_.PCI0.RP03._PS3 returned no values as expected. +PASSED: Test 57, \_SB_.PCI0.RP06._PS3 returned no values as expected. +PASSED: Test 57, \_SB_.PCI0.XHC1._PS3 returned no values as expected. + +Test 58 of 191: Test _PSC (Power State Current). +SKIPPED: Test 58, Skipping test for non-existant object _PSC. + +Test 59 of 191: Test _PSE (Power State for Enumeration). +SKIPPED: Test 59, Skipping test for non-existant object _PSE. + +Test 60 of 191: Test _PSW (Power State Wake). +PASSED: Test 60, \_SB_.ADP1._PSW returned no values as expected. +PASSED: Test 60, \_SB_.LID0._PSW returned no values as expected. + +Test 61 of 191: Test _S1D (S1 Device State). +SKIPPED: Test 61, Skipping test for non-existant object _S1D. + +Test 62 of 191: Test _S2D (S2 Device State). +SKIPPED: Test 62, Skipping test for non-existant object _S2D. + +Test 63 of 191: Test _S3D (S3 Device State). +SKIPPED: Test 63, Skipping test for non-existant object _S3D. + +Test 64 of 191: Test _S4D (S4 Device State). +SKIPPED: Test 64, Skipping test for non-existant object _S4D. + +Test 65 of 191: Test _S0W (S0 Device Wake State). +SKIPPED: Test 65, Skipping test for non-existant object _S0W. + +Test 66 of 191: Test _S1W (S1 Device Wake State). +SKIPPED: Test 66, Skipping test for non-existant object _S1W. + +Test 67 of 191: Test _S2W (S2 Device Wake State). +SKIPPED: Test 67, Skipping test for non-existant object _S2W. + +Test 68 of 191: Test _S3W (S3 Device Wake State). +SKIPPED: Test 68, Skipping test for non-existant object _S3W. + +Test 69 of 191: Test _S4W (S4 Device Wake State). +SKIPPED: Test 69, Skipping test for non-existant object _S4W. + +Test 70 of 191: Test _RST (Device Reset). +SKIPPED: Test 70, Skipping test for non-existant object _RST. + +Test 71 of 191: Test _PRR (Power Resource for Reset). +SKIPPED: Test 71, Skipping test for non-existant object _PRR. + +Test 72 of 191: Test _S0_ (S0 System State). +\_S0_ PM1a_CNT.SLP_TYP value: 0x00000000 +\_S0_ PM1b_CNT.SLP_TYP value: 0x00000000 +PASSED: Test 72, \_S0_ correctly returned a sane looking package. + +Test 73 of 191: Test _S1_ (S1 System State). +SKIPPED: Test 73, Skipping test for non-existant object _S1_. + +Test 74 of 191: Test _S2_ (S2 System State). +SKIPPED: Test 74, Skipping test for non-existant object _S2_. + +Test 75 of 191: Test _S3_ (S3 System State). +\_S3_ PM1a_CNT.SLP_TYP value: 0x00000005 +\_S3_ PM1b_CNT.SLP_TYP value: 0x00000005 +PASSED: Test 75, \_S3_ correctly returned a sane looking package. + +Test 76 of 191: Test _S4_ (S4 System State). +\_S4_ PM1a_CNT.SLP_TYP value: 0x00000006 +\_S4_ PM1b_CNT.SLP_TYP value: 0x00000006 +PASSED: Test 76, \_S4_ correctly returned a sane looking package. + +Test 77 of 191: Test _S5_ (S5 System State). +\_S5_ PM1a_CNT.SLP_TYP value: 0x00000007 +\_S5_ PM1b_CNT.SLP_TYP value: 0x00000007 +PASSED: Test 77, \_S5_ correctly returned a sane looking package. + +Test 78 of 191: Test _SWS (System Wake Source). +SKIPPED: Test 78, Skipping test for non-existant object _SWS. + +Test 79 of 191: Test _PSS (Performance Supported States). +\_PR_.CPU0._PSS values: +P-State Freq Power Latency Bus Master + (MHz) (mW) (us) Latency (us) + 0 2601 28000 10 10 + 1 2600 28000 10 10 + 2 2500 26574 10 10 + 3 2200 22459 10 10 + 4 2000 19853 10 10 + 5 1800 17601 10 10 + 6 1500 14027 10 10 + 7 1300 12007 10 10 + 8 1100 9839 10 10 + 9 900 7769 10 10 + 10 754 5792 10 10 +PASSED: Test 79, \_PR_.CPU0._PSS correctly returned a sane looking package. + +Test 80 of 191: Test _CPC (Continuous Performance Control). +SKIPPED: Test 80, Skipping test for non-existant object _CPC. + +Test 81 of 191: Test _CSD (C State Dependencies). +SKIPPED: Test 81, Skipping test for non-existant object _CSD. + +Test 82 of 191: Test _CST (C States). +SKIPPED: Test 82, Skipping test for non-existant object _CST. + +Test 83 of 191: Test _PCT (Performance Control). +PASSED: Test 83, \_PR_.CPU0._PCT correctly returned a sane looking package. + +Test 84 of 191: Test _PDL (P-State Depth Limit). +SKIPPED: Test 84, Skipping test for non-existant object _PDL. + +Test 85 of 191: Test _PPC (Performance Present Capabilities). +PASSED: Test 85, \_PR_.CPU0._PPC correctly returned an integer. + +Test 86 of 191: Test _PPE (Polling for Platform Error). +SKIPPED: Test 86, Skipping test for non-existant object _PPE. + +Test 87 of 191: Test _PSD (Power State Dependencies). +PASSED: Test 87, \_PR_.CPU0._PSD correctly returned a sane looking package. + +Test 88 of 191: Test _PTC (Processor Throttling Control). +SKIPPED: Test 88, Skipping test for non-existant object _PTC. + +Test 89 of 191: Test _TDL (T-State Depth Limit). +SKIPPED: Test 89, Skipping test for non-existant object _TDL. + +Test 90 of 191: Test _TPC (Throttling Present Capabilities). +SKIPPED: Test 90, Skipping test for non-existant object _TPC. + +Test 91 of 191: Test _TSD (Throttling State Dependencies). +SKIPPED: Test 91, Skipping test for non-existant object _TSD. + +Test 92 of 191: Test _TSS (Throttling Supported States). +SKIPPED: Test 92, Skipping test for non-existant object _TSS. + +Test 93 of 191: Test _PUR (Processor Utilization Request). +SKIPPED: Test 93, Skipping test for non-existant object _PUR. + +Test 94 of 191: Test _MSG (Message). +SKIPPED: Test 94, Skipping test for non-existant object _MSG. + +Test 95 of 191: Test _SST (System Status). +SKIPPED: Test 95, Skipping test for non-existant object _SST. + +Test 96 of 191: Test _ALC (Ambient Light Colour Chromaticity). +SKIPPED: Test 96, Skipping test for non-existant object _ALC. + +Test 97 of 191: Test _ALI (Ambient Light Illuminance). +PASSED: Test 97, \_SB_.PCI0.LPCB.ALS0._ALI correctly returned an integer. + +Test 98 of 191: Test _ALT (Ambient Light Temperature). +SKIPPED: Test 98, Skipping test for non-existant object _ALT. + +Test 99 of 191: Test _ALP (Ambient Light Polling). +SKIPPED: Test 99, Skipping test for non-existant object _ALP. + +Test 100 of 191: Test _ALR (Ambient Light Response). +PASSED: Test 100, \_SB_.PCI0.LPCB.ALS0._ALR correctly returned a sane looking +package. + +Test 101 of 191: Test _LID (Lid Status). +PASSED: Test 101, \_SB_.LID0._LID correctly returned sane looking value +0x00000000. + +Test 102 of 191: Test _GTF (Get Task File). +FAILED [MEDIUM] Method_GTFBadBufferSize: Test 102, +\_SB_.PCI0.RP06.SSD0.PRT0._GTF should return a buffer with size of multiple of +7. + +Test 103 of 191: Test _GTM (Get Timing Mode). +SKIPPED: Test 103, Skipping test for non-existant object _GTM. + +Test 104 of 191: Test _MBM (Memory Bandwidth Monitoring Data). +SKIPPED: Test 104, Skipping test for non-existant object _MBM. + +Test 105 of 191: Test _UPC (USB Port Capabilities). +PASSED: Test 105, \_SB_.PCI0.XHC1.RHUB.HS01._UPC correctly returned a sane +looking package. +PASSED: Test 105, \_SB_.PCI0.XHC1.RHUB.HS02._UPC correctly returned a sane +looking package. +PASSED: Test 105, \_SB_.PCI0.XHC1.RHUB.HS03._UPC correctly returned a sane +looking package. +PASSED: Test 105, \_SB_.PCI0.XHC1.RHUB.HS05._UPC correctly returned a sane +looking package. +PASSED: Test 105, \_SB_.PCI0.XHC1.RHUB.SSP1._UPC correctly returned a sane +looking package. +PASSED: Test 105, \_SB_.PCI0.XHC1.RHUB.SSP2._UPC correctly returned a sane +looking package. +PASSED: Test 105, \_SB_.PCI0.XHC1.RHUB.SSP3._UPC correctly returned a sane +looking package. + +Test 106 of 191: Test _UPD (User Presence Detect). +SKIPPED: Test 106, Skipping test for non-existant object _UPD. + +Test 107 of 191: Test _UPP (User Presence Polling). +SKIPPED: Test 107, Skipping test for non-existant object _UPP. + +Test 108 of 191: Test _GCP (Get Capabilities). +SKIPPED: Test 108, Skipping test for non-existant object _GCP. + +Test 109 of 191: Test _GRT (Get Real Time). +SKIPPED: Test 109, Skipping test for non-existant object _GRT. + +Test 110 of 191: Test _GWS (Get Wake Status). +SKIPPED: Test 110, Skipping test for non-existant object _GWS. + +Test 111 of 191: Test _CWS (Clear Wake Status). +SKIPPED: Test 111, Skipping test for non-existant object _CWS. + +Test 112 of 191: Test _STP (Set Expired Timer Wake Policy). +SKIPPED: Test 112, Skipping test for non-existant object _STP. + +Test 113 of 191: Test _STV (Set Timer Value). +SKIPPED: Test 113, Skipping test for non-existant object _STV. + +Test 114 of 191: Test _TIP (Expired Timer Wake Policy). +SKIPPED: Test 114, Skipping test for non-existant object _TIP. + +Test 115 of 191: Test _TIV (Timer Values). +SKIPPED: Test 115, Skipping test for non-existant object _TIV. + +Test 116 of 191: Test _SBS (Smart Battery Subsystem). +PASSED: Test 116, \_SB_.PCI0.LPCB.EC__.SMB0.SBS0._SBS correctly returned value 1 +Maximum 1 Smart Battery, system manager/selector present + +Test 117 of 191: Test _BCT (Battery Charge Time). +SKIPPED: Test 117, Skipping test for non-existant object _BCT. + +Test 118 of 191: Test _BIF (Battery Information). +PASSED: Test 118, \_SB_.BAT0._BIF correctly returned a sane looking package. + +Test 119 of 191: Test _BIX (Battery Information Extended). +SKIPPED: Test 119, Skipping test for non-existant object _BIX. + +Test 120 of 191: Test _BMA (Battery Measurement Averaging). +SKIPPED: Test 120, Skipping test for non-existant object _BMA. + +Test 121 of 191: Test _BMC (Battery Maintenance Control). +SKIPPED: Test 121, Skipping test for non-existant object _BMC. + +Test 122 of 191: Test _BMD (Battery Maintenance Data). +SKIPPED: Test 122, Skipping test for non-existant object _BMD. + +Test 123 of 191: Test _BMS (Battery Measurement Sampling Time). +SKIPPED: Test 123, Skipping test for non-existant object _BMS. + +Test 124 of 191: Test _BST (Battery Status). +PASSED: Test 124, \_SB_.BAT0._BST correctly returned a sane looking package. + +Test 125 of 191: Test _BTP (Battery Trip Point). +SKIPPED: Test 125, Skipping test for non-existant object _BTP. + +Test 126 of 191: Test _BTH (Battery Throttle Limit). +SKIPPED: Test 126, Skipping test for non-existant object _BTH. + +Test 127 of 191: Test _BTM (Battery Time). +SKIPPED: Test 127, Skipping test for non-existant object _BTM. + +Test 128 of 191: Test _PCL (Power Consumer List). +PASSED: Test 128, \_SB_.BAT0._PCL returned a sane package of 1 references. +FAILED [CRITICAL] AETtype: Test 128, Detected error 'Type' when evaluating +'\_SB_.ADP1._PCL'. + +ADVICE: The type of an object is incorrect and does not match the expected type. +ACPI will generally abort execution of the AML op-code that causes this error. + + +Test 129 of 191: Test _PIF (Power Source Information). +SKIPPED: Test 129, Skipping test for non-existant object _PIF. + +Test 130 of 191: Test _PRL (Power Source Redundancy List). +SKIPPED: Test 130, Skipping test for non-existant object _PRL. + +Test 131 of 191: Test _PSR (Power Source). +PASSED: Test 131, \_SB_.ADP1._PSR correctly returned sane looking value +0x00000000. + +Test 132 of 191: Test _GAI (Get Averaging Level). +SKIPPED: Test 132, Skipping test for non-existant object _GAI. + +Test 133 of 191: Test _GHL (Get Harware Limit). +SKIPPED: Test 133, Skipping test for non-existant object _GHL. + +Test 134 of 191: Test _PMD (Power Meter Devices). +SKIPPED: Test 134, Skipping test for non-existant object _PMD. + +Test 135 of 191: Test _PMM (Power Meter Measurement). +SKIPPED: Test 135, Skipping test for non-existant object _PMM. + +Test 136 of 191: Test _FIF (Fan Information). +SKIPPED: Test 136, Skipping test for non-existant object _FIF. + +Test 137 of 191: Test _FPS (Fan Performance States). +SKIPPED: Test 137, Skipping test for non-existant object _FPS. + +Test 138 of 191: Test _FSL (Fan Set Level). +SKIPPED: Test 138, Skipping test for non-existant object _FSL. + +Test 139 of 191: Test _FST (Fan Status). +SKIPPED: Test 139, Skipping test for non-existant object _FST. + +Test 140 of 191: Test _ACx (Active Cooling). +SKIPPED: Test 140, Skipping test for non-existant object _AC0. + +SKIPPED: Test 140, Skipping test for non-existant object _AC1. + +SKIPPED: Test 140, Skipping test for non-existant object _AC2. + +SKIPPED: Test 140, Skipping test for non-existant object _AC3. + +SKIPPED: Test 140, Skipping test for non-existant object _AC4. + +SKIPPED: Test 140, Skipping test for non-existant object _AC5. + +SKIPPED: Test 140, Skipping test for non-existant object _AC6. + +SKIPPED: Test 140, Skipping test for non-existant object _AC7. + +SKIPPED: Test 140, Skipping test for non-existant object _AC8. + +SKIPPED: Test 140, Skipping test for non-existant object _AC9. + + +Test 141 of 191: Test _ART (Active Cooling Relationship Table). +SKIPPED: Test 141, Skipping test for non-existant object _ART. + +Test 142 of 191: Test _CRT (Critical Trip Point). +SKIPPED: Test 142, Skipping test for non-existant object _CRT. + +Test 143 of 191: Test _CR3 (Warm/Standby Temperature). +SKIPPED: Test 143, Skipping test for non-existant object _CR3. + +Test 144 of 191: Test _DTI (Device Temperature Indication). +SKIPPED: Test 144, Skipping test for non-existant object _DTI. + +Test 145 of 191: Test _HOT (Hot Temperature). +SKIPPED: Test 145, Skipping test for non-existant object _HOT. + +Test 146 of 191: Test _MTL (Minimum Throttle Limit). +SKIPPED: Test 146, Skipping test for non-existant object _MTL. + +Test 147 of 191: Test _NTT (Notification Temp Threshold). +SKIPPED: Test 147, Skipping test for non-existant object _NTT. + +Test 148 of 191: Test _PSL (Passive List). +SKIPPED: Test 148, Skipping test for non-existant object _PSL. + +Test 149 of 191: Test _PSV (Passive Temp). +SKIPPED: Test 149, Skipping test for non-existant object _PSV. + +Test 150 of 191: Test _RTV (Relative Temp Values). +SKIPPED: Test 150, Skipping test for non-existant object _RTV. + +Test 151 of 191: Test _SCP (Set Cooling Policy). +SKIPPED: Test 151, Skipping test for non-existant object _DTI. + +Test 152 of 191: Test _TC1 (Thermal Constant 1). +SKIPPED: Test 152, Skipping test for non-existant object _TC1. + +Test 153 of 191: Test _TC2 (Thermal Constant 2). +SKIPPED: Test 153, Skipping test for non-existant object _TC2. + +Test 154 of 191: Test _TFP (Thermal fast Sampling Period). +SKIPPED: Test 154, Skipping test for non-existant object _TFP. + +Test 155 of 191: Test _TMP (Thermal Zone Current Temp). +SKIPPED: Test 155, Skipping test for non-existant object _TMP. + +Test 156 of 191: Test _TPT (Trip Point Temperature). +SKIPPED: Test 156, Skipping test for non-existant object _TPT. + +Test 157 of 191: Test _TRT (Thermal Relationship Table). +SKIPPED: Test 157, Skipping test for non-existant object _TRT. + +Test 158 of 191: Test _TSN (Thermal Sensor Device). +SKIPPED: Test 158, Skipping test for non-existant object _TSN. + +Test 159 of 191: Test _TSP (Thermal Sampling Period). +SKIPPED: Test 159, Skipping test for non-existant object _TSP. + +Test 160 of 191: Test _TST (Temperature Sensor Threshold). +SKIPPED: Test 160, Skipping test for non-existant object _TST. + +Test 161 of 191: Test _TZD (Thermal Zone Devices). +SKIPPED: Test 161, Skipping test for non-existant object _TZD. + +Test 162 of 191: Test _TZM (Thermal Zone member). +SKIPPED: Test 162, Skipping test for non-existant object _TZM. + +Test 163 of 191: Test _TZP (Thermal Zone Polling). +SKIPPED: Test 163, Skipping test for non-existant object _TZP. + +Test 164 of 191: Test _GPE (General Purpose Events). +PASSED: Test 164, \_SB_.PCI0.LPCB.EC__._GPE returned an integer 0x0000004e +PASSED: Test 164, \_SB_.PCI0.RP03.ARPT._GPE returned an integer 0x0000005b +PASSED: Test 164, \_SB_.PCI0.RP05.UPSB.DSB0.NHI0._GPE returned an integer +0x0000004d +PASSED: Test 164, \_SB_.PCI0.XHC1._GPE returned an integer 0x0000006d +PASSED: Test 164, \_SB_.PCI0.XHC1.RHUB.SSP3._GPE returned an integer 0x0000003b + +Test 165 of 191: Test _EC (EC Offset Query). +SKIPPED: Test 165, Skipping test for non-existant object _EC. + +Test 166 of 191: Test _PTS (Prepare to Sleep). +Test _PTS(1). +PASSED: Test 166, \_PTS returned no values as expected. + +Test _PTS(2). +PASSED: Test 166, \_PTS returned no values as expected. + +Test _PTS(3). +ACPICA Exception AE_AML_INFINITE_LOOP during execution of method CMPE +WARNING: Test 166, Detected an infinite loop when evaluating method '\_PTS'. + +ADVICE: This may occur because we are emulating the execution in this test +environment and cannot handshake with the embedded controller or jump to the +BIOS via SMIs. However, the fact that AML code spins forever means that lockup +conditions are not being checked for in the AML bytecode. + + +Test _PTS(4). +PASSED: Test 166, \_PTS returned no values as expected. + +Test _PTS(5). +PASSED: Test 166, \_PTS returned no values as expected. + + +Test 167 of 191: Test _TTS (Transition to State). +Test _TTS(1) Transition To State S1. +PASSED: Test 167, \_TTS returned no values as expected. + +Test _TTS(2) Transition To State S2. +PASSED: Test 167, \_TTS returned no values as expected. + +Test _TTS(3) Transition To State S3. +PASSED: Test 167, \_TTS returned no values as expected. + +Test _TTS(4) Transition To State S4. +PASSED: Test 167, \_TTS returned no values as expected. + +Test _TTS(5) Transition To State S5. +PASSED: Test 167, \_TTS returned no values as expected. + + +Test 168 of 191: Test _S0 (System S0 State). +SKIPPED: Test 168, Skipping test for non-existant object _S0. + +Test 169 of 191: Test _S1 (System S1 State). +SKIPPED: Test 169, Skipping test for non-existant object _S1. + +Test 170 of 191: Test _S2 (System S2 State). +SKIPPED: Test 170, Skipping test for non-existant object _S2. + +Test 171 of 191: Test _S3 (System S3 State). +SKIPPED: Test 171, Skipping test for non-existant object _S3. + +Test 172 of 191: Test _S4 (System S4 State). +SKIPPED: Test 172, Skipping test for non-existant object _S4. + +Test 173 of 191: Test _S5 (System S5 State). +SKIPPED: Test 173, Skipping test for non-existant object _S5. + +Test 174 of 191: Test _WAK (System Wake). +Test _WAK(1) System Wake, State S1. +PASSED: Test 174, \_WAK correctly returned a sane looking package. + +Test _WAK(2) System Wake, State S2. +PASSED: Test 174, \_WAK correctly returned a sane looking package. + +Test _WAK(3) System Wake, State S3. +PASSED: Test 174, \_WAK correctly returned a sane looking package. + +Test _WAK(4) System Wake, State S4. +PASSED: Test 174, \_WAK correctly returned a sane looking package. + +Test _WAK(5) System Wake, State S5. +PASSED: Test 174, \_WAK correctly returned a sane looking package. + + +Test 175 of 191: Test _ADR (Return Unique ID for Device). +PASSED: Test 175, \_SB_.PCI0._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.MCHC._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.P0P2._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.IGPU._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.IGPU.DD01._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.IGPU.DD02._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.IGPU.DD03._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.IGPU.DD04._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.IGPU.DD05._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.IGPU.DD06._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.IGPU.DD07._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.IGPU.DD08._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.IGPU.DD1F._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.SBUS._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.SBUS.BUS0._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.SBUS.BUS1._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.LPCB._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.HDEF._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP01._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP02._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP02.CMRA._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP03._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP03.ARPT._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB0._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB0.NHI0._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB0._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB0.DEV0._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB0._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB0.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB3._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB3.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB4._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB4.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB5._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB3.UPS0.DSB6._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB0._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB0.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB3._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB3.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB4._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB4.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB5._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB4.UPS0.DSB6._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB5._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB1.UPS0.DSB6._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB0._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB0.DEV0._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB0._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB0.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB3._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB3.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB4._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB4.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB5._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB3.UPS0.DSB6._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB0._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB0.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB3._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB3.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB4._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB4.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB5._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB4.UPS0.DSB6._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB5._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB2.UPS0.DSB6._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB0._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB0.DEV0._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB0._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB0.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB3._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB3.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB4._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB4.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB5._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB3.UPS0.DSB6._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB0._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB0.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB3._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB3.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB4._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB4.DEV0._ADR +correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB5._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB4.UPS0.DSB6._ADR correctly +returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB5._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB3.UPS0.DSB6._ADR correctly returned an +integer. +PASSED: Test 175, \_SB_.PCI0.RP05.UPSB.DSB4._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP06._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP06.SSD0._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.RP06.SSD0.PRT0._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.XHC1._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.XHC1.RHUB._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.XHC1.RHUB.HS01._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.XHC1.RHUB.HS02._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.XHC1.RHUB.HS03._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.XHC1.RHUB.HS05._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.XHC1.RHUB.SSP1._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.XHC1.RHUB.SSP2._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.XHC1.RHUB.SSP3._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PCI0.HDAU._ADR correctly returned an integer. +PASSED: Test 175, \_SB_.PNLF._ADR correctly returned an integer. + +Test 176 of 191: Test _BCL (Query List of Brightness Control Levels Supported). +Brightness levels for \_SB_.PCI0.IGPU.DD01._BCL: + Level on full power : 87 + Level on battery power: 53 + Brightness Levels : 0, 7, 13, 20, 27, 33, 40, 47, 53, 60, 67, 73, 80, 87, 93, 100 +PASSED: Test 176, \_SB_.PCI0.IGPU.DD01._BCL returned a sane package of 18 +integers. + +Test 177 of 191: Test _BCM (Set Brightness Level). +FAILED [MEDIUM] MethodShouldReturnNothing: Test 177, \_SB_.PCI0.IGPU.DD01._BCM +returned values, but was expected to return nothing. +Object returned: + INTEGER: 0x00000000 + +ADVICE: This probably won't cause any errors, but it should be fixed as the AML +code is not conforming to the expected behaviour as described in the ACPI +specification. + + +Test 178 of 191: Test _BQC (Brightness Query Current Level). +PASSED: Test 178, \_SB_.PCI0.IGPU.DD01._BQC correctly returned an integer. + +Test 179 of 191: Test _DCS (Return the Status of Output Device). +PASSED: Test 179, \_SB_.PCI0.IGPU.DD01._DCS correctly returned an integer. +PASSED: Test 179, \_SB_.PCI0.IGPU.DD02._DCS correctly returned an integer. +PASSED: Test 179, \_SB_.PCI0.IGPU.DD03._DCS correctly returned an integer. +PASSED: Test 179, \_SB_.PCI0.IGPU.DD04._DCS correctly returned an integer. +PASSED: Test 179, \_SB_.PCI0.IGPU.DD05._DCS correctly returned an integer. +PASSED: Test 179, \_SB_.PCI0.IGPU.DD06._DCS correctly returned an integer. +PASSED: Test 179, \_SB_.PCI0.IGPU.DD07._DCS correctly returned an integer. +PASSED: Test 179, \_SB_.PCI0.IGPU.DD08._DCS correctly returned an integer. +PASSED: Test 179, \_SB_.PCI0.IGPU.DD1F._DCS correctly returned an integer. + +Test 180 of 191: Test _DDC (Return the EDID for this Device). +SKIPPED: Test 180, Skipping test for non-existant object _DDC. + +Test 181 of 191: Test _DSS (Device Set State). +PASSED: Test 181, \_SB_.PCI0.IGPU.DD01._DSS returned no values as expected. +PASSED: Test 181, \_SB_.PCI0.IGPU.DD02._DSS returned no values as expected. +PASSED: Test 181, \_SB_.PCI0.IGPU.DD03._DSS returned no values as expected. +PASSED: Test 181, \_SB_.PCI0.IGPU.DD04._DSS returned no values as expected. +PASSED: Test 181, \_SB_.PCI0.IGPU.DD05._DSS returned no values as expected. +PASSED: Test 181, \_SB_.PCI0.IGPU.DD06._DSS returned no values as expected. +PASSED: Test 181, \_SB_.PCI0.IGPU.DD07._DSS returned no values as expected. +PASSED: Test 181, \_SB_.PCI0.IGPU.DD08._DSS returned no values as expected. +PASSED: Test 181, \_SB_.PCI0.IGPU.DD1F._DSS returned no values as expected. + +Test 182 of 191: Test _DGS (Query Graphics State). +PASSED: Test 182, \_SB_.PCI0.IGPU.DD01._DGS correctly returned an integer. +PASSED: Test 182, \_SB_.PCI0.IGPU.DD02._DGS correctly returned an integer. +PASSED: Test 182, \_SB_.PCI0.IGPU.DD03._DGS correctly returned an integer. +PASSED: Test 182, \_SB_.PCI0.IGPU.DD04._DGS correctly returned an integer. +PASSED: Test 182, \_SB_.PCI0.IGPU.DD05._DGS correctly returned an integer. +PASSED: Test 182, \_SB_.PCI0.IGPU.DD06._DGS correctly returned an integer. +PASSED: Test 182, \_SB_.PCI0.IGPU.DD07._DGS correctly returned an integer. +PASSED: Test 182, \_SB_.PCI0.IGPU.DD08._DGS correctly returned an integer. +PASSED: Test 182, \_SB_.PCI0.IGPU.DD1F._DGS correctly returned an integer. + +Test 183 of 191: Test _DOD (Enumerate All Devices Attached to Display Adapter). +Device 0: + Instance: 0 + Display port attachment: 0 + Type of display: 4 (Internal/Integrated Digital Flat Panel) + BIOS can detect device: 0 + Non-VGA device: 0 + Head or pipe ID: 0 +PASSED: Test 183, \_SB_.PCI0.IGPU._DOD correctly returned a sane looking +package. + +Test 184 of 191: Test _DOS (Enable/Disable Output Switching). +PASSED: Test 184, \_SB_.PCI0.IGPU._DOS returned no values as expected. + +Test 185 of 191: Test _GPD (Get POST Device). +SKIPPED: Test 185, Skipping test for non-existant object _GPD. + +Test 186 of 191: Test _ROM (Get ROM Data). +SKIPPED: Test 186, Skipping test for non-existant object _ROM. + +Test 187 of 191: Test _SPD (Set POST Device). +SKIPPED: Test 187, Skipping test for non-existant object _SPD. + +Test 188 of 191: Test _VPO (Video POST Options). +SKIPPED: Test 188, Skipping test for non-existant object _VPO. + +Test 189 of 191: Test _CBA (Configuration Base Address). +SKIPPED: Test 189, Skipping test for non-existant object _CBA. + +Test 190 of 191: Test _IFT (IPMI Interface Type). +SKIPPED: Test 190, Skipping test for non-existant object _IFT. + +Test 191 of 191: Test _SRV (IPMI Interface Revision). +SKIPPED: Test 191, Skipping test for non-existant object _SRV. + +================================================================================ +539 passed, 8 failed, 1 warning, 0 aborted, 149 skipped, 0 info only. +================================================================================ + +msdm: MSDM Microsoft Data Management Table test. +-------------------------------------------------------------------------------- +ACPI MSDM table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +mchi: MCHI Management Controller Host Interface Table test. +-------------------------------------------------------------------------------- +ACPI MCHI table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +mcfg: MCFG PCI Express* memory mapped config space test. +-------------------------------------------------------------------------------- +Test 1 of 2: Validate MCFG table. +This test tries to validate the MCFG table by comparing the first 16 bytes in +the MMIO mapped config space with the 'traditional' config space of the first +PCI device (root bridge). The MCFG data is only trusted if it is marked reserved +in the UEFI run-time service memory map + +Memory Map Layout +----------------- +0x0000000000000000 - 0x0000000000057fff (System RAM) +0x0000000000058000 - 0x0000000000058fff (reserved) +0x0000000000059000 - 0x000000000008efff (System RAM) +0x000000000008f000 - 0x000000000008ffff (reserved) +0x0000000000090000 - 0x000000000009ffff (System RAM) +0x00000000000a0000 - 0x00000000000bffff (reserved) +0x0000000000100000 - 0x000000008ad13fff (System RAM) +0x000000008ad14000 - 0x000000008ad52fff (ACPI Non-volatile Storage) +0x000000008ad53000 - 0x000000008ad61fff (System RAM) +0x000000008ad62000 - 0x000000008ad8efff (ACPI Non-volatile Storage) +0x000000008ad8f000 - 0x000000008ae38fff (System RAM) +0x000000008ae39000 - 0x000000008ae8efff (reserved) +0x000000008ae8f000 - 0x000000008aecffff (System RAM) +0x000000008aed0000 - 0x000000008aefefff (reserved) +0x000000008aeff000 - 0x000000008af7bfff (System RAM) +0x000000008af7c000 - 0x000000008afe4fff (reserved) +0x000000008afe5000 - 0x000000008affffff (System RAM) +0x000000008b000000 - 0x000000008f9fffff (reserved) +0x00000000e00f8000 - 0x00000000e00f8fff (reserved) +0x00000000fed1c000 - 0x00000000fed1ffff (reserved) +0x00000000ffe10000 - 0x00000000ffe3ffff (reserved) +0x0000000100000000 - 0x000000046f5fffff (System RAM) + +MCFG table found, size is 16 bytes (excluding header) (1 entries). +Configuration Entry #0: + Base Address : 0xe0000000 + Segment : 0 + Start bus : 0 + End bus : 155 +FAILED [LOW] MCFGMMIONotReserved: Test 1, MCFG MMIO config space at 0xe0000000 +is not reserved in the memory map table + +ADVICE: The PCI Express specification states that the PCI Express configuration +space should be defined in the MCFG table and *maybe* optionally defined in the +UEFI run-time service memory map if ACPI MCFG is present. Linux checks if the +region is reserved in the memory map table and will reject the MMCONFIG if there +is a discrepency between MCFG and the memory map table for the PCI Express +region. [See arch/x86/pci/mmconfig-shared.c pci_mmcfg_reject_broken()]. It is +recommended that this is defined in the UEFI run-time service memory map table +for Linux. + + +Test 2 of 2: Validate MCFG PCI config space. +PASSED: Test 2, PCI config space verified. + +================================================================================ +1 passed, 1 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +madt: MADT Multiple APIC Description Table test. +-------------------------------------------------------------------------------- +Test 1 of 1: MADT Multiple APIC Description Table test. +PASSED: Test 1, No issues found in MADT table. + +================================================================================ +1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +lpit: LPIT Low Power Idle Table test. +-------------------------------------------------------------------------------- +ACPI LPIT table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +iort: IORT IO Remapping Table test. +-------------------------------------------------------------------------------- +ACPI IORT table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +hpet: HPET IA-PC High Precision Event Timer Table tests. +-------------------------------------------------------------------------------- +Test 1 of 4: Test HPET base in kernel log. +This test checks the HPET PCI BAR for each timer block in the timer. The base +address is passed by the firmware via an ACPI table. IRQ routing and +initialization is also verified by the test. +PASSED: Test 1, Found HPET base 0xfed00000 in kernel log. + +Test 2 of 4: Test HPET base in HPET table. +Hardware ID of Event Block: + PCI Vendor ID : 0x8086 + Legacy IRQ Routing Capable : 1 + COUNT_SIZE_CAP counter size: 1 + Number of comparitors : 2 + Hardwre Revision ID : 0x1 +Lower 32 bit base Address : 0xfed00000 + Address Space ID : 0x0 + Register Bit Width : 0x40 + Register Bit Offset : 0x0 + Address Width : 0x0 +HPET sequence number : 0x0 +Minimum clock tick : 0x80 +Page Protection : 0x0 (No guaranteed protection) +OEM attributes : 0x0 +PASSED: Test 2, HPET looks sane. + +Test 3 of 4: Test HPET base in DSDT and/or SSDT. +PASSED: Test 3, HPET base matches that between DSDT and the kernel (0xfed00000). + +Test 4 of 4: Test HPET configuration. +PASSED: Test 4, Vendor ID looks sane: 0x8086. +PASSED: Test 4, Valid clock period 69841279. + +================================================================================ +5 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +hest: HEST Hardware Error Source Table test. +-------------------------------------------------------------------------------- +ACPI HEST table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +gtdt: GTDT Generic Timer Description Table test. +-------------------------------------------------------------------------------- +ACPI GTDT table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +fpdt: FPDT Firmware Performance Data Table test. +-------------------------------------------------------------------------------- +ACPI FPDT table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +fan: Simple fan tests. +-------------------------------------------------------------------------------- +Test 1 of 2: Test fan status. +Test how many fans there are in the system. Check for the current status of the +fan(s). +PASSED: Test 1, Fan cooling_device0 of type Processor has max cooling state 10 +and current cooling state 0. +PASSED: Test 1, Fan cooling_device1 of type Processor has max cooling state 10 +and current cooling state 0. +PASSED: Test 1, Fan cooling_device2 of type Processor has max cooling state 10 +and current cooling state 0. +PASSED: Test 1, Fan cooling_device3 of type Processor has max cooling state 10 +and current cooling state 0. +PASSED: Test 1, Fan cooling_device4 of type LCD has max cooling state 100 and +current cooling state 0. +FAILED [MEDIUM] NoFanCurState: Test 1, Fan present but has no cur_state present. + +Test 2 of 2: Load system, check CPU fan status. +Test how many fans there are in the system. Check for the current status of the +fan(s). +Loading CPUs for 20 seconds to try and get fan speeds to change. +Fan cooling_device0 current state did not change from value 0 while CPUs were +busy. +Fan cooling_device1 current state did not change from value 0 while CPUs were +busy. +Fan cooling_device2 current state did not change from value 0 while CPUs were +busy. +Fan cooling_device3 current state did not change from value 0 while CPUs were +busy. + +ADVICE: Did not detect any change in the CPU related thermal cooling device +states. It could be that the devices are returning static information back to +the driver and/or the fan speed is automatically being controlled by firmware +using System Management Mode in which case the kernel interfaces being examined +may not work anyway. + + +================================================================================ +5 passed, 1 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +fadt: FADT Fixed ACPI Description Table tests. +-------------------------------------------------------------------------------- +Test 1 of 3: Test FADT ACPI Description Table tests. +PASSED: Test 1, No issues found in FADT table. + +Test 2 of 3: Test FADT SCI_EN bit is enabled. +FADT Preferred PM Profile: 2 (Mobile) +FADT is greater than ACPI version 1.0 +PASSED: Test 2, SCI_EN bit in PM1a Control Register Block is enabled. + +Test 3 of 3: Test FADT reset register. +PASSED: Test 3, FADT reset register width is 8 bits wide as expected. +PASSED: Test 3, FADT register bit offset is 0 as expected. + +================================================================================ +4 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +facs: FACS Firmware ACPI Control Structure test. +-------------------------------------------------------------------------------- +Test 1 of 1: FACS Firmware ACPI Control Structure test. +FACS Firmware ACPI Control Structure: + Signature: 'FACS' + Length: 0x00000040 + Hardware Signature: 0x00000000 + Firmware Waking Vector: 0x00000000 + Global Lock: 0x00000000 + Flags: 0x00000000 + X-Firmware Waking Vector: 0x0000000000000000 + Version: 0x01 + Reserved: 0x00 0x00 0x00 + OSPM Flags: 0x00000000 + Reserved: 0x00 0x00 0x00 0x00 + Reserved: 0x00 0x00 0x00 0x00 + Reserved: 0x00 0x00 0x00 0x00 + Reserved: 0x00 0x00 0x00 0x00 + Reserved: 0x00 0x00 0x00 0x00 + Reserved: 0x00 0x00 0x00 0x00 +PASSED: Test 1, No issues found in FACS table. + +================================================================================ +1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +erst: ERST Error Record Serialization Table test. +-------------------------------------------------------------------------------- +ACPI ERST table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +ecdt: ECDT Embedded Controller Boot Resources Table test. +-------------------------------------------------------------------------------- +Test 1 of 1: ECDT Embedded Controller Boot Resources Table test. +ECDT Embedded Controller Boot Resources Table: + EC_CONTROL: + Address Space ID: 0x01 + Register Bit Width 0x08 + Register Bit Offset 0x00 + Access Size 0x00 + Address 0x0000000000000066 + EC_DATA: + Address Space ID: 0x01 + Register Bit Width 0x08 + Register Bit Offset 0x00 + Access Size 0x00 + Address 0x0000000000000062 + UID: 0x00000000 + GPE_BIT: 0x4e + EC_ID: '\_SB.PCI0.LPCB.EC' + +PASSED: Test 1, Found and evaluated \_SB.PCI0.LPCB.EC._UID, returns expected +value 0x0 +PASSED: Test 1, No issues found in ECDT table. + +================================================================================ +2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +dmar: DMA Remapping (VT-d) test. +-------------------------------------------------------------------------------- +Test 1 of 1: DMA Remapping test. +PASSED: Test 1, DMAR ACPI table has passed test. +PASSED: Test 1, Found no DMAR errors in kernel log. + +================================================================================ +2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +dbg2: DBG2 (Debug Port Table 2) test. +-------------------------------------------------------------------------------- +ACPI DBG2 table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +dbgp: DBGP (Debug Port) Table test. +-------------------------------------------------------------------------------- +ACPI DBGP table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +cstates: Processor C state support test. +-------------------------------------------------------------------------------- +Test 1 of 1: Test all CPUs C-states. +This test checks if all processors have the same number of C-states, if the +C-state counter works and if C-state transitions happen. +PASSED: Test 1, Processor 0 has reached all C-states: C1 C3 C6 C7 C8 C9 C10 +Processor 1 has not reached C1 C6 C7 during tests. This is not a failure, +however it is not a complete and thorough test. +PASSED: Test 1, Processor 1 has the same number of C-states as processor 0 +Processor 2 has not reached C1 during tests. This is not a failure, however it +is not a complete and thorough test. +PASSED: Test 1, Processor 2 has the same number of C-states as processor 0 +Processor 3 has not reached C3 C7 during tests. This is not a failure, however +it is not a complete and thorough test. +PASSED: Test 1, Processor 3 has the same number of C-states as processor 0 + +================================================================================ +4 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +csrt: CSRT Core System Resource Table test. +-------------------------------------------------------------------------------- +ACPI CSRT table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +cpep: CPEP Corrected Platform Error Polling Table test. +-------------------------------------------------------------------------------- +ACPI CPEP table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +checksum: ACPI table checksum test. +-------------------------------------------------------------------------------- +Test 1 of 1: ACPI table checksum test. +PASSED: Test 1, Table RSDP has correct checksum 0x0f. +PASSED: Test 1, Table RSDP has correct extended checksum 0xd9. +PASSED: Test 1, Table XSDT has correct checksum 0xdf +PASSED: Test 1, Table DSDT has correct checksum 0x14 +PASSED: Test 1, Table FACP has correct checksum 0xc0 +PASSED: Test 1, Table HPET has correct checksum 0x8c +PASSED: Test 1, Table APIC has correct checksum 0x5f +PASSED: Test 1, Table SBST has correct checksum 0x84 +PASSED: Test 1, Table ECDT has correct checksum 0x02 +PASSED: Test 1, Table SSDT has correct checksum 0x6b +PASSED: Test 1, Table SSDT has correct checksum 0xbb +PASSED: Test 1, Table SSDT has correct checksum 0xbe +PASSED: Test 1, Table SSDT has correct checksum 0xb3 +PASSED: Test 1, Table SSDT has correct checksum 0x3c +PASSED: Test 1, Table SSDT has correct checksum 0x25 +PASSED: Test 1, Table SSDT has correct checksum 0x4c +PASSED: Test 1, Table SSDT has correct checksum 0xf0 +PASSED: Test 1, Table SSDT has correct checksum 0x51 +PASSED: Test 1, Table MCFG has correct checksum 0x58 +PASSED: Test 1, Table DMAR has correct checksum 0xdc +PASSED: Test 1, Table RSDT has correct checksum 0x25 + +================================================================================ +21 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +autobrightness: Automated LCD brightness test. +-------------------------------------------------------------------------------- +Test 1 of 2: Test for maximum and actual brightness. +PASSED: Test 1, Maximum brightness for intel_backlight is 1388 which is sane. +PASSED: Test 1, Actual brightness for intel_backlight is 1388 which is in range +0..1388. +PASSED: Test 1, Maximum brightness for acpi_video0 is 100 which is sane. +PASSED: Test 1, Actual brightness for acpi_video0 is 100 which is in range +0..100. + +Test 2 of 2: Change actual brightness. +PASSED: Test 2, Actual brightness matches the brightnesss level for all 1388 +levels for backlight intel_backlight. +PASSED: Test 2, Actual brightness matches the brightnesss level for all 100 +levels for backlight acpi_video0. + +================================================================================ +6 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +boot: BOOT Table test. +-------------------------------------------------------------------------------- +ACPI BOOT table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +bgrt: BGRT Boot Graphics Resource Table test. +-------------------------------------------------------------------------------- +ACPI BGRT table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +bert: BERT Boot Error Record Table test. +-------------------------------------------------------------------------------- +ACPI BERT table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +aspt: ASPT Table test. +-------------------------------------------------------------------------------- +ACPI ASPT table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +asf: ASF! Alert Standard Format Table test. +-------------------------------------------------------------------------------- +ACPI ASF! table does not exist, skipping test +================================================================================ +0 passed, 0 failed, 0 warning, 0 aborted, 1 skipped, 0 info only. +================================================================================ + +apicinstance: Test for single instance of APIC/MADT table. +-------------------------------------------------------------------------------- +Test 1 of 1: Test for single instance of APIC/MADT table. +Found APIC/MADT table APIC @ 8ad8a000, length 0x188 +PASSED: Test 1, Found 1 APIC/MADT table(s), as expected. + +================================================================================ +1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + +acpitables: ACPI table headers sanity tests. +-------------------------------------------------------------------------------- +Test 1 of 1: Test ACPI headers. +PASSED: Test 1, Table XSDT has valid signature and ID strings. +PASSED: Test 1, Table DSDT has valid signature and ID strings. +PASSED: Test 1, Table FACP has valid signature and ID strings. +PASSED: Test 1, Table HPET has valid signature and ID strings. +PASSED: Test 1, Table APIC has valid signature and ID strings. +PASSED: Test 1, Table SBST has valid signature and ID strings. +PASSED: Test 1, Table ECDT has valid signature and ID strings. +PASSED: Test 1, Table SSDT has valid signature and ID strings. +WARNING: Test 1, ACPI Table SSDT is empty and just contains a table header. +Further header checks will be omitted. +PASSED: Test 1, Table SSDT has valid signature and ID strings. +PASSED: Test 1, Table SSDT has valid signature and ID strings. +PASSED: Test 1, Table SSDT has valid signature and ID strings. +PASSED: Test 1, Table SSDT has valid signature and ID strings. +PASSED: Test 1, Table SSDT has valid signature and ID strings. +PASSED: Test 1, Table SSDT has valid signature and ID strings. +PASSED: Test 1, Table SSDT has valid signature and ID strings. +PASSED: Test 1, Table MCFG has valid signature and ID strings. +PASSED: Test 1, Table DMAR has valid signature and ID strings. +PASSED: Test 1, Table RSDT has valid signature and ID strings. + +================================================================================ +18 passed, 0 failed, 1 warning, 0 aborted, 0 skipped, 0 info only. +================================================================================ + + +843 passed, 252 failed, 24 warnings, 3 aborted, 209 skipped, 10 info only. + +Test Failure Summary +================================================================================ + +Critical failures: 1 + method: Detected error 'Type' when evaluating '\_SB_.ADP1._PCL'. + +High failures: 122 + uefirtauthvar: Failed to get authenticated variable with UEFI runtime service. + uefirtauthvar: Set authenticated variable expected fail but success + securebootcert: The secure boot variable SecureBoot not found. + securebootcert: The secure boot variable SetupMode not found. + uefirtvariable: Failed to get variable with right attributes, attributes we got is 2147483655, but it should be 7. + uefirtvariable: Expected EFI_INVALID_PARAMETER with NULL VariableName. + uefirtvariable: Failed to set variable with right attributes, attributes we got is 2147483655, but it should both be 7. + dmicheck: Invald header length of entry #40, length was 0x00. + syntaxcheck: Assembler error in line 23 + syntaxcheck: Compilation aborted early due to a parser detected syntax error. + syntaxcheck: Assembler error in line 618 + syntaxcheck: Assembler error in line 619 + syntaxcheck: Assembler error in line 620 + syntaxcheck: Assembler error in line 621 + syntaxcheck: Assembler error in line 622 + syntaxcheck: Assembler error in line 623 + syntaxcheck: Assembler error in line 624 + syntaxcheck: Assembler error in line 625 + syntaxcheck: Assembler error in line 626 + syntaxcheck: Assembler error in line 627 + syntaxcheck: Assembler error in line 628 + syntaxcheck: Assembler error in line 629 + syntaxcheck: Assembler error in line 630 + syntaxcheck: Assembler error in line 631 + syntaxcheck: Assembler error in line 632 + syntaxcheck: Assembler error in line 633 + syntaxcheck: Assembler error in line 650 + syntaxcheck: Assembler error in line 651 + syntaxcheck: Assembler error in line 652 + syntaxcheck: Assembler error in line 653 + syntaxcheck: Assembler error in line 654 + syntaxcheck: Assembler error in line 655 + syntaxcheck: Assembler error in line 656 + syntaxcheck: Assembler error in line 657 + syntaxcheck: Assembler error in line 658 + syntaxcheck: Assembler error in line 659 + syntaxcheck: Assembler error in line 660 + syntaxcheck: Assembler error in line 661 + syntaxcheck: Assembler error in line 662 + syntaxcheck: Assembler error in line 663 + syntaxcheck: Assembler error in line 664 + syntaxcheck: Assembler error in line 665 + syntaxcheck: Assembler error in line 682 + syntaxcheck: Assembler error in line 683 + syntaxcheck: Assembler error in line 684 + syntaxcheck: Assembler error in line 685 + syntaxcheck: Assembler error in line 686 + syntaxcheck: Assembler error in line 687 + syntaxcheck: Assembler error in line 688 + syntaxcheck: Assembler error in line 689 + syntaxcheck: Assembler error in line 690 + syntaxcheck: Assembler error in line 691 + syntaxcheck: Assembler error in line 692 + syntaxcheck: Assembler error in line 693 + syntaxcheck: Assembler error in line 694 + syntaxcheck: Assembler error in line 695 + syntaxcheck: Assembler error in line 696 + syntaxcheck: Assembler error in line 697 + syntaxcheck: Assembler error in line 713 + syntaxcheck: Assembler error in line 714 + syntaxcheck: Assembler error in line 715 + syntaxcheck: Assembler error in line 716 + syntaxcheck: Assembler error in line 717 + syntaxcheck: Assembler error in line 718 + syntaxcheck: Assembler error in line 719 + syntaxcheck: Assembler error in line 720 + syntaxcheck: Assembler error in line 721 + syntaxcheck: Assembler error in line 722 + syntaxcheck: Assembler error in line 723 + syntaxcheck: Assembler error in line 724 + syntaxcheck: Assembler error in line 725 + syntaxcheck: Assembler error in line 726 + syntaxcheck: Assembler error in line 727 + syntaxcheck: Assembler error in line 728 + syntaxcheck: Assembler error in line 744 + syntaxcheck: Assembler error in line 745 + syntaxcheck: Assembler error in line 746 + syntaxcheck: Assembler error in line 747 + syntaxcheck: Assembler error in line 748 + syntaxcheck: Assembler error in line 749 + syntaxcheck: Assembler error in line 750 + syntaxcheck: Assembler error in line 751 + syntaxcheck: Assembler error in line 752 + syntaxcheck: Assembler error in line 753 + syntaxcheck: Assembler error in line 754 + syntaxcheck: Assembler error in line 755 + syntaxcheck: Assembler error in line 756 + syntaxcheck: Assembler error in line 757 + syntaxcheck: Assembler error in line 758 + syntaxcheck: Assembler error in line 759 + syntaxcheck: Assembler error in line 775 + syntaxcheck: Assembler error in line 776 + syntaxcheck: Assembler error in line 777 + syntaxcheck: Assembler error in line 778 + syntaxcheck: Assembler error in line 779 + syntaxcheck: Assembler error in line 780 + syntaxcheck: Assembler error in line 781 + syntaxcheck: Assembler error in line 782 + syntaxcheck: Assembler error in line 783 + syntaxcheck: Assembler error in line 784 + syntaxcheck: Assembler error in line 785 + syntaxcheck: Assembler error in line 786 + syntaxcheck: Assembler error in line 787 + syntaxcheck: Assembler error in line 788 + syntaxcheck: Assembler error in line 789 + syntaxcheck: Assembler error in line 790 + syntaxcheck: Assembler error in line 806 + syntaxcheck: Assembler error in line 807 + syntaxcheck: Assembler error in line 808 + syntaxcheck: Assembler error in line 809 + syntaxcheck: Assembler error in line 810 + syntaxcheck: Assembler error in line 811 + syntaxcheck: Assembler error in line 812 + syntaxcheck: Assembler error in line 813 + syntaxcheck: Assembler error in line 814 + syntaxcheck: Assembler error in line 815 + syntaxcheck: Assembler error in line 816 + syntaxcheck: Assembler error in line 817 + syntaxcheck: Assembler error in line 818 + syntaxcheck: Assembler error in line 819 + syntaxcheck: Assembler error in line 820 + syntaxcheck: Assembler error in line 821 + +Medium failures: 50 + mtrr: Memory range 0x1000 to 0x57fff (System RAM) has incorrect attribute Default (Most probably Uncached). + mtrr: Memory range 0x1000 to 0x57fff (System RAM) is lacking attribute Write-Back. + mtrr: Memory range 0x59000 to 0x8efff (System RAM) has incorrect attribute Default (Most probably Uncached). + mtrr: Memory range 0x59000 to 0x8efff (System RAM) is lacking attribute Write-Back. + mtrr: Memory range 0x90000 to 0x9ffff (System RAM) has incorrect attribute Default (Most probably Uncached). + mtrr: Memory range 0x90000 to 0x9ffff (System RAM) is lacking attribute Write-Back. + mtrr: Memory range 0x100000 to 0x8ad13fff (System RAM) has incorrect attribute Default (Most probably Uncached). + mtrr: Memory range 0x100000 to 0x8ad13fff (System RAM) is lacking attribute Write-Back. + mtrr: Memory range 0x8ad53000 to 0x8ad61fff (System RAM) has incorrect attribute Default (Most probably Uncached). + mtrr: Memory range 0x8ad53000 to 0x8ad61fff (System RAM) is lacking attribute Write-Back. + mtrr: Memory range 0x8ad8f000 to 0x8ae38fff (System RAM) has incorrect attribute Default (Most probably Uncached). + mtrr: Memory range 0x8ad8f000 to 0x8ae38fff (System RAM) is lacking attribute Write-Back. + mtrr: Memory range 0x8ae8f000 to 0x8aecffff (System RAM) has incorrect attribute Default (Most probably Uncached). + mtrr: Memory range 0x8ae8f000 to 0x8aecffff (System RAM) is lacking attribute Write-Back. + mtrr: Memory range 0x8aeff000 to 0x8af7bfff (System RAM) has incorrect attribute Default (Most probably Uncached). + mtrr: Memory range 0x8aeff000 to 0x8af7bfff (System RAM) is lacking attribute Write-Back. + mtrr: Memory range 0x8afe5000 to 0x8affffff (System RAM) has incorrect attribute Default (Most probably Uncached). + mtrr: Memory range 0x8afe5000 to 0x8affffff (System RAM) is lacking attribute Write-Back. + mtrr: Memory range 0x90000000 to 0x9fffffff (0000:02:00.0) has incorrect attribute Uncached. + mtrr: Memory range 0xa0000000 to 0xafffffff (0000:00:02.0) has incorrect attribute Uncached. + mtrr: Memory range 0x100000000 to 0x46f5fffff (System RAM) has incorrect attribute Default (Most probably Uncached). + mtrr: Memory range 0x100000000 to 0x46f5fffff (System RAM) is lacking attribute Write-Back. + dmicheck: The size of a DMI entry 40 is illegal, DMI data is either wrong or the SMBIOS Table Pointer is pointing to the wrong memory region. + dmicheck: String index 0x05 in table entry 'Base Board Information (Type 2)' @ 0x8ad143fc, field 'Asset Tag', offset 0x08 has a default value 'Base Board Asset Tag#' and probably has not been updated by the BIOS vendor. + dmicheck: DMI table length was 2523 bytes (as specified by the SMBIOS header) but the DMI entries used 2112 bytes. + dmicheck: DMI table was DMI 43 entries in size (as specified by the SMBIOS header) but only 40 DMI entries were found. + cpufreq: CPU max frequency is unreachable + cpufreq: Can't set CPU frequencies + apicedge: Non-Legacy interrupt 0 is incorrectly level triggered. + apicedge: Non-Legacy interrupt 8 is incorrectly level triggered. + syntaxcheck: Assembler warning in line 2295 + syntaxcheck: Assembler warning in line 5694 + syntaxcheck: Assembler warning in line 7414 + syntaxcheck: Assembler warning in line 7465 + syntaxcheck: Assembler warning in line 123 + syntaxcheck: Assembler warning in line 257 + syntaxcheck: Assembler warning in line 324 + syntaxcheck: Assembler warning in line 371 + syntaxcheck: Assembler warning in line 418 + syntaxcheck: Assembler warning in line 465 + syntaxcheck: Assembler warning in line 512 + syntaxcheck: Assembler warning in line 559 + method: \_SB_.PCI0.SBUS.BUS0._CID returned a string 'SMBUS' but it was not a valid PNP ID or a valid ACPI ID. + method: \_SB_.PCI0.SBUS.BUS1._CID returned a string 'SMBUS' but it was not a valid PNP ID or a valid ACPI ID. + method: \_SB_.PCI0.LPCB.SMC_._CID returned a string 'SMC-HURONRIVER' but it was not a valid PNP ID or a valid ACPI ID. + method: \_SB_.PCI0.LPCB.ALS0._CID returned a string 'SMC-ALS' but it was not a valid PNP ID or a valid ACPI ID. + method: \_SB_.PNLF._CID returned a string 'BACKLIGHT' but it was not a valid PNP ID or a valid ACPI ID. + method: \_SB_.PCI0.RP06.SSD0.PRT0._GTF should return a buffer with size of multiple of 7. + method: \_SB_.PCI0.IGPU.DD01._BCM returned values, but was expected to return nothing. + fan: Fan present but has no cur_state present. + +Low failures: 56 + dmicheck: String index 0x03 in table entry 'Processor Information (Type 4)' @ 0x8ad14000, field 'Serial Number', offset 0x20 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor. + dmicheck: String index 0x05 in table entry 'Processor Information (Type 4)' @ 0x8ad14000, field 'Asset Tag', offset 0x21 has a default value 'To Be Filled By O.E.M.' and probably has not been updated by the BIOS vendor. + dmicheck: String index 0x04 in table entry 'Memory Device (Type 17)' @ 0x8ad141b6, field 'Serial Number', offset 0x18 has a default value '0x00000000' and probably has not been updated by the BIOS vendor. + dmicheck: String index 0x05 in table entry 'Memory Device (Type 17)' @ 0x8ad141b6, field 'Asset Tag', offset 0x19 has a default value 'Unknown' and probably has not been updated by the BIOS vendor. + dmicheck: String index 0x04 in table entry 'Memory Device (Type 17)' @ 0x8ad142dc, field 'Serial Number', offset 0x18 has a default value '0x00000000' and probably has not been updated by the BIOS vendor. + dmicheck: String index 0x05 in table entry 'Memory Device (Type 17)' @ 0x8ad142dc, field 'Asset Tag', offset 0x19 has a default value 'Unknown' and probably has not been updated by the BIOS vendor. + dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad144b6, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor. + dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad144ca, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor. + dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad144de, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor. + dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad144fe, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor. + dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad14512, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor. + dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad1452c, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor. + dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad14543, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor. + dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad14563, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor. + dmicheck: String index 0x01 in table entry 'Port Connector Information (Type 8)' @ 0x8ad14581, field 'Internal Reference Designator', offset 0x04 has a default value 'None' and probably has not been updated by the BIOS vendor. + dmicheck: Out of range string index 0x01 while accessing entry 'BIOS Language Information (Type 13)' @ 0x8ad14754, field 'BIOS Language String 1', offset 0x04 + syntaxcheck: Assembler remark in line 2590 + syntaxcheck: Assembler remark in line 4641 + syntaxcheck: Assembler remark in line 4689 + syntaxcheck: Assembler remark in line 4737 + syntaxcheck: Assembler remark in line 4785 + syntaxcheck: Assembler remark in line 4833 + syntaxcheck: Assembler remark in line 4881 + syntaxcheck: Assembler remark in line 4929 + syntaxcheck: Assembler remark in line 4977 + syntaxcheck: Assembler remark in line 5678 + syntaxcheck: Assembler remark in line 5705 + syntaxcheck: Assembler remark in line 7710 + syntaxcheck: Assembler remark in line 7735 + syntaxcheck: Assembler remark in line 32 + syntaxcheck: Assembler remark in line 40 + syntaxcheck: Assembler remark in line 41 + syntaxcheck: Assembler remark in line 42 + syntaxcheck: Assembler remark in line 43 + syntaxcheck: Assembler remark in line 128 + syntaxcheck: Assembler remark in line 143 + syntaxcheck: Assembler remark in line 144 + syntaxcheck: Assembler remark in line 162 + syntaxcheck: Assembler remark in line 432 + syntaxcheck: Assembler remark in line 433 + syntaxcheck: Assembler remark in line 482 + syntaxcheck: Assembler remark in line 483 + syntaxcheck: Assembler remark in line 518 + syntaxcheck: Assembler remark in line 519 + syntaxcheck: Assembler remark in line 537 + syntaxcheck: Assembler remark in line 582 + syntaxcheck: Assembler remark in line 583 + syntaxcheck: Assembler remark in line 133 + syntaxcheck: Assembler remark in line 148 + syntaxcheck: Assembler remark in line 151 + syntaxcheck: Assembler remark in line 177 + syntaxcheck: Assembler remark in line 207 + syntaxcheck: Assembler remark in line 232 + syntaxcheck: Assembler remark in line 297 + syntaxcheck: Assembler remark in line 307 + mcfg: MCFG MMIO config space at 0xe0000000 is not reserved in the memory map table + +Other failures: NONE + +Test |Pass |Fail |Abort|Warn |Skip |Info | +---------------+-----+-----+-----+-----+-----+-----+ +acpiinfo | | | | | | 3| +acpitables | 18| | | 1| | | +apicedge | | 2| | | | | +apicinstance | 1| | | | | | +asf | | | | | 1| | +aspm | 6| | | 16| | | +aspt | | | | | 1| | +autobrightness | 6| | | | | | +bert | | | | | 1| | +bgrt | | | | | 1| | +bios32 | | | | | 1| | +bios_info | | | | | | 1| +boot | | | | | 1| | +checksum | 21| | | | | | +cpep | | | | | 1| | +cpufreq | 3| 2| | 4| 2| | +crs | 1| | | | | | +csm | | | | | | 1| +csrt | | | | | 1| | +cstates | 4| | | | | | +dbg2 | | | | | 1| | +dbgp | | | | | 1| | +dmar | 2| | | | | | +dmicheck | 31| 21| | | 1| | +ebda | | | | | 1| | +ecdt | 2| | | | | | +erst | | | | | 1| | +facs | 1| | | | | | +fadt | 4| | | | | | +fan | 5| 1| | | | | +fpdt | | | | | 1| | +gtdt | | | | | 1| | +hda_audio | 2| | | | | | +hest | | | | | 1| | +hpet | 5| | | | | | +iort | | | | | 1| | +klog | 1| | | | | | +lpit | | | | | 1| | +madt | 1| | | | | | +maxfreq | 1| | | | | | +maxreadreq | 1| | | | | | +mcfg | 1| 1| | | | | +mchi | | | | | 1| | +method | 539| 8| | 1| 149| | +microcode | | | | | 1| | +mpcheck | | | | | 9| | +msdm | | | | | 1| | +msr | 114| | | | | | +mtrr | 1| 22| | | 1| | +nx | 3| | | | | | +oops | 2| | | | | | +osilinux | | | | 2| | | +pcc | | | | | | 1| +pciirq | | | | | | | +pnp | | | | | | | +rsdp | 1| | | | | | +rsdt | 1| | | | | | +sbst | 1| | | | | | +securebootcert | | 2| | | | | +slic | | | | | 1| | +slit | | | | | 1| | +spcr | | | | | 1| | +spmi | | | | | 1| | +srat | | | | | 1| | +stao | | | | | 1| | +syntaxcheck | 4| 183| | | | | +tcpa | | | 1| | | | +tpm2 | | | 1| | | | +uefi | | | | | 1| | +uefibootpath | 4| | | | | | +uefirtauthvar | | 6| | | 6| | +uefirtmisc | 3| | | | 10| | +uefirttime | 35| | | | | | +uefirtvariable | 12| 4| | | 2| | +version | | | | | | 4| +virt | 1| | | | | | +waet | | | | | 1| | +wakealarm | 4| | | | | | +wdat | | | | | 1| | +wmi | | | | | | | +xenv | | | 1| | | | +xsdt | 1| | | | | | +---------------+-----+-----+-----+-----+-----+-----+ +Total: | 843| 252| 3| 24| 209| 10| +---------------+-----+-----+-----+-----+-----+-----+