-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding coffee lake #402
base: Beta
Are you sure you want to change the base?
Adding coffee lake #402
Conversation
Found the problem, download/sync of cfg files is from Piker's Original Source and not from the modified with Coffee Lake entries, so even having the right package with cfgs in download folder, under User/Library/ssdtPRGen still no Coffee Lake entries in cfgs. Had to hardcopy it by hand. Then script works, x86PlatformPlugin loaded. Perfect. |
@Sisqo83 glad you got it working. The other way would be to use the zip version. Also - when I tried this I wasn't getting the turbo boost speed I was expecting, but it's possible that I was measuring it wrong. Mind giving that a shot too? |
I used zip, but didn't copy from local folder but download into User/Library/ssdtPRGen. I used the AppleIntelInfo.kext and PowerGadget, everything is working as expected. The turbo boost is fitting, 4700 with stock 8700K settings, and 5000 with BIOS optimization. Everything showing in PowerGadget and HWMonitor. Here is newest 2.9 AppleIntelInfo.kext by Piker-Alpha, had it compiled with xCode to verify P States yesterday. |
Any way to get this PR Merged. Going to try @Sisqo83 tips to get this working in the meantime. Side note: Were you able to run prime95 blend test to make sure the overclock was stable? I noticed it was having workers fail with rounding errors in High Sierra when I tried it and was hoping this would fix it but I kind of doubt it will. What's the difference between -turbo and -frequency? |
@harrison-n |
I'm getting
when I run
Any Ideas? |
Also doing a
Gives back
|
I was able to get it working by using -p 'i7-8700k' instead |
It took me a few try's to get this working after getting unknown processor, but here is how I successfully created the ssd.aml file.
Expect error unknown processor, but it has created the ssdtPRGen folder in ~/Library
@ibash, thanks for adding the Coffee Lake data. |
Just spent a few hours trying to get overclocking working, but not luck. Despite changing the values of base / turbo, and enabling overclocking in the bios, it seems like I could only reach 4.3ghz. I'm using an 8700k and asrock pro4, so I'd expect to be able to get much higher values. It seems like my ssdt.aml isn't loaded when I enable overclocking in the bios...? not sure If I turn off overclocking on my board I get up to 4.5-4.6ghz If anyone figures out how to do it, please let me know :) |
You mention changing values of base and turbo, do you mean like this below ?
and change value to 5GHz ?
|
For testing? I tried that with no luck
|
Strange that you can get upto 4.6GHz without overclock and only 4.3GHz with . A long shot, but is a BIOS update available for your ASRock board and can you get higher than 4.3GHz with multi core enhancement turned on ? |
Have a look at this thread on tonymac, the original poster has 5GHz with working steps and has same board as yourself and is using this pull. |
@glasgreat thanks for the reference, I'll check that out!
|
@ibash, in your |
@talha-asad thanks for the heads up! |
Probably outdated by now since I think clover setting of plugintype=1 gives ssdts. but i'd love to test this out as a reference @glasgreat can you post the correct link to version.cfg? looks like it's linked to ssdtprgen.sh . or if I'm missing something, let me know. |
@Piker-Alpha I took a pass at adding coffee lake data.
This also required upping the sanity check for number of cores :)
I'm not sure if this works, it generates ssdt.aml but I'm away from my build so I can't test it.
Previously when I tried adding the 8700k to "User Data.cfg" I was able to generate the ssdt.aml but it seemed like I wasn't reaching the max turboboost.