-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ACPI tables for Dell Inspiron 14 3420
Extracted with SSDTTime on Windows 11 Entreprise 23H2 (10.0.22631). CPU is Snapdragon (TM) 8cx Gen 2 4 Qualcomm Kryo 485 Silver as E-Cores + 4 Qualcomm Kryo 485 Gold as P-Cores. UEFI is branded Dell Inc., version 01.00.12, date 08/14/2023. Link: https://www.dell.com/support/home/en-us/product-support/product/inspiron-14-3420-laptop/overview Link: https://dl.dell.com/content/manual44339932-inspiron-14-3420-setup-and-specifications.pdf Signed-off-by: Nicolas SAPA <[email protected]>
- Loading branch information
Showing
26 changed files
with
111,274 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/* | ||
* Intel ACPI Component Architecture | ||
* AML/ASL+ Disassembler version 20240927 (32-bit version) | ||
* Copyright (c) 2000 - 2023 Intel Corporation | ||
* | ||
* Disassembly of C:/Users/nico/Documents/Src/aarch64-laptops_build/misc/dell-inspiron-14-3420/acpi/BGRT.aml | ||
* | ||
* ACPI Data Table [BGRT] | ||
* | ||
* Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue (in hex) | ||
*/ | ||
|
||
[000h 0000 004h] Signature : "BGRT" [Boot Graphics Resource Table] | ||
[004h 0004 004h] Table Length : 00000038 | ||
[008h 0008 001h] Revision : 01 | ||
[009h 0009 001h] Checksum : B2 | ||
[00Ah 0010 006h] Oem ID : "QCOM " | ||
[010h 0016 008h] Oem Table ID : "QCOMEDK2" | ||
[018h 0024 004h] Oem Revision : 00008180 | ||
[01Ch 0028 004h] Asl Compiler ID : "QCOM" | ||
[020h 0032 004h] Asl Compiler Revision : 00000001 | ||
|
||
[024h 0036 002h] Version : 0001 | ||
[026h 0038 001h] Status (decoded below) : 01 | ||
Displayed : 1 | ||
Orientation Offset : 0 | ||
[027h 0039 001h] Image Type : 00 | ||
[028h 0040 008h] Image Address : 00000000FCFA6018 | ||
[030h 0048 004h] Image OffsetX : 0000035F | ||
[034h 0052 004h] Image OffsetY : 0000013B | ||
|
||
Raw Table Data: Length 56 (0x38) | ||
|
||
0000: 42 47 52 54 38 00 00 00 01 B2 51 43 4F 4D 20 20 // BGRT8.....QCOM | ||
0010: 51 43 4F 4D 45 44 4B 32 80 81 00 00 51 43 4F 4D // QCOMEDK2....QCOM | ||
0020: 01 00 00 00 01 00 01 00 18 60 FA FC 00 00 00 00 // .........`...... | ||
0030: 5F 03 00 00 3B 01 00 00 // _...;... |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.