Skip to content

Commit c173a8c

Browse files
gus33000imbushuo
authored andcommitted
Fixed 8992 acpi tables with prefilled header values (#49)
* Fixed 8992 acpi tables with prefilled header values * Updated ACPI tables further * Update DSDT.asl * Fixed alignments
1 parent ab34415 commit c173a8c

22 files changed

+47147
-47336
lines changed

AcpiTables/8992/builtin/CSRT.aml

28 Bytes
Binary file not shown.

AcpiTables/8992/builtin/DBG2.aml

-110 Bytes
Binary file not shown.

AcpiTables/8992/builtin/DSDT.aml

-2.21 KB
Binary file not shown.

AcpiTables/8992/builtin/GTDT.aml

0 Bytes
Binary file not shown.

AcpiTables/8992/builtin/MADT.aml

0 Bytes
Binary file not shown.

AcpiTables/8992/builtin/MCFG.aml

0 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,50 @@
1-
/*
2-
* Intel ACPI Component Architecture
3-
* AML/ASL+ Disassembler version 20190215 (32-bit version)
4-
* Copyright (c) 2000 - 2019 Intel Corporation
5-
*
6-
* Disassembly of CSRT.aml, Mon Mar 04 00:04:52 2019
7-
*
8-
* ACPI Data Table [CSRT]
9-
*
10-
* Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue
11-
*/
12-
13-
[000h 0000 4] Signature : "CSRT" [Core System Resource Table]
14-
[004h 0004 4] Table Length : 0000005C
15-
[008h 0008 1] Revision : 00
16-
[009h 0009 1] Checksum : C3
17-
[00Ah 0010 6] Oem ID : "QCOM "
18-
[010h 0016 8] Oem Table ID : "QCOMEDK2"
19-
[018h 0024 4] Oem Revision : 00008994
20-
[01Ch 0028 4] Asl Compiler ID : "QCOM"
21-
[020h 0032 4] Asl Compiler Revision : 00000001
22-
23-
24-
[024h 0036 4] Length : 00000038
25-
[028h 0040 4] Vendor ID : 4D4F4351
26-
[02Ch 0044 4] Subvendor ID : 00000000
27-
[030h 0048 2] Device ID : 100B
28-
[032h 0050 2] Subdevice ID : 0000
29-
[034h 0052 2] Revision : 0000
30-
[036h 0054 2] Reserved : 0000
31-
[038h 0056 4] Shared Info Length : 00000000
32-
33-
[03Ch 0060 2] Major Version : 0020
34-
[03Eh 0062 2] Minor Version : 0000
35-
[040h 0064 4] MMIO Base Address Low : 00000002
36-
[044h 0068 4] MMIO Base Address High : 00000001
37-
[048h 0072 4] GSI Interrupt : 00000002
38-
[04Ch 0076 1] Interrupt Polarity : 00
39-
[04Dh 0077 1] Interrupt Mode : 70
40-
[04Eh 0078 1] Num Channels : 01
41-
[04Fh 0079 1] DMA Address Width : F9
42-
[050h 0080 2] Base Request Line : 0000
43-
[052h 0082 2] Num Handshake Signals : 0000
44-
[054h 0084 4] Max Block Size : 00007FFD
45-
46-
[03Ch 0060 4] Length : 00000020
47-
[040h 0064 2] Type : 0002
48-
[042h 0066 2] Subtype : 0000
49-
[044h 0068 4] UID : 00000001
50-
[048h 0072 20] ResourceInfo : \
51-
02 00 00 00 00 70 01 F9 00 00 00 00 FD 7F 00 00 \
52-
23 00 00 00
53-
54-
Raw Table Data: Length 92 (0x5C)
55-
56-
0000: 43 53 52 54 5C 00 00 00 00 C3 51 43 4F 4D 20 20 // CSRT\.....QCOM
57-
0010: 51 43 4F 4D 45 44 4B 32 94 89 00 00 51 43 4F 4D // QCOMEDK2....QCOM
58-
0020: 01 00 00 00 38 00 00 00 51 43 4F 4D 00 00 00 00 // ....8...QCOM....
59-
0030: 0B 10 00 00 00 00 00 00 00 00 00 00 20 00 00 00 // ............ ...
60-
0040: 02 00 00 00 01 00 00 00 02 00 00 00 00 70 01 F9 // .............p..
61-
0050: 00 00 00 00 FD 7F 00 00 23 00 00 00 // ........#...
1+
2+
[000h 0000 4] Signature : "CSRT" [Core System Resource Table]
3+
[004h 0004 4] Table Length : 0000005C
4+
[008h 0008 1] Revision : 00
5+
[009h 0009 1] Checksum : 00 /* Incorrect checksum, should be C3 */
6+
[00Ah 0010 6] Oem ID : "QCOM "
7+
[010h 0016 8] Oem Table ID : "QCOMEDK2"
8+
[018h 0024 4] Oem Revision : 00008994
9+
[01Ch 0028 4] Asl Compiler ID : "QCOM"
10+
[020h 0032 4] Asl Compiler Revision : 00000001
11+
12+
13+
[024h 0036 4] Length : 00000038
14+
[028h 0040 4] Vendor ID : 4D4F4351
15+
[02Ch 0044 4] Subvendor ID : 00000000
16+
[030h 0048 2] Device ID : 100B
17+
[032h 0050 2] Subdevice ID : 0000
18+
[034h 0052 2] Revision : 0000
19+
[036h 0054 2] Reserved : 0000
20+
[038h 0056 4] Shared Info Length : 00000000
21+
22+
[03Ch 0060 2] Major Version : 0020
23+
[03Eh 0062 2] Minor Version : 0000
24+
[040h 0064 4] MMIO Base Address Low : 00000002
25+
[044h 0068 4] MMIO Base Address High : 00000001
26+
[048h 0072 4] GSI Interrupt : 00000002
27+
[04Ch 0076 1] Interrupt Polarity : 00
28+
[04Dh 0077 1] Interrupt Mode : 70
29+
[04Eh 0078 1] Num Channels : 01
30+
[04Fh 0079 1] DMA Address Width : F9
31+
[050h 0080 2] Base Request Line : 0000
32+
[052h 0082 2] Num Handshake Signals : 0000
33+
[054h 0084 4] Max Block Size : 00007FFD
34+
35+
[03Ch 0060 4] Length : 00000020
36+
[040h 0064 2] Type : 0002
37+
[042h 0066 2] Subtype : 0000
38+
[044h 0068 4] UID : 00000001
39+
[048h 0072 20] ResourceInfo : \
40+
02 00 00 00 00 70 01 F9 00 00 00 00 FD 7F 00 00 \
41+
23 00 00 00
42+
43+
Raw Table Data: Length 92 (0x5C)
44+
45+
0000: 43 53 52 54 5C 00 00 00 00 00 51 43 4F 4D 20 20 // CSRT\.....QCOM
46+
0010: 51 43 4F 4D 45 44 4B 32 94 89 00 00 51 43 4F 4D // QCOMEDK2....QCOM
47+
0020: 01 00 00 00 38 00 00 00 51 43 4F 4D 00 00 00 00 // ....8...QCOM....
48+
0030: 0B 10 00 00 00 00 00 00 00 00 00 00 20 00 00 00 // ............ ...
49+
0040: 02 00 00 00 01 00 00 00 02 00 00 00 00 70 01 F9 // .............p..
50+
0050: 00 00 00 00 FD 7F 00 00 23 00 00 00 // ........#...

0 commit comments

Comments
 (0)