diff --git a/.gitignore b/.gitignore index 46dc322..858798c 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ tags coverage.* covpreproc *.skn +*.dsl diff --git a/acpi/acpi.inc b/acpi/acpi.inc deleted file mode 100644 index 64e86cd..0000000 --- a/acpi/acpi.inc +++ /dev/null @@ -1,14 +0,0 @@ -uglobal - sci_int dd ? - sci_cmd dw ? - acpi_enable db ? - acpi_disable db ? - PM1a_CNT_BLK dw ? - PM1b_CNT_BLK dw ? - acpi_ssdt_base dd ? - acpi_ssdt_size dd ? - acpi_ssdt_cnt dd ? -endg - -enable_acpi: -ret diff --git a/test/020_#acpi_all.d b/test/026_#acpi_m000.t similarity index 100% rename from test/020_#acpi_all.d rename to test/026_#acpi_m000.t diff --git a/test/machines/000/acpi/APIC b/test/machines/000/acpi/APIC new file mode 100644 index 0000000..dc796a6 Binary files /dev/null and b/test/machines/000/acpi/APIC differ diff --git a/test/machines/000/acpi/BGRT b/test/machines/000/acpi/BGRT new file mode 100644 index 0000000..d0d9ac0 Binary files /dev/null and b/test/machines/000/acpi/BGRT differ diff --git a/test/machines/000/acpi/CDIT b/test/machines/000/acpi/CDIT new file mode 100644 index 0000000..fdf25ea Binary files /dev/null and b/test/machines/000/acpi/CDIT differ diff --git a/test/machines/000/acpi/CRAT b/test/machines/000/acpi/CRAT new file mode 100644 index 0000000..96bcc15 Binary files /dev/null and b/test/machines/000/acpi/CRAT differ diff --git a/test/machines/000/acpi/DSDT b/test/machines/000/acpi/DSDT new file mode 100644 index 0000000..7ff872d Binary files /dev/null and b/test/machines/000/acpi/DSDT differ diff --git a/test/machines/000/acpi/FACP b/test/machines/000/acpi/FACP new file mode 100644 index 0000000..c0b34ce Binary files /dev/null and b/test/machines/000/acpi/FACP differ diff --git a/test/machines/000/acpi/FACS b/test/machines/000/acpi/FACS new file mode 100644 index 0000000..d8009b6 Binary files /dev/null and b/test/machines/000/acpi/FACS differ diff --git a/test/machines/000/acpi/FIDT b/test/machines/000/acpi/FIDT new file mode 100644 index 0000000..d8ac56b Binary files /dev/null and b/test/machines/000/acpi/FIDT differ diff --git a/test/machines/000/acpi/FPDT b/test/machines/000/acpi/FPDT new file mode 100644 index 0000000..57b5550 Binary files /dev/null and b/test/machines/000/acpi/FPDT differ diff --git a/test/machines/000/acpi/HPET b/test/machines/000/acpi/HPET new file mode 100644 index 0000000..6bcf003 Binary files /dev/null and b/test/machines/000/acpi/HPET differ diff --git a/test/machines/000/acpi/IVRS b/test/machines/000/acpi/IVRS new file mode 100644 index 0000000..0addc74 Binary files /dev/null and b/test/machines/000/acpi/IVRS differ diff --git a/test/machines/000/acpi/MCFG b/test/machines/000/acpi/MCFG new file mode 100644 index 0000000..262a3d6 Binary files /dev/null and b/test/machines/000/acpi/MCFG differ diff --git a/test/machines/000/acpi/SSDT1 b/test/machines/000/acpi/SSDT1 new file mode 100644 index 0000000..e1d3f81 Binary files /dev/null and b/test/machines/000/acpi/SSDT1 differ diff --git a/test/machines/000/acpi/SSDT2 b/test/machines/000/acpi/SSDT2 new file mode 100644 index 0000000..746f9cb Binary files /dev/null and b/test/machines/000/acpi/SSDT2 differ diff --git a/test/machines/000/acpi/SSDT3 b/test/machines/000/acpi/SSDT3 new file mode 100644 index 0000000..8c4f675 Binary files /dev/null and b/test/machines/000/acpi/SSDT3 differ diff --git a/test/machines/000/acpi/SSDT4 b/test/machines/000/acpi/SSDT4 new file mode 100644 index 0000000..758dd71 Binary files /dev/null and b/test/machines/000/acpi/SSDT4 differ diff --git a/test/machines/000/acpi/SSDT5 b/test/machines/000/acpi/SSDT5 new file mode 100644 index 0000000..6413887 Binary files /dev/null and b/test/machines/000/acpi/SSDT5 differ diff --git a/test/machines/000/acpi/SSDT6 b/test/machines/000/acpi/SSDT6 new file mode 100644 index 0000000..77529c2 Binary files /dev/null and b/test/machines/000/acpi/SSDT6 differ diff --git a/test/machines/000/acpi/TPM2 b/test/machines/000/acpi/TPM2 new file mode 100644 index 0000000..b8ac39c Binary files /dev/null and b/test/machines/000/acpi/TPM2 differ diff --git a/test/machines/000/acpi/UEFI b/test/machines/000/acpi/UEFI new file mode 100644 index 0000000..098393c Binary files /dev/null and b/test/machines/000/acpi/UEFI differ diff --git a/test/machines/000/acpi/VFCT b/test/machines/000/acpi/VFCT new file mode 100644 index 0000000..40f2662 Binary files /dev/null and b/test/machines/000/acpi/VFCT differ diff --git a/test/machines/000/acpi/WSMT b/test/machines/000/acpi/WSMT new file mode 100644 index 0000000..2a92754 Binary files /dev/null and b/test/machines/000/acpi/WSMT differ diff --git a/test/machines/000/description.txt b/test/machines/000/description.txt new file mode 100644 index 0000000..713078a --- /dev/null +++ b/test/machines/000/description.txt @@ -0,0 +1,2 @@ +name: HP Pavilion 15-cw0013ur +owner: dunkaist diff --git a/test/machines/000/dmi.log b/test/machines/000/dmi.log new file mode 100644 index 0000000..d59f062 --- /dev/null +++ b/test/machines/000/dmi.log @@ -0,0 +1,543 @@ +# dmidecode 3.2 +Getting SMBIOS data from sysfs. +SMBIOS 3.1.1 present. +Table at 0x9DA75000. + +Handle 0x0000, DMI type 0, 26 bytes +BIOS Information + Vendor: AMI + Version: F.35 + Release Date: 09/24/2019 + Address: 0xF0000 + Runtime Size: 64 kB + ROM Size: 8192 kB + Characteristics: + PCI is supported + BIOS is upgradeable + BIOS shadowing is allowed + Boot from CD is supported + Selectable boot is supported + EDD is supported + 5.25"/1.2 MB floppy services are supported (int 13h) + 3.5"/720 kB floppy services are supported (int 13h) + 3.5"/2.88 MB floppy services are supported (int 13h) + Print screen service is supported (int 5h) + 8042 keyboard services are supported (int 9h) + Serial services are supported (int 14h) + Printer services are supported (int 17h) + ACPI is supported + USB legacy is supported + Smart battery is supported + BIOS boot specification is supported + Function key-initiated network boot is supported + Targeted content distribution is supported + UEFI is supported + BIOS Revision: 15.35 + Firmware Revision: 99.22 + +Handle 0x0001, DMI type 1, 27 bytes +System Information + Manufacturer: HP + Product Name: HP Pavilion Laptop 15-cw0xxx + Version: + Serial Number: 5CD8440BL8 + UUID: 38444335-3434-4230-4c38-84a93e12bbb6 + Wake-up Type: Power Switch + SKU Number: 4JV62EA#ACB + Family: 103C_5335KV HP Pavilion + +Handle 0x0002, DMI type 2, 15 bytes +Base Board Information + Manufacturer: HP + Product Name: 84E7 + Version: 99.22 + Serial Number: PHLWT048JBG1YL + Asset Tag: Base Board Asset Tag + Features: + Board is a hosting board + Board is replaceable + Location In Chassis: Base Board Chassis Location + Chassis Handle: 0x0003 + Type: Motherboard + Contained Object Handles: 0 + +Handle 0x0003, DMI type 3, 22 bytes +Chassis Information + Manufacturer: HP + Type: Notebook + Lock: Not Present + Version: Chassis Version + Serial Number: Chassis Serial Number + Asset Tag: Not Specified + Boot-up State: Safe + Power Supply State: Safe + Thermal State: Safe + Security Status: None + OEM Information: 0x00000000 + Height: Unspecified + Number Of Power Cords: 1 + Contained Elements: 0 + SKU Number: Not Specified + +Handle 0x0004, DMI type 11, 5 bytes +OEM Strings + String 1: $HP$ + String 2: ABS 70/71 79 7A 7B 7C + String 3: BCU_Y + String 4: FBYTE#3K3Y6E6a7B7K7M7W7d7jawbCbhcbfP.4D;BUILDID#18WW1BOD301#SACB + String 5: #DACB; + String 6: + String 7: + String 8: + String 9: + String 10: + String 11: + String 12: + String 13: + +Handle 0x0005, DMI type 22, 26 bytes +Portable Battery + Location: Primary + Manufacturer: 313-1C-34-A + Name: HT03041 + Design Capacity: 41040 mWh + Design Voltage: 11400 mV + SBDS Version: 3.1 + Maximum Error: Unknown + SBDS Serial Number: 59A5 + SBDS Manufacture Date: 2018-08-25 + SBDS Chemistry: LION + OEM-specific Information: 0x000A070C + +Handle 0x0006, DMI type 32, 20 bytes +System Boot Information + Status: No errors detected + +Handle 0x0007, DMI type 18, 23 bytes +32-bit Memory Error Information + Type: OK + Granularity: Unknown + Operation: Unknown + Vendor Syndrome: Unknown + Memory Array Address: Unknown + Device Address: Unknown + Resolution: Unknown + +Handle 0x0008, DMI type 16, 23 bytes +Physical Memory Array + Location: System Board Or Motherboard + Use: System Memory + Error Correction Type: None + Maximum Capacity: 32 GB + Error Information Handle: 0x0007 + Number Of Devices: 2 + +Handle 0x0009, DMI type 19, 31 bytes +Memory Array Mapped Address + Starting Address: 0x00000000000 + Ending Address: 0x001FFFFFFFF + Range Size: 8 GB + Physical Array Handle: 0x0008 + Partition Width: 2 + +Handle 0x000A, DMI type 7, 19 bytes +Cache Information + Socket Designation: L1 - Cache + Configuration: Enabled, Not Socketed, Level 1 + Operational Mode: Write Back + Location: Internal + Installed Size: 384 kB + Maximum Size: 384 kB + Supported SRAM Types: + Pipeline Burst + Installed SRAM Type: Pipeline Burst + Speed: 1 ns + Error Correction Type: Multi-bit ECC + System Type: Unified + Associativity: 8-way Set-associative + +Handle 0x000B, DMI type 7, 19 bytes +Cache Information + Socket Designation: L2 - Cache + Configuration: Enabled, Not Socketed, Level 2 + Operational Mode: Write Back + Location: Internal + Installed Size: 2048 kB + Maximum Size: 2048 kB + Supported SRAM Types: + Pipeline Burst + Installed SRAM Type: Pipeline Burst + Speed: 1 ns + Error Correction Type: Multi-bit ECC + System Type: Unified + Associativity: 8-way Set-associative + +Handle 0x000C, DMI type 7, 19 bytes +Cache Information + Socket Designation: L3 - Cache + Configuration: Enabled, Not Socketed, Level 3 + Operational Mode: Write Back + Location: Internal + Installed Size: 4096 kB + Maximum Size: 4096 kB + Supported SRAM Types: + Pipeline Burst + Installed SRAM Type: Pipeline Burst + Speed: 1 ns + Error Correction Type: Multi-bit ECC + System Type: Unified + Associativity: 16-way Set-associative + +Handle 0x000D, DMI type 4, 48 bytes +Processor Information + Socket Designation: FP5 + Type: Central Processor + Family: Zen + Manufacturer: Advanced Micro Devices, Inc. + ID: 10 0F 81 00 FF FB 8B 17 + Signature: Family 23, Model 17, Stepping 0 + Flags: + FPU (Floating-point unit on-chip) + VME (Virtual mode extension) + DE (Debugging extension) + PSE (Page size extension) + TSC (Time stamp counter) + MSR (Model specific registers) + PAE (Physical address extension) + MCE (Machine check exception) + CX8 (CMPXCHG8 instruction supported) + APIC (On-chip APIC hardware supported) + SEP (Fast system call) + MTRR (Memory type range registers) + PGE (Page global enable) + MCA (Machine check architecture) + CMOV (Conditional move instruction supported) + PAT (Page attribute table) + PSE-36 (36-bit page size extension) + CLFSH (CLFLUSH instruction supported) + MMX (MMX technology supported) + FXSR (FXSAVE and FXSTOR instructions supported) + SSE (Streaming SIMD extensions) + SSE2 (Streaming SIMD extensions 2) + HTT (Multi-threading) + Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx + Voltage: 1.2 V + External Clock: 100 MHz + Max Speed: 3600 MHz + Current Speed: 2000 MHz + Status: Populated, Enabled + Upgrade: None + L1 Cache Handle: 0x000A + L2 Cache Handle: 0x000B + L3 Cache Handle: 0x000C + Serial Number: Unknown + Asset Tag: Unknown + Part Number: Unknown + Core Count: 4 + Core Enabled: 4 + Thread Count: 8 + Characteristics: + 64-bit capable + Multi-Core + Hardware Thread + Execute Protection + Enhanced Virtualization + Power/Performance Control + +Handle 0x000E, DMI type 18, 23 bytes +32-bit Memory Error Information + Type: OK + Granularity: Unknown + Operation: Unknown + Vendor Syndrome: Unknown + Memory Array Address: Unknown + Device Address: Unknown + Resolution: Unknown + +Handle 0x000F, DMI type 17, 40 bytes +Memory Device + Array Handle: 0x0008 + Error Information Handle: 0x000E + Total Width: 64 bits + Data Width: 64 bits + Size: 4096 MB + Form Factor: SODIMM + Set: None + Locator: Bottom - Slot 1 (left) + Bank Locator: P0 CHANNEL A + Type: DDR4 + Type Detail: Synchronous Unbuffered (Unregistered) + Speed: 2400 MT/s + Manufacturer: Samsung + Serial Number: 23BCDFDA + Asset Tag: Not Specified + Part Number: M471A5244BB0-CRC + Rank: 1 + Configured Memory Speed: 2400 MT/s + Minimum Voltage: 1.2 V + Maximum Voltage: 1.2 V + Configured Voltage: 1.2 V + +Handle 0x0010, DMI type 20, 35 bytes +Memory Device Mapped Address + Starting Address: 0x00000000000 + Ending Address: 0x001FFFFFFFF + Range Size: 8 GB + Physical Device Handle: 0x000F + Memory Array Mapped Address Handle: 0x0009 + Partition Row Position: 1 + +Handle 0x0011, DMI type 18, 23 bytes +32-bit Memory Error Information + Type: OK + Granularity: Unknown + Operation: Unknown + Vendor Syndrome: Unknown + Memory Array Address: Unknown + Device Address: Unknown + Resolution: Unknown + +Handle 0x0012, DMI type 17, 40 bytes +Memory Device + Array Handle: 0x0008 + Error Information Handle: 0x0011 + Total Width: 64 bits + Data Width: 64 bits + Size: 4096 MB + Form Factor: SODIMM + Set: None + Locator: Bottom - Slot 2 (right) + Bank Locator: P0 CHANNEL B + Type: DDR4 + Type Detail: Synchronous Unbuffered (Unregistered) + Speed: 2400 MT/s + Manufacturer: Samsung + Serial Number: 23BCDFAC + Asset Tag: Not Specified + Part Number: M471A5244BB0-CRC + Rank: 1 + Configured Memory Speed: 2400 MT/s + Minimum Voltage: 1.2 V + Maximum Voltage: 1.2 V + Configured Voltage: 1.2 V + +Handle 0x0013, DMI type 20, 35 bytes +Memory Device Mapped Address + Starting Address: 0x00000000000 + Ending Address: 0x001FFFFFFFF + Range Size: 8 GB + Physical Device Handle: 0x0012 + Memory Array Mapped Address Handle: 0x0009 + Partition Row Position: 1 + +Handle 0x0014, DMI type 13, 22 bytes +BIOS Language Information + Language Description Format: Long + Installable Languages: 5 + en|US|iso8859-1 + fr|FR|iso8859-1 + es|ES|iso8859-1 + zh|TW|unicode + zh|CN|unicode + Currently Installed Language: en|US|iso8859-1 + +Handle 0x0015, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2304/J2300 + Internal Connector Type: None + External Reference Designator: Keyboard + External Connector Type: PS/2 + Port Type: Keyboard Port + +Handle 0x0016, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J3811 + Internal Connector Type: None + External Reference Designator: Touch pad + External Connector Type: PS/2 + Port Type: Mouse Port + +Handle 0x0017, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1504 + Internal Connector Type: None + External Reference Designator: USB 3.0 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0018, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1500 + Internal Connector Type: None + External Reference Designator: USB 3.1 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0019, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1502 + Internal Connector Type: None + External Reference Designator: USB 3.1 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x001A, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1501 + Internal Connector Type: None + External Reference Designator: USB 3.1 Type-C + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x001B, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1503 + Internal Connector Type: None + External Reference Designator: USB 3.1 Type-C + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x001C, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1300 + Internal Connector Type: None + External Reference Designator: Network + External Connector Type: RJ-45 + Port Type: Network Port + +Handle 0x001D, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1701 + Internal Connector Type: SAS/SATA Plug Receptacle + External Reference Designator: Sata HDD + External Connector Type: None + Port Type: SATA + +Handle 0x001E, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1703 + Internal Connector Type: SAS/SATA Plug Receptacle + External Reference Designator: Sata ODD + External Connector Type: None + Port Type: SATA + +Handle 0x001F, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1101 + Internal Connector Type: None + External Reference Designator: DP0 + External Connector Type: None + Port Type: Video Port + +Handle 0x0020, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1100 + Internal Connector Type: None + External Reference Designator: DP1 + External Connector Type: None + Port Type: Video Port + +Handle 0x0021, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2103 + Internal Connector Type: None + External Reference Designator: Microphone + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x0022, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2105 + Internal Connector Type: None + External Reference Designator: Headphone + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x0023, DMI type 9, 17 bytes +System Slot Information + Designation: J3604 + Type: x8 PCI Express x8 + Current Usage: Available + Length: Short + ID: 1 + Characteristics: + 3.3 V is provided + PME signal is supported + Hot-plug devices are supported + Bus Address: 0200:00:01.1 + +Handle 0x0024, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard LAN Brodcom + Type: Ethernet + Status: Disabled + Type Instance: 1 + Bus Address: 0000:00:00.3 + +Handle 0x0025, DMI type 41, 11 bytes +Onboard Device + Reference Designation: HD Audio Controller + Type: Sound + Status: Enabled + Type Instance: 1 + Bus Address: 0000:03:00.6 + +Handle 0x0026, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Left USB 3.1 + Internal Connector Type: Access Bus (USB) + External Reference Designator: Left TYPE C + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0029, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard IGD + Type: Video + Status: Enabled + Type Instance: 1 + Bus Address: 0000:03:00.0 + +Handle 0x002A, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Realtek RTL8822BE 802.11 ac 2x2 WiFi + BT 4.2 Combo Adapter + Type: Other + Status: Enabled + Type Instance: 1 + Bus Address: 0000:01:00.0 + +Handle 0x002B, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Realtek PCIe FE Family Controller + Type: Ethernet + Status: Enabled + Type Instance: 1 + Bus Address: 0000:02:00.0 + +Handle 0x002C, DMI type 27, 15 bytes +Cooling Device + Type: Fan + Status: OK + OEM-specific Information: 0x00000000 + Nominal Speed: Unknown Or Non-rotating + Description: Cooling Dev 1 + +Handle 0x002D, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Ctrl0Port0 + Internal Connector Type: SAS/SATA Plug Receptacle + External Reference Designator: Primary HDD Bay + External Connector Type: SAS/SATA Plug Receptacle + Port Type: SATA + +Handle 0x002E, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Ctrl0Port1 + Internal Connector Type: SAS/SATA Plug Receptacle + External Reference Designator: Secondary HDD Bay + External Connector Type: SAS/SATA Plug Receptacle + Port Type: SATA + +Handle 0x002F, DMI type 127, 4 bytes +End Of Table + diff --git a/test/machines/000/pci/0000:00:00.0/config b/test/machines/000/pci/0000:00:00.0/config new file mode 100644 index 0000000..4b28327 Binary files /dev/null and b/test/machines/000/pci/0000:00:00.0/config differ diff --git a/test/machines/000/pci/0000:00:00.2/config b/test/machines/000/pci/0000:00:00.2/config new file mode 100644 index 0000000..7ac36d0 Binary files /dev/null and b/test/machines/000/pci/0000:00:00.2/config differ diff --git a/test/machines/000/pci/0000:00:01.0/config b/test/machines/000/pci/0000:00:01.0/config new file mode 100644 index 0000000..5d37dab Binary files /dev/null and b/test/machines/000/pci/0000:00:01.0/config differ diff --git a/test/machines/000/pci/0000:00:01.6/config b/test/machines/000/pci/0000:00:01.6/config new file mode 100644 index 0000000..fcfe069 Binary files /dev/null and b/test/machines/000/pci/0000:00:01.6/config differ diff --git a/test/machines/000/pci/0000:00:01.7/config b/test/machines/000/pci/0000:00:01.7/config new file mode 100644 index 0000000..f845d88 Binary files /dev/null and b/test/machines/000/pci/0000:00:01.7/config differ diff --git a/test/machines/000/pci/0000:00:08.0/config b/test/machines/000/pci/0000:00:08.0/config new file mode 100644 index 0000000..5d37dab Binary files /dev/null and b/test/machines/000/pci/0000:00:08.0/config differ diff --git a/test/machines/000/pci/0000:00:08.1/config b/test/machines/000/pci/0000:00:08.1/config new file mode 100644 index 0000000..ea05a1d Binary files /dev/null and b/test/machines/000/pci/0000:00:08.1/config differ diff --git a/test/machines/000/pci/0000:00:08.2/config b/test/machines/000/pci/0000:00:08.2/config new file mode 100644 index 0000000..4186681 Binary files /dev/null and b/test/machines/000/pci/0000:00:08.2/config differ diff --git a/test/machines/000/pci/0000:00:14.0/config b/test/machines/000/pci/0000:00:14.0/config new file mode 100644 index 0000000..b8cb8b4 Binary files /dev/null and b/test/machines/000/pci/0000:00:14.0/config differ diff --git a/test/machines/000/pci/0000:00:14.3/config b/test/machines/000/pci/0000:00:14.3/config new file mode 100644 index 0000000..42da7e3 Binary files /dev/null and b/test/machines/000/pci/0000:00:14.3/config differ diff --git a/test/machines/000/pci/0000:00:18.0/config b/test/machines/000/pci/0000:00:18.0/config new file mode 100644 index 0000000..6c03602 Binary files /dev/null and b/test/machines/000/pci/0000:00:18.0/config differ diff --git a/test/machines/000/pci/0000:00:18.1/config b/test/machines/000/pci/0000:00:18.1/config new file mode 100644 index 0000000..19ce02f Binary files /dev/null and b/test/machines/000/pci/0000:00:18.1/config differ diff --git a/test/machines/000/pci/0000:00:18.2/config b/test/machines/000/pci/0000:00:18.2/config new file mode 100644 index 0000000..cdeef25 Binary files /dev/null and b/test/machines/000/pci/0000:00:18.2/config differ diff --git a/test/machines/000/pci/0000:00:18.3/config b/test/machines/000/pci/0000:00:18.3/config new file mode 100644 index 0000000..f348b07 Binary files /dev/null and b/test/machines/000/pci/0000:00:18.3/config differ diff --git a/test/machines/000/pci/0000:00:18.4/config b/test/machines/000/pci/0000:00:18.4/config new file mode 100644 index 0000000..4b52d7f Binary files /dev/null and b/test/machines/000/pci/0000:00:18.4/config differ diff --git a/test/machines/000/pci/0000:00:18.5/config b/test/machines/000/pci/0000:00:18.5/config new file mode 100644 index 0000000..79fddb8 Binary files /dev/null and b/test/machines/000/pci/0000:00:18.5/config differ diff --git a/test/machines/000/pci/0000:00:18.6/config b/test/machines/000/pci/0000:00:18.6/config new file mode 100644 index 0000000..66cd5e9 Binary files /dev/null and b/test/machines/000/pci/0000:00:18.6/config differ diff --git a/test/machines/000/pci/0000:00:18.7/config b/test/machines/000/pci/0000:00:18.7/config new file mode 100644 index 0000000..0f1de9a Binary files /dev/null and b/test/machines/000/pci/0000:00:18.7/config differ diff --git a/test/machines/000/pci/0000:01:00.0/config b/test/machines/000/pci/0000:01:00.0/config new file mode 100644 index 0000000..d827a38 Binary files /dev/null and b/test/machines/000/pci/0000:01:00.0/config differ diff --git a/test/machines/000/pci/0000:02:00.0/config b/test/machines/000/pci/0000:02:00.0/config new file mode 100644 index 0000000..eec0214 Binary files /dev/null and b/test/machines/000/pci/0000:02:00.0/config differ diff --git a/test/machines/000/pci/0000:03:00.0/config b/test/machines/000/pci/0000:03:00.0/config new file mode 100644 index 0000000..0cbc04c Binary files /dev/null and b/test/machines/000/pci/0000:03:00.0/config differ diff --git a/test/machines/000/pci/0000:03:00.1/config b/test/machines/000/pci/0000:03:00.1/config new file mode 100644 index 0000000..0d5498e Binary files /dev/null and b/test/machines/000/pci/0000:03:00.1/config differ diff --git a/test/machines/000/pci/0000:03:00.2/config b/test/machines/000/pci/0000:03:00.2/config new file mode 100644 index 0000000..705a867 Binary files /dev/null and b/test/machines/000/pci/0000:03:00.2/config differ diff --git a/test/machines/000/pci/0000:03:00.3/config b/test/machines/000/pci/0000:03:00.3/config new file mode 100644 index 0000000..788a234 Binary files /dev/null and b/test/machines/000/pci/0000:03:00.3/config differ diff --git a/test/machines/000/pci/0000:03:00.4/config b/test/machines/000/pci/0000:03:00.4/config new file mode 100644 index 0000000..ec7628c Binary files /dev/null and b/test/machines/000/pci/0000:03:00.4/config differ diff --git a/test/machines/000/pci/0000:03:00.6/config b/test/machines/000/pci/0000:03:00.6/config new file mode 100644 index 0000000..ecb436c Binary files /dev/null and b/test/machines/000/pci/0000:03:00.6/config differ diff --git a/test/machines/000/pci/0000:03:00.7/config b/test/machines/000/pci/0000:03:00.7/config new file mode 100644 index 0000000..24a72ac Binary files /dev/null and b/test/machines/000/pci/0000:03:00.7/config differ diff --git a/test/machines/000/pci/0000:04:00.0/config b/test/machines/000/pci/0000:04:00.0/config new file mode 100644 index 0000000..7cb8e20 Binary files /dev/null and b/test/machines/000/pci/0000:04:00.0/config differ diff --git a/test/machines/001/acpi/APIC b/test/machines/001/acpi/APIC new file mode 100755 index 0000000..2bcc17a Binary files /dev/null and b/test/machines/001/acpi/APIC differ diff --git a/test/machines/001/acpi/BGRT b/test/machines/001/acpi/BGRT new file mode 100755 index 0000000..67dee86 Binary files /dev/null and b/test/machines/001/acpi/BGRT differ diff --git a/test/machines/001/acpi/BOOT b/test/machines/001/acpi/BOOT new file mode 100755 index 0000000..5a3f001 Binary files /dev/null and b/test/machines/001/acpi/BOOT differ diff --git a/test/machines/001/acpi/DSDT b/test/machines/001/acpi/DSDT new file mode 100755 index 0000000..8149b28 Binary files /dev/null and b/test/machines/001/acpi/DSDT differ diff --git a/test/machines/001/acpi/FACP b/test/machines/001/acpi/FACP new file mode 100755 index 0000000..ffdaac4 Binary files /dev/null and b/test/machines/001/acpi/FACP differ diff --git a/test/machines/001/acpi/FACS b/test/machines/001/acpi/FACS new file mode 100755 index 0000000..1e02496 Binary files /dev/null and b/test/machines/001/acpi/FACS differ diff --git a/test/machines/001/acpi/FPDT b/test/machines/001/acpi/FPDT new file mode 100755 index 0000000..b12df7b Binary files /dev/null and b/test/machines/001/acpi/FPDT differ diff --git a/test/machines/001/acpi/HPET b/test/machines/001/acpi/HPET new file mode 100755 index 0000000..337630f Binary files /dev/null and b/test/machines/001/acpi/HPET differ diff --git a/test/machines/001/acpi/MCFG b/test/machines/001/acpi/MCFG new file mode 100755 index 0000000..5665e69 Binary files /dev/null and b/test/machines/001/acpi/MCFG differ diff --git a/test/machines/001/acpi/MSDM b/test/machines/001/acpi/MSDM new file mode 100755 index 0000000..fd41cc5 Binary files /dev/null and b/test/machines/001/acpi/MSDM differ diff --git a/test/machines/001/acpi/SSDT1 b/test/machines/001/acpi/SSDT1 new file mode 100755 index 0000000..538ba55 Binary files /dev/null and b/test/machines/001/acpi/SSDT1 differ diff --git a/test/machines/001/acpi/SSDT2 b/test/machines/001/acpi/SSDT2 new file mode 100755 index 0000000..380c970 Binary files /dev/null and b/test/machines/001/acpi/SSDT2 differ diff --git a/test/machines/001/acpi/UEFI b/test/machines/001/acpi/UEFI new file mode 100755 index 0000000..1a65e94 Binary files /dev/null and b/test/machines/001/acpi/UEFI differ diff --git a/test/machines/001/acpi/VFCT b/test/machines/001/acpi/VFCT new file mode 100755 index 0000000..d08e364 Binary files /dev/null and b/test/machines/001/acpi/VFCT differ diff --git a/test/machines/001/acpi/WDAT b/test/machines/001/acpi/WDAT new file mode 100755 index 0000000..70a0e1c Binary files /dev/null and b/test/machines/001/acpi/WDAT differ diff --git a/test/machines/001/acpi/WDRT b/test/machines/001/acpi/WDRT new file mode 100755 index 0000000..79dad9f Binary files /dev/null and b/test/machines/001/acpi/WDRT differ diff --git a/test/machines/001/description.txt b/test/machines/001/description.txt new file mode 100644 index 0000000..c28d29e --- /dev/null +++ b/test/machines/001/description.txt @@ -0,0 +1,2 @@ +name: Acer Aspire V5-552 +owner: dunkaist diff --git a/test/machines/002/acpi/APIC b/test/machines/002/acpi/APIC new file mode 100644 index 0000000..3c4284e Binary files /dev/null and b/test/machines/002/acpi/APIC differ diff --git a/test/machines/002/acpi/ASPT b/test/machines/002/acpi/ASPT new file mode 100644 index 0000000..e8c1fef Binary files /dev/null and b/test/machines/002/acpi/ASPT differ diff --git a/test/machines/002/acpi/BGRT b/test/machines/002/acpi/BGRT new file mode 100644 index 0000000..a9b2215 Binary files /dev/null and b/test/machines/002/acpi/BGRT differ diff --git a/test/machines/002/acpi/BOOT b/test/machines/002/acpi/BOOT new file mode 100644 index 0000000..642dd91 Binary files /dev/null and b/test/machines/002/acpi/BOOT differ diff --git a/test/machines/002/acpi/DBG2 b/test/machines/002/acpi/DBG2 new file mode 100644 index 0000000..14cf9af Binary files /dev/null and b/test/machines/002/acpi/DBG2 differ diff --git a/test/machines/002/acpi/DBGP1 b/test/machines/002/acpi/DBGP1 new file mode 100644 index 0000000..608d0c5 Binary files /dev/null and b/test/machines/002/acpi/DBGP1 differ diff --git a/test/machines/002/acpi/DBGP2 b/test/machines/002/acpi/DBGP2 new file mode 100644 index 0000000..9fb1988 Binary files /dev/null and b/test/machines/002/acpi/DBGP2 differ diff --git a/test/machines/002/acpi/DMAR b/test/machines/002/acpi/DMAR new file mode 100644 index 0000000..b192414 Binary files /dev/null and b/test/machines/002/acpi/DMAR differ diff --git a/test/machines/002/acpi/DSDT b/test/machines/002/acpi/DSDT new file mode 100644 index 0000000..92def5f Binary files /dev/null and b/test/machines/002/acpi/DSDT differ diff --git a/test/machines/002/acpi/FACP b/test/machines/002/acpi/FACP new file mode 100644 index 0000000..f6a8945 Binary files /dev/null and b/test/machines/002/acpi/FACP differ diff --git a/test/machines/002/acpi/FACS b/test/machines/002/acpi/FACS new file mode 100644 index 0000000..2b66cd8 Binary files /dev/null and b/test/machines/002/acpi/FACS differ diff --git a/test/machines/002/acpi/FPDT b/test/machines/002/acpi/FPDT new file mode 100644 index 0000000..a57e2f4 Binary files /dev/null and b/test/machines/002/acpi/FPDT differ diff --git a/test/machines/002/acpi/HPET b/test/machines/002/acpi/HPET new file mode 100644 index 0000000..c6a139b Binary files /dev/null and b/test/machines/002/acpi/HPET differ diff --git a/test/machines/002/acpi/LPIT b/test/machines/002/acpi/LPIT new file mode 100644 index 0000000..999add0 Binary files /dev/null and b/test/machines/002/acpi/LPIT differ diff --git a/test/machines/002/acpi/MCFG b/test/machines/002/acpi/MCFG new file mode 100644 index 0000000..bb10888 Binary files /dev/null and b/test/machines/002/acpi/MCFG differ diff --git a/test/machines/002/acpi/MSDM b/test/machines/002/acpi/MSDM new file mode 100644 index 0000000..0b65671 Binary files /dev/null and b/test/machines/002/acpi/MSDM differ diff --git a/test/machines/002/acpi/SSDT1 b/test/machines/002/acpi/SSDT1 new file mode 100644 index 0000000..5c034a1 Binary files /dev/null and b/test/machines/002/acpi/SSDT1 differ diff --git a/test/machines/002/acpi/SSDT10 b/test/machines/002/acpi/SSDT10 new file mode 100644 index 0000000..9125451 Binary files /dev/null and b/test/machines/002/acpi/SSDT10 differ diff --git a/test/machines/002/acpi/SSDT11 b/test/machines/002/acpi/SSDT11 new file mode 100644 index 0000000..2f90276 Binary files /dev/null and b/test/machines/002/acpi/SSDT11 differ diff --git a/test/machines/002/acpi/SSDT12 b/test/machines/002/acpi/SSDT12 new file mode 100644 index 0000000..690d3d5 Binary files /dev/null and b/test/machines/002/acpi/SSDT12 differ diff --git a/test/machines/002/acpi/SSDT2 b/test/machines/002/acpi/SSDT2 new file mode 100644 index 0000000..8d694f8 Binary files /dev/null and b/test/machines/002/acpi/SSDT2 differ diff --git a/test/machines/002/acpi/SSDT3 b/test/machines/002/acpi/SSDT3 new file mode 100644 index 0000000..6962e19 Binary files /dev/null and b/test/machines/002/acpi/SSDT3 differ diff --git a/test/machines/002/acpi/SSDT4 b/test/machines/002/acpi/SSDT4 new file mode 100644 index 0000000..470712d Binary files /dev/null and b/test/machines/002/acpi/SSDT4 differ diff --git a/test/machines/002/acpi/SSDT5 b/test/machines/002/acpi/SSDT5 new file mode 100644 index 0000000..2d538e0 Binary files /dev/null and b/test/machines/002/acpi/SSDT5 differ diff --git a/test/machines/002/acpi/SSDT6 b/test/machines/002/acpi/SSDT6 new file mode 100644 index 0000000..5b23833 Binary files /dev/null and b/test/machines/002/acpi/SSDT6 differ diff --git a/test/machines/002/acpi/SSDT7 b/test/machines/002/acpi/SSDT7 new file mode 100644 index 0000000..60aee03 Binary files /dev/null and b/test/machines/002/acpi/SSDT7 differ diff --git a/test/machines/002/acpi/SSDT8 b/test/machines/002/acpi/SSDT8 new file mode 100644 index 0000000..819195f Binary files /dev/null and b/test/machines/002/acpi/SSDT8 differ diff --git a/test/machines/002/acpi/SSDT9 b/test/machines/002/acpi/SSDT9 new file mode 100644 index 0000000..9b391d3 Binary files /dev/null and b/test/machines/002/acpi/SSDT9 differ diff --git a/test/machines/002/acpi/TCPA b/test/machines/002/acpi/TCPA new file mode 100644 index 0000000..054f62a Binary files /dev/null and b/test/machines/002/acpi/TCPA differ diff --git a/test/machines/002/acpi/TPM2 b/test/machines/002/acpi/TPM2 new file mode 100644 index 0000000..54522a9 Binary files /dev/null and b/test/machines/002/acpi/TPM2 differ diff --git a/test/machines/002/acpi/UEFI1 b/test/machines/002/acpi/UEFI1 new file mode 100644 index 0000000..be65c15 Binary files /dev/null and b/test/machines/002/acpi/UEFI1 differ diff --git a/test/machines/002/acpi/UEFI2 b/test/machines/002/acpi/UEFI2 new file mode 100644 index 0000000..0b0ba31 Binary files /dev/null and b/test/machines/002/acpi/UEFI2 differ diff --git a/test/machines/002/description.txt b/test/machines/002/description.txt new file mode 100644 index 0000000..e857703 --- /dev/null +++ b/test/machines/002/description.txt @@ -0,0 +1,2 @@ +name: HP notebook +owner: Natalia diff --git a/test/machines/003/acpi/DSDT b/test/machines/003/acpi/DSDT new file mode 100755 index 0000000..6b2f18d Binary files /dev/null and b/test/machines/003/acpi/DSDT differ diff --git a/test/machines/003/description.txt b/test/machines/003/description.txt new file mode 100644 index 0000000..01d8f53 --- /dev/null +++ b/test/machines/003/description.txt @@ -0,0 +1 @@ +name: QEMU diff --git a/test/machines/004/acpi/DSDT b/test/machines/004/acpi/DSDT new file mode 100644 index 0000000..e841151 Binary files /dev/null and b/test/machines/004/acpi/DSDT differ diff --git a/test/machines/004/acpi/SSDT1 b/test/machines/004/acpi/SSDT1 new file mode 100644 index 0000000..1f5303e Binary files /dev/null and b/test/machines/004/acpi/SSDT1 differ diff --git a/test/machines/004/acpi/SSDT2 b/test/machines/004/acpi/SSDT2 new file mode 100644 index 0000000..9bf0fac Binary files /dev/null and b/test/machines/004/acpi/SSDT2 differ diff --git a/test/machines/004/acpi/SSDT3 b/test/machines/004/acpi/SSDT3 new file mode 100644 index 0000000..b0df638 Binary files /dev/null and b/test/machines/004/acpi/SSDT3 differ diff --git a/test/machines/004/description.txt b/test/machines/004/description.txt new file mode 100644 index 0000000..334b658 --- /dev/null +++ b/test/machines/004/description.txt @@ -0,0 +1,2 @@ +name: Samsung PC +owner: dunkaist/none