The next update of ssdtPRGen.sh (version 15.7) will come with lots of changes. Stuff that may break things badly, so I decided to add a new Beta branch for it.
The most notable change in v15.7 will be the new support for Custom/User Defined processor data. For this to work you need to add a file called: ~/Library/ssdtPRGen/Data/User Defined.cfg and in this file you add the processor data like this:
gUserDefinedCPUList=( X5560,95,1600,2800,3200,8,16,2,133 )
The last two fields represent the cpu/bridge type (see ~/ssdtPRGen.sh -h for supported bridge types) and a custom bclk/bus frequency. This is handy for unsupported processor models… like the X5560 with a bus frequency of 133MHz.
Note: The Beta version(s) are a work in progress so expect a lot to get changed/fixed/break!
Download
You can get the latest version of ssdtPRGen.sh by entering this terminal command:
curl -o ~/ssdtPRGen.sh https://raw.githubusercontent.com/Piker-Alpha/ssdtPRGen.sh/Beta/ssdtPRGen.sh
The next step is to set the execute/search bits by entering this terminal command:
chmod +x ~/ssdtPRGen.sh
Bug Reports
Bug reports (so called ‘issues’) can be filed at:
https://github.com/Piker-Alpha/ssdtPRGen.sh/issues
Make sure to use “v15.7 Beta” in the title and please, do not use my blog for bug reports related to this Beta.
Thank you!