mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
69 lines
1.9 KiB
Plaintext
69 lines
1.9 KiB
Plaintext
/*
|
|
* Intel ACPI Component Architecture
|
|
* AML/ASL+ Disassembler version 20190215 (64-bit version)
|
|
* Copyright (c) 2000 - 2019 Intel Corporation
|
|
*
|
|
* Disassembling to symbolic ASL+ operators
|
|
*
|
|
* Disassembly of iASLspH90v.aml, Wed Apr 10 10:41:25 2019
|
|
*
|
|
* Original Table Header:
|
|
* Signature "SSDT"
|
|
* Length 0x000000A6 (166)
|
|
* Revision 0x02
|
|
* Checksum 0xF0
|
|
* OEM ID "CpuRef"
|
|
* OEM Table ID "CpuPlug"
|
|
* OEM Revision 0x00003000 (12288)
|
|
* Compiler ID "INTL"
|
|
* Compiler Version 0x20160729 (538314537)
|
|
*/
|
|
DefinitionBlock ("", "SSDT", 2, "CpuRef", "CpuPlug", 0x00003000)
|
|
{
|
|
External (_PR_.CPU0, ProcessorObj)
|
|
|
|
Scope (\_PR.CPU0)
|
|
{
|
|
Method (DTGP, 5, NotSerialized)
|
|
{
|
|
If ((Arg0 == ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b")))
|
|
{
|
|
If ((Arg1 == One))
|
|
{
|
|
If ((Arg2 == Zero))
|
|
{
|
|
Arg4 = Buffer (One)
|
|
{
|
|
0x03 // .
|
|
}
|
|
Return (One)
|
|
}
|
|
|
|
If ((Arg2 == One))
|
|
{
|
|
Return (One)
|
|
}
|
|
}
|
|
}
|
|
|
|
Arg4 = Buffer (One)
|
|
{
|
|
0x00 // .
|
|
}
|
|
Return (Zero)
|
|
}
|
|
|
|
Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
|
|
{
|
|
Local0 = Package (0x02)
|
|
{
|
|
"plugin-type",
|
|
One
|
|
}
|
|
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
|
|
Return (Local0)
|
|
}
|
|
}
|
|
}
|
|
|