Contribute
Register

Z87m ex4 dsdt

Status
Not open for further replies.
Joined
May 24, 2015
Messages
15
Motherboard
Asrock Z87M EX4
CPU
i5-4670K
Graphics
GTX 1060
Mobile Phone
  1. Android
  2. iOS
I successfully build a Hackintosh based on:
CLOVER +GPT WIN10+10.11
ASROCK Z87M EX4 use BIOS 1.90D(unlock msr) from wonkeydonkey
HD4600
do nothing
Realtek ALC1150 use audio_cloverALC
Intel i217V use AppleintelE1000E v3.2.4.2 from multibeast
there`s the config.plist and dsdt i have.
I can`t fix the error in dsdt
67, 6074, Name already exists in scope (_SB_.PCI0.PEG0)
69, 6074, Name already exists in scope (_SB_.PCI0.PEG1)
70, 6074, Name already exists in scope (_SB_.PCI0.PEG2)
11632, 6136, Non-hex letters must be upper case (pnp0c14)


PS: Which should I choose the ACPI spcification ,for now is 5.1.
 

Attachments

  • config.plist
    4.6 KB · Views: 238
  • System DSDT.zip
    32.2 KB · Views: 91
I successfully build a Hackintosh based on:
CLOVER +GPT WIN10+10.11
ASROCK Z87M EX4 use BIOS 1.90D(unlock msr) from wonkeydonkey
HD4600
do nothing
Realtek ALC1150 use audio_cloverALC
Intel i217V use AppleintelE1000E v3.2.4.2 from multibeast
there`s the config.plist and dsdt i have.
I can`t fix the error in dsdt
67, 6074, Name already exists in scope (_SB_.PCI0.PEG0)
69, 6074, Name already exists in scope (_SB_.PCI0.PEG1)
70, 6074, Name already exists in scope (_SB_.PCI0.PEG2)
11632, 6136, Non-hex letters must be upper case (pnp0c14)


PS: Which should I choose the ACPI spcification ,for now is 5.1.

How did you obtain this DSDT file ?
 
I obtain this dsdt from Maciasl.
The first three error just comment that?
and the last error Modify 0x0FFF to 0xFFFF ?(My search results,I don't know how to program...)

Thanks for your reply
 
How did you obtain this DSDT file ?
I obtain this dsdt from Maciasl.
The first three error just comment that?
and the last error Modify 0x0FFF to 0xFFFF ?(My search results,I don't know how to program...)

Thanks for your reply
 
I obtain this dsdt from Maciasl.
The first three error just comment that?
and the last error Modify 0x0FFF to 0xFFFF ?(My search results,I don't know how to program...)

Thanks for your reply

Change 0x0FFF to 0xFFFF, yes. It will clear that error.
 
Change 0x0FFF to 0xFFFF, yes. It will clear that error.

10465, 3115, Not all control paths return a value (SPL1)



Method (SPL1, 0, Serialized)
{
Name (PPUU, Zero)
If (LEqual (CSEM, One))
{
Return (Zero)
}


Store (One, CSEM) /* \CSEM */
Store (PPL1, PLSV) /* \PLSV */
Store (PL1E, PLEN) /* \PLEN */
Store (CLP1, CLMP) /* \CLMP */
If (LEqual (PWRU, Zero))
{
Store (One, PPUU) /* \SPL1.PPUU */
}
Else
{
ShiftLeft (Decrement (PWRU), 0x02, PPUU) /* \SPL1.PPUU */
}


Multiply (PLVL, PPUU, Local0)
Divide (Local0, 0x03E8, , Local1)
Store (Local1, PPL1) /* \PPL1 */
Store (One, PL1E) /* \PL1E */
Store (One, CLP1) /* \CLP1 */
}

How to compile this error,ADD a Return (Zero) to somewhere or other method?
Forgive me for my poor English。
 
Change 0x0FFF to 0xFFFF, yes. It will clear that error.
Another problem is that i extract 8 SSDT from Maciasl。
I compile 7 of them except SSDT-4,can you help me to Compile that。

I Overlock my CPU to 4.3Ghz,Is there any problem?
I downloaded Intel power gadget ,the soft reveal my CPU frequency
Fluctuations between 0.8G and 4.3G。
And should I put all these SSDT in the Clover ??

Thanks a lot.
 

Attachments

  • SSDT.zip
    16.4 KB · Views: 87
10465, 3115, Not all control paths return a value (SPL1)



Method (SPL1, 0, Serialized)
{
Name (PPUU, Zero)
If (LEqual (CSEM, One))
{
Return (Zero)
}


Store (One, CSEM) /* \CSEM */
Store (PPL1, PLSV) /* \PLSV */
Store (PL1E, PLEN) /* \PLEN */
Store (CLP1, CLMP) /* \CLMP */
If (LEqual (PWRU, Zero))
{
Store (One, PPUU) /* \SPL1.PPUU */
}
Else
{
ShiftLeft (Decrement (PWRU), 0x02, PPUU) /* \SPL1.PPUU */
}


Multiply (PLVL, PPUU, Local0)
Divide (Local0, 0x03E8, , Local1)
Store (Local1, PPL1) /* \PPL1 */
Store (One, PL1E) /* \PL1E */
Store (One, CLP1) /* \CLP1 */
}

How to compile this error,ADD a Return (Zero) to somewhere or other method?
Forgive me for my poor English。

Add 'Return (Zero)', yes. There are usually 3 or 4 of these need adding in the 8 series boards.
 
You missed upstairs,that's important。:crazy:

Just generate an SSDT using ssdtprgen.sh script, making sure you input the overclock frequency.

In MacIASL can you go to 'File', 'New from ACPI', 'DSDT' and post the result of that.
 
Status
Not open for further replies.
Back
Top