Skip to content

Commit

Permalink
Fix CPUFAMILY_INTEL_PENRYN patch to support Big Sur 11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thenickdude committed Apr 29, 2021
1 parent 5aa0e11 commit ad68dac
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@
/////wAAAP///wA=
</data>
<key>MaxKernel</key>
<string>20.99.99</string>
<string>20.3.99</string>
<key>MinKernel</key>
<string>17.0.0</string>
<key>Replace</key>
Expand All @@ -718,6 +718,43 @@
<key>Skip</key>
<integer>0</integer>
</dict>
<dict>
<key>Arch</key>
<string>Any</string>
<key>Base</key>
<string></string>
<key>Comment</key>
<string>algrey - thenickdude - cpuid_set_cpufamily - force CPUFAMILY_INTEL_PENRYN (Big Sur 11.3 and newer)</string>
<key>Count</key>
<integer>1</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>
MdKzAYA9AAAAAAZ1
</data>
<key>Identifier</key>
<string>kernel</string>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data>
////////AAAAAP//
</data>
<key>MaxKernel</key>
<string>20.99.99</string>
<key>MinKernel</key>
<string>20.4.0</string>
<key>Replace</key>
<data>
urxP6nizAJCQkJDr
</data>
<key>ReplaceMask</key>
<data>
</data>
<key>Skip</key>
<integer>0</integer>
</dict>
</array>
<key>Quirks</key>
<dict>
Expand Down

3 comments on commit ad68dac

@sickcodes
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Nick! Worked perfectly, sickcodes/osx-serial-generator#12

Love your work! I'm PR'ing it to OSX-KVM

@thenickdude
Copy link
Owner Author

@thenickdude thenickdude commented on ad68dac May 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I had already let Kholia know actually, it's pending there (I'm the upstream for OSX-KVM's OpenCore)

@sickcodes
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks mate, was just about to email you, I added you to the Author's/Upstream section a few hours ago :)

https://github.com/sickcodes/Docker-OSX#author

Please sign in to comment.