├── README.md └── minisforum-um790 └── acpi ├── README.md ├── acpidump ├── acpidump.txt ├── apic.dat ├── bgrt.dat ├── cdit.dat ├── crat.dat ├── dmesg.dsdt ├── dsdt.dat ├── facp.dat ├── facs.dat ├── fidt.dat ├── fpdt.dat ├── ivrs.dat ├── mcfg.dat ├── msdm.dat ├── ssdt1.dat ├── ssdt10.dat ├── ssdt11.dat ├── ssdt12.dat ├── ssdt13.dat ├── ssdt14.dat ├── ssdt15.dat ├── ssdt16.dat ├── ssdt17.dat ├── ssdt18.dat ├── ssdt19.dat ├── ssdt2.dat ├── ssdt20.dat ├── ssdt21.dat ├── ssdt22.dat ├── ssdt23.dat ├── ssdt3.dat ├── ssdt4.dat ├── ssdt5.dat ├── ssdt6.dat ├── ssdt7.dat ├── ssdt8.dat ├── ssdt9.dat ├── tpm2.dat ├── vfct.dat └── wsmt.dat └── dsdt ├── dsdt.aml ├── dsdt.dat ├── dsdt.dsl ├── dsdt.hex └── iasl.tc.out /README.md: -------------------------------------------------------------------------------- 1 | # linuxlaptops 2 | 3 | Most of this repo lives in the [wiki](https://github.com/lhl/linuxlaptops/wiki). 4 | 5 | Reviews and Benchmarks are here: 6 | 7 | * [2024 MSI Prestige 13 AI+ EVO A2VM](https://github.com/lhl/linuxlaptops/wiki/2024-MSI-Prestige-13-AI--Evo-A2VM) - brand new <1kg Intel Lunar Lake (Core 7 Ultra 258V) laptop, requires Linux 6.12+ 8 | * [2023 Minisforum UM790 Pro](https://github.com/lhl/linuxlaptops/wiki/Minisforum-UM790-Pro) - this is a 7940HS minipc, not a laptop, but it's a similar style review to my earlier reviews and for those interested in how mobile Zen4 (Phoenix Point) compares to the prior systems, may be of interest! 9 | * [2022 Framework Laptop DIY Edition 12th Gen Intel Batch 1](https://github.com/lhl/linuxlaptops/wiki/2022-Framework-Laptop-DIY-Edition-12th-Gen-Intel-Batch-1) - a comprehensive review of the 2nd-gen Framework 13 (Intel 12th gen) laptop, w/ a lot of focus on battery performance tuning. 10 | * [2020 MECHREVO Code 01 PF5NU1G](https://github.com/lhl/linuxlaptops/wiki/2020-MECHREVO-Code-01-PF5NU1G) - I got unreasonably excited about getting this laptop (sourced from retail in China) and really dug into it 11 | -------------------------------------------------------------------------------- /minisforum-um790/acpi/README.md: -------------------------------------------------------------------------------- 1 | This is from BIOS 1.04 2 | 3 | ACPI dump: 4 | https://unix.stackexchange.com/questions/534429/how-to-print-the-acpi-table 5 | https://manpages.ubuntu.com/manpages/jammy/en/man1/acpidump.1.html 6 | 7 | DSDT dump: 8 | https://wiki.archlinux.org/title/DSDT 9 | -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/apic.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/apic.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/bgrt.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/bgrt.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/cdit.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/cdit.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/crat.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/crat.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/dmesg.dsdt: -------------------------------------------------------------------------------- 1 | [ 0.002989] ACPI: DSDT 0x000000009180C000 006375 (v02 ALASKA A M I 01072009 INTL 20220331) 2 | [ 0.003032] ACPI: Reserving DSDT table memory at [mem 0x9180c000-0x91812374] 3 | [ 0.304416] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions 4 | [ 0.358372] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete 5 | -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/dsdt.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/dsdt.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/facp.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/facp.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/facs.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/facs.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/fidt.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/fidt.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/fpdt.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/fpdt.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ivrs.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ivrs.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/mcfg.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/mcfg.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/msdm.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/msdm.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt1.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt10.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt10.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt11.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt11.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt12.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt12.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt13.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt13.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt14.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt14.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt15.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt15.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt16.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt16.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt17.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt18.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt18.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt19.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt19.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt2.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt20.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt20.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt21.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt21.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt22.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt22.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt23.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt23.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt3.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt4.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt5.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt6.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt7.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt8.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt8.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/ssdt9.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/ssdt9.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/tpm2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/tpm2.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/vfct.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/acpidump/vfct.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/acpidump/wsmt.dat: -------------------------------------------------------------------------------- 1 | WSMT(eALASKAA M I AMI  -------------------------------------------------------------------------------- /minisforum-um790/acpi/dsdt/dsdt.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/dsdt/dsdt.aml -------------------------------------------------------------------------------- /minisforum-um790/acpi/dsdt/dsdt.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhl/linuxlaptops/20f4f370a1e59f3956166228004f7732044dd33a/minisforum-um790/acpi/dsdt/dsdt.dat -------------------------------------------------------------------------------- /minisforum-um790/acpi/dsdt/iasl.tc.out: -------------------------------------------------------------------------------- 1 | dsdt.dsl 257: Method (MCTH, 2, NotSerialized) 2 | Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\MCTH) 3 | 4 | dsdt.dsl 265: Name (BUF0, Buffer (Local0){}) 5 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\MCTH) 6 | 7 | dsdt.dsl 266: Name (BUF1, Buffer (Local0){}) 8 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\MCTH) 9 | 10 | dsdt.dsl 486: PEWS = PEWS /* \PEWS */ 11 | Warning 3023 - ^ Duplicate value in list (Source is the same as Target) 12 | 13 | dsdt.dsl 511: PEWS = PEWS /* \PEWS */ 14 | Warning 3023 - ^ Duplicate value in list (Source is the same as Target) 15 | 16 | dsdt.dsl 1712: Device (PCI0) 17 | Warning 3073 - Multiple types ^ (Device object requires either a _HID or _ADR, but not both) 18 | 19 | dsdt.dsl 2178: Name (SUPP, Zero) 20 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PCI0._OSC) 21 | 22 | dsdt.dsl 2238: Method (NAPE, 0, NotSerialized) 23 | Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PCI0.NAPE) 24 | 25 | dsdt.dsl 2243: OperationRegion (VARM, SystemMemory, Local0, 0x08) 26 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PCI0.NAPE) 27 | 28 | dsdt.dsl 2639: Divide ((Arg0 * 0xFF), 0x64, Local1, Local0) 29 | Warning 3144 - Method Local is set but never used ^ (Local1) 30 | 31 | dsdt.dsl 2676: Device (APSP) 32 | Warning 3073 - Multiple types ^ (Device object requires either a _HID or _ADR, but not both) 33 | 34 | dsdt.dsl 3257: Method (RRIO, 4, NotSerialized) 35 | Remark 2146 - Method Argument is never used ^ (Arg0) 36 | 37 | dsdt.dsl 3257: Method (RRIO, 4, NotSerialized) 38 | Remark 2146 - Method Argument is never used ^ (Arg1) 39 | 40 | dsdt.dsl 3257: Method (RRIO, 4, NotSerialized) 41 | Remark 2146 - Method Argument is never used ^ (Arg2) 42 | 43 | dsdt.dsl 3257: Method (RRIO, 4, NotSerialized) 44 | Remark 2146 - Method Argument is never used ^ (Arg3) 45 | 46 | dsdt.dsl 3262: Method (RDMA, 3, NotSerialized) 47 | Remark 2146 - Method Argument is never used ^ (Arg0) 48 | 49 | dsdt.dsl 3262: Method (RDMA, 3, NotSerialized) 50 | Remark 2146 - Method Argument is never used ^ (Arg1) 51 | 52 | dsdt.dsl 3262: Method (RDMA, 3, NotSerialized) 53 | Remark 2146 - Method Argument is never used ^ (Arg2) 54 | 55 | dsdt.dsl 3421: Local1 = PD64 /* \_SB_.PD64 */ 56 | Warning 3144 - ^ Method Local is set but never used (Local1) 57 | 58 | dsdt.dsl 3684: CreateWordField (Arg0, One, IRA) 59 | Remark 2089 - Object is not referenced ^ (Name [IRA_] is within a method [_SRS]) 60 | 61 | dsdt.dsl 3831: Name (BUF0, Buffer (Local0){}) 62 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\SEQL) 63 | 64 | dsdt.dsl 3833: Name (BUF1, Buffer (Local0){}) 65 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\SEQL) 66 | 67 | dsdt.dsl 3937: ElseIf (CondRefOf (\_OS, Local0)) 68 | Warning 3144 - Method Local is set but never used ^ (Local0) 69 | 70 | dsdt.dsl 4004: Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings 71 | Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\HPET._CRS) 72 | 73 | dsdt.dsl 4006: Name (BUF0, ResourceTemplate () 74 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\HPET._CRS) 75 | 76 | dsdt.dsl 4301: OperationRegion (ADCR, SystemMemory, Local0, 0x02) 77 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.SRAD) 78 | 79 | dsdt.dsl 4326: OperationRegion (ADCR, SystemMemory, Local0, 0x02) 80 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.DSAD) 81 | 82 | dsdt.dsl 4368: Local3 = (One << Arg0) 83 | Warning 3144 - ^ Method Local is set but never used (Local3) 84 | 85 | dsdt.dsl 4371: OperationRegion (ADCR, SystemMemory, Local0, 0x02) 86 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.HSAD) 87 | 88 | dsdt.dsl 4468: Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings 89 | Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.HFP1._CRS) 90 | 91 | dsdt.dsl 4470: Name (RBUF, ResourceTemplate () 92 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.HFP1._CRS) 93 | 94 | dsdt.dsl 4497: Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings 95 | Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.HID0._CRS) 96 | 97 | dsdt.dsl 4499: Name (RBUF, ResourceTemplate () 98 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.HID0._CRS) 99 | 100 | dsdt.dsl 4532: Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings 101 | Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.HID2._CRS) 102 | 103 | dsdt.dsl 4534: Name (RBUF, ResourceTemplate () 104 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.HID2._CRS) 105 | 106 | dsdt.dsl 4556: Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings 107 | Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.GPIO._CRS) 108 | 109 | dsdt.dsl 4558: Name (RBUF, ResourceTemplate () 110 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.GPIO._CRS) 111 | 112 | dsdt.dsl 4609: Name (BUF0, ResourceTemplate () 113 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.FUR0._CRS) 114 | 115 | dsdt.dsl 4624: CreateWordField (BUF0, \_SB.FUR0._CRS._Y19._INT, IRQW) // _INT: Interrupts 116 | Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 32 bits, Field: 16 bits) 117 | 118 | dsdt.dsl 4696: Name (BUF0, ResourceTemplate () 119 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.FUR1._CRS) 120 | 121 | dsdt.dsl 4711: CreateWordField (BUF0, \_SB.FUR1._CRS._Y1A._INT, IRQW) // _INT: Interrupts 122 | Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 32 bits, Field: 16 bits) 123 | 124 | dsdt.dsl 4783: Name (BUF0, ResourceTemplate () 125 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.FUR2._CRS) 126 | 127 | dsdt.dsl 4798: CreateWordField (BUF0, \_SB.FUR2._CRS._Y1B._INT, IRQW) // _INT: Interrupts 128 | Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 32 bits, Field: 16 bits) 129 | 130 | dsdt.dsl 4870: Name (BUF0, ResourceTemplate () 131 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.FUR3._CRS) 132 | 133 | dsdt.dsl 4885: CreateWordField (BUF0, \_SB.FUR3._CRS._Y1C._INT, IRQW) // _INT: Interrupts 134 | Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 32 bits, Field: 16 bits) 135 | 136 | dsdt.dsl 4948: Name (BUF0, ResourceTemplate () 137 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.FUR4._CRS) 138 | 139 | dsdt.dsl 4963: CreateByteField (BUF0, \_SB.FUR4._CRS._Y1D._INT, IRQB) // _INT: Interrupts 140 | Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 32 bits, Field: 8 bits) 141 | 142 | dsdt.dsl 5022: Name (BUF0, ResourceTemplate () 143 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.I2CA._CRS) 144 | 145 | dsdt.dsl 5053: Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method 146 | Warning 3115 - ^ Not all control paths return a value (\_SB.I2CA._DSM) 147 | 148 | dsdt.dsl 5053: Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method 149 | Warning 3107 - ^ Reserved method must return a value (Integer/String/Buffer/Package/Reference required for _DSM) 150 | 151 | dsdt.dsl 5055: If ((Arg0 == ToUUID ("d93e4d1c-58bb-493c-a06a-605a717f9e2e") /* Unknown UUID */)) 152 | Remark 2184 - Unknown UUID string ^ 153 | 154 | dsdt.dsl 5125: Name (BUF0, ResourceTemplate () 155 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.I2CB._CRS) 156 | 157 | dsdt.dsl 5156: Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method 158 | Warning 3115 - ^ Not all control paths return a value (\_SB.I2CB._DSM) 159 | 160 | dsdt.dsl 5156: Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method 161 | Warning 3107 - ^ Reserved method must return a value (Integer/String/Buffer/Package/Reference required for _DSM) 162 | 163 | dsdt.dsl 5158: If ((Arg0 == ToUUID ("d93e4d1c-58bb-493c-a06a-605a717f9e2e") /* Unknown UUID */)) 164 | Remark 2184 - Unknown UUID string ^ 165 | 166 | dsdt.dsl 5228: Name (BUF0, ResourceTemplate () 167 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.I2CC._CRS) 168 | 169 | dsdt.dsl 5259: Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method 170 | Warning 3115 - ^ Not all control paths return a value (\_SB.I2CC._DSM) 171 | 172 | dsdt.dsl 5259: Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method 173 | Warning 3107 - ^ Reserved method must return a value (Integer/String/Buffer/Package/Reference required for _DSM) 174 | 175 | dsdt.dsl 5261: If ((Arg0 == ToUUID ("d93e4d1c-58bb-493c-a06a-605a717f9e2e") /* Unknown UUID */)) 176 | Remark 2184 - Unknown UUID string ^ 177 | 178 | dsdt.dsl 5331: Name (BUF0, ResourceTemplate () 179 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.I2CD._CRS) 180 | 181 | dsdt.dsl 5362: Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method 182 | Warning 3115 - ^ Not all control paths return a value (\_SB.I2CD._DSM) 183 | 184 | dsdt.dsl 5362: Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method 185 | Warning 3107 - ^ Reserved method must return a value (Integer/String/Buffer/Package/Reference required for _DSM) 186 | 187 | dsdt.dsl 5364: If ((Arg0 == ToUUID ("d93e4d1c-58bb-493c-a06a-605a717f9e2e") /* Unknown UUID */)) 188 | Remark 2184 - Unknown UUID string ^ 189 | 190 | dsdt.dsl 5447: Name (BUF0, ResourceTemplate () 191 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.I3CA._CRS) 192 | 193 | dsdt.dsl 5529: Name (BUF0, ResourceTemplate () 194 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.I3CB._CRS) 195 | 196 | dsdt.dsl 5611: Name (BUF0, ResourceTemplate () 197 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.I3CC._CRS) 198 | 199 | dsdt.dsl 5693: Name (BUF0, ResourceTemplate () 200 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.I3CD._CRS) 201 | 202 | dsdt.dsl 5785: Name (BUF0, ResourceTemplate () 203 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PCI0.UAR1._CRS) 204 | 205 | dsdt.dsl 5796: CreateByteField (BUF0, \_SB.PCI0.UAR1._CRS._Y1E._MIN, IOLO) // _MIN: Minimum Base Address 206 | Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 16 bits, Field: 8 bits) 207 | 208 | dsdt.dsl 5798: CreateByteField (BUF0, \_SB.PCI0.UAR1._CRS._Y1E._MAX, IORL) // _MAX: Maximum Base Address 209 | Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 16 bits, Field: 8 bits) 210 | 211 | dsdt.dsl 5864: Name (BUF0, ResourceTemplate () 212 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PCI0.UAR2._CRS) 213 | 214 | dsdt.dsl 5875: CreateByteField (BUF0, \_SB.PCI0.UAR2._CRS._Y20._MIN, IOLO) // _MIN: Minimum Base Address 215 | Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 16 bits, Field: 8 bits) 216 | 217 | dsdt.dsl 5877: CreateByteField (BUF0, \_SB.PCI0.UAR2._CRS._Y20._MAX, IORL) // _MAX: Maximum Base Address 218 | Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 16 bits, Field: 8 bits) 219 | 220 | dsdt.dsl 5943: Name (BUF0, ResourceTemplate () 221 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PCI0.UAR3._CRS) 222 | 223 | dsdt.dsl 5954: CreateByteField (BUF0, \_SB.PCI0.UAR3._CRS._Y22._MIN, IOLO) // _MIN: Minimum Base Address 224 | Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 16 bits, Field: 8 bits) 225 | 226 | dsdt.dsl 5956: CreateByteField (BUF0, \_SB.PCI0.UAR3._CRS._Y22._MAX, IORL) // _MAX: Maximum Base Address 227 | Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 16 bits, Field: 8 bits) 228 | 229 | dsdt.dsl 6022: Name (BUF0, ResourceTemplate () 230 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PCI0.UAR4._CRS) 231 | 232 | dsdt.dsl 6033: CreateByteField (BUF0, \_SB.PCI0.UAR4._CRS._Y24._MIN, IOLO) // _MIN: Minimum Base Address 233 | Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 16 bits, Field: 8 bits) 234 | 235 | dsdt.dsl 6035: CreateByteField (BUF0, \_SB.PCI0.UAR4._CRS._Y24._MAX, IORL) // _MAX: Maximum Base Address 236 | Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 16 bits, Field: 8 bits) 237 | 238 | dsdt.dsl 6078: Device (_SB.TPM) 239 | Warning 3141 - ^ Missing dependency (Device has a _SRS, missing a _PRS, required) 240 | 241 | dsdt.dsl 6078: Device (_SB.TPM) 242 | Remark 2141 - ^ Missing dependency (Device has a _SRS, no corresponding _DIS) 243 | 244 | dsdt.dsl 6216: CreateBitField (CREI, \_SB.TPM._Y2A._POL, LLVL) // _POL: Polarity 245 | Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 2 bits, Field: 1 bit) 246 | 247 | dsdt.dsl 6266: CreateBitField (CREI, \_SB.TPM._Y2A._POL, LLVL) // _POL: Polarity 248 | Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 2 bits, Field: 1 bit) 249 | 250 | dsdt.dsl 6335: Method (STRT, 3, Serialized) 251 | Remark 2146 - ^ Method Argument is never used (Arg2) 252 | 253 | dsdt.dsl 6337: OperationRegion (TPMR, SystemMemory, FTPM, 0x1000) 254 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.TPM.STRT) 255 | 256 | dsdt.dsl 6346: Name (TIMR, Zero) 257 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.TPM.STRT) 258 | 259 | dsdt.dsl 6390: Method (CRYF, 3, Serialized) 260 | Remark 2146 - ^ Method Argument is never used (Arg2) 261 | 262 | dsdt.dsl 6404: Name (TPMV, Package (0x02) 263 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.TPM.CRYF) 264 | 265 | dsdt.dsl 6489: Name (PPI1, Package (0x02) 266 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.TPM._DSM) 267 | 268 | dsdt.dsl 6503: Name (PPI2, Package (0x03) 269 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.TPM._DSM) 270 | 271 | dsdt.dsl 6550: ElseIf ((Arg0 == ToUUID ("376054ed-cc13-4675-901c-4756d7f2d45d") /* Unknown UUID */)) 272 | Remark 2184 - Unknown UUID string ^ 273 | 274 | dsdt.dsl 6577: If ((Arg0 == ToUUID ("cf8e16a5-c1e8-4e25-b712-4f54a96702c8") /* Unknown UUID */)) 275 | Remark 2184 - Unknown UUID string ^ 276 | 277 | dsdt.dsl 6582: If ((Arg0 == ToUUID ("6bbf6cab-5463-4714-b7cd-f0203c0368d4") /* Unknown UUID */)) 278 | Remark 2184 - Unknown UUID string ^ 279 | 280 | dsdt.dsl 7015: Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings 281 | Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PCI0.SBRG.EC0._CRS) 282 | 283 | dsdt.dsl 7017: Name (BUF0, ResourceTemplate () 284 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PCI0.SBRG.EC0._CRS) 285 | 286 | dsdt.dsl 7032: Name (BUF1, ResourceTemplate () 287 | Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PCI0.SBRG.EC0._CRS) 288 | 289 | 290 | Intel ACPI Component Architecture 291 | ASL+ Optimizing Compiler/Disassembler version 20221020 292 | Copyright (c) 2000 - 2022 Intel Corporation 293 | 294 | ASL Input: dsdt.dsl - 216870 bytes 2637 keywords 0 source lines 295 | AML Output: dsdt.aml - 25434 bytes 1623 opcodes 1014 named objects 296 | Hex Dump: dsdt.hex - 238889 bytes 297 | 298 | Compilation successful. 0 Errors, 32 Warnings, 64 Remarks, 105 Optimizations 299 | --------------------------------------------------------------------------------