Contribute
Register

[Guide] Generate SSDT For Coffee Lake CPU

Status
Not open for further replies.
Hi,

using config.plist/ACPI/SSDT/Generate/PluginType=true

do I need to keep Generate Cstate and Pstate checked or unchecked?

Thanks

You should not be generating CStates/PStates from Clover.
The code Clover generates for those conflict with native CPU PM SSDTs.
 
You should not be generating CStates/PStates from Clover.
The code Clover generates for those conflict with native CPU PM SSDTs.

Awesome, thanks a lot! So just plugintype selected and nothing else, last question, what about droptables? Still need to drop CpuPm, Cpu0lst and DMAR?

I'm adding a screenshot, is it ok?

Thanks
 

Attachments

  • Screen Shot 2018-01-13 at 19.00.33.jpg
    Screen Shot 2018-01-13 at 19.00.33.jpg
    155 KB · Views: 1,299
Awesome, thanks a lot! So just plugintype selected and nothing else, last question, what about droptables? Still need to drop CpuPm, Cpu0lst and DMAR?

I'm adding a screenshot, is it ok?

Thanks

You should not drop an CPU related tables. DMAR you may need to drop, or use dart=0, or disable VT-d in BIOS.
I don't use or recommend Clover Configurator.
 
Hi there, I am up to step 3, however instead of giving me a question it asks me for my password and then gives me this:

Any ideas what I am doing wrong?

Thanks!
 

Attachments

  • Screen Shot 2018-01-25 at 10.28.49 PM.png
    Screen Shot 2018-01-25 at 10.28.49 PM.png
    93.9 KB · Views: 951
I am getting the following error when I try to run the script.



Downloading Coffee Lake.cfg ...

/Users/xxxx/Library/ssdtPRGen/Data/Coffee Lake.cfg: line 1: 404:: command not found

ssdtPRGen.sh: line 3018: let: gCPUDataVersion=: syntax error: operand expected (sed: 1: "s/^[\n]*

Error://

": unterminated substitute pattern


Error:

Visit http://ark.intel.com to gather the required data:

Processor Number

TDP

Low Frequency Mode (use AppleIntelInfo.kext)

Base Frequency

Max Turbo Frequency

Cores

Threads
 
I am getting the following error when I try to run the script.



Downloading Coffee Lake.cfg ...

/Users/xxxx/Library/ssdtPRGen/Data/Coffee Lake.cfg: line 1: 404:: command not found

ssdtPRGen.sh: line 3018: let: gCPUDataVersion=: syntax error: operand expected (sed: 1: "s/^[\n]*

Error://

": unterminated substitute pattern


Error:

Visit http://ark.intel.com to gather the required data:

Processor Number

TDP

Low Frequency Mode (use AppleIntelInfo.kext)

Base Frequency

Max Turbo Frequency

Cores

Threads

No need for ssdtPRgen.sh with your hardware.
You need only config.plist/ACPI/SSDT/Generate/PluginType=true.
Read here for details:
https://www.tonymacx86.com/threads/macos-native-cpu-igpu-power-management.222982/
 
Status
Not open for further replies.
Back
Top