stevezhengshiqi / one-key-cpufriend

Generate customized CPUFriendDataProvider.kext for dynamic macOS CPU power management
342 stars 47 forks source link

Added iMac 19,1 / 19,2 / 20,1 / 20,2 board-IDs #43

Closed perez987 closed 1 year ago

perez987 commented 1 year ago

Thanks for your script. I have added iMac19,2 / iMac20,1 / iMac20,2 / iMacPro1,1 / MacPro7,1 board-ids. I'm not a coder so I'm not sure if it's enough with this additions.

stevezhengshiqi commented 1 year ago

Thank you for creating this pr! As I checked though the resource files of these IDs, (/System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/Resources/Mac-XXX.plist)

the frequency vectors of these two models seems incompatible with our script and should be removed: 'Mac-7BA5B2D9E42DDD94' # iMacPro1,1 'Mac-27AD2F918AE68F61' # MacPro7,1

Could you help remove these two models, really appreciate that.

perez987 commented 1 year ago

@stevezhengshiqi Done!

stevezhengshiqi commented 1 year ago

Thanks!