Skip to content

Commit

Permalink
ver 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex committed Mar 18, 2024
1 parent 3563075 commit e4141bc
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 49 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.6.0]

- Fix Kernel Panic on DW 1820A by set a delay for native BCM kext
- Update NootedRed
- Remove CPUName patch on RE due to some issues with AMD (again)
- Set UpdateSMBios to Custom for OEM software on Windows
## [1.5.0]

- Fix Airdrop issue, WiFi on DW 1820A
Expand Down
Binary file added EFI/OC/Drivers/CrScreenshotDxe.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/OpenHfsPlus.efi
Binary file not shown.
100 changes: 98 additions & 2 deletions EFI/OC/Kexts/NootedRed.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
</dict>
<key>AMDRadeonNavi10Controller</key>
<key>AMDRadeonPicassoController</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.kext.AMDRadeonX6000Framebuffer</string>
Expand All @@ -70,7 +70,55 @@
<key>IOMatchCategory</key>
<string>ATIFramebuffer</string>
<key>IOPCIMatch</key>
<string>0x15DD1002 0x15D81002 0x15E71002 0x164C1002 0x16381002 0x16361002</string>
<string>0x15D81002</string>
<key>IOPCITunnelCompatible</key>
<true/>
<key>IOPCIUseDeviceMapper</key>
<true/>
<key>IOProbeScore</key>
<integer>6000</integer>
<key>IOPropertyMatch</key>
<dict>
<key>LoadController</key>
<true/>
</dict>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>aty_config</key>
<dict>
<key>CFG_CORRECT_BLPT</key>
<true/>
<key>CFG_TRANS_WSRV</key>
<true/>
<key>CFG_UFL_CHK</key>
<false/>
<key>CFG_UFL_STP</key>
<false/>
<key>CFG_USE_DPT</key>
<true/>
</dict>
<key>aty_properties</key>
<dict>
<key>PP_GPUPowerDownEnabled</key>
<integer>0</integer>
<key>PP_GfxOffControl</key>
<integer>1</integer>
<key>PP_ToolsLogSpaceSize</key>
<integer>524288</integer>
<key>PP_WorkLoadPolicyMask</key>
<integer>0</integer>
</dict>
</dict>
<key>AMDRadeonRavenController</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.kext.AMDRadeonX6000Framebuffer</string>
<key>IOClass</key>
<string>AMDRadeonX6000_AmdRadeonControllerNavi10</string>
<key>IOMatchCategory</key>
<string>ATIFramebuffer</string>
<key>IOPCIMatch</key>
<string>0x15DD1002</string>
<key>IOPCITunnelCompatible</key>
<true/>
<key>IOPCIUseDeviceMapper</key>
Expand Down Expand Up @@ -119,6 +167,54 @@
<integer>0</integer>
</dict>
</dict>
<key>AMDRadeonRenoirController</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.kext.AMDRadeonX6000Framebuffer</string>
<key>IOClass</key>
<string>AMDRadeonX6000_AmdRadeonControllerNavi10</string>
<key>IOMatchCategory</key>
<string>ATIFramebuffer</string>
<key>IOPCIMatch</key>
<string>0x15E71002 0x164C1002 0x16381002 0x16361002</string>
<key>IOPCITunnelCompatible</key>
<true/>
<key>IOPCIUseDeviceMapper</key>
<true/>
<key>IOProbeScore</key>
<integer>6000</integer>
<key>IOPropertyMatch</key>
<dict>
<key>LoadController</key>
<true/>
</dict>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>aty_config</key>
<dict>
<key>CFG_CORRECT_BLPT</key>
<true/>
<key>CFG_TRANS_WSRV</key>
<true/>
<key>CFG_UFL_CHK</key>
<false/>
<key>CFG_UFL_STP</key>
<false/>
<key>CFG_USE_DPT</key>
<true/>
</dict>
<key>aty_properties</key>
<dict>
<key>PP_GPUPowerDownEnabled</key>
<integer>0</integer>
<key>PP_GfxOffControl</key>
<integer>1</integer>
<key>PP_ToolsLogSpaceSize</key>
<integer>524288</integer>
<key>PP_WorkLoadPolicyMask</key>
<integer>0</integer>
</dict>
</dict>
<key>com.ChefKissInc.NootedRed</key>
<dict>
<key>CFBundleIdentifier</key>
Expand Down
Binary file modified EFI/OC/Kexts/NootedRed.kext/Contents/MacOS/NootedRed
Binary file not shown.
86 changes: 39 additions & 47 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1774,36 +1774,6 @@
<array/>
<key>Patch</key>
<array>
<dict>
<key>Arch</key>
<string>Any</string>
<key>Base</key>
<string>__ZN8AppleRTC18setupDateTimeAlarmEPK11RTCDateTime</string>
<key>Comment</key>
<string>Disable RTC wake scheduling</string>
<key>Count</key>
<integer>1</integer>
<key>Enabled</key>
<false/>
<key>Find</key>
<data></data>
<key>Identifier</key>
<string>com.apple.driver.AppleRTC</string>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>19.0.0</string>
<key>Replace</key>
<data>ww==</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
Expand Down Expand Up @@ -2688,7 +2658,7 @@
<key>CustomPciSerialDevice</key>
<false/>
<key>CustomSMBIOSGuid</key>
<false/>
<true/>
<key>DisableIoMapper</key>
<false/>
<key>DisableIoMapperMapping</key>
Expand All @@ -2698,7 +2668,7 @@
<key>DisableRtcChecksum</key>
<false/>
<key>ExtendBTFeatureFlags</key>
<false/>
<true/>
<key>ExternalDiskIcons</key>
<false/>
<key>ForceAquantiaEthernet</key>
Expand Down Expand Up @@ -2731,7 +2701,7 @@
<key>FuzzyMatch</key>
<true/>
<key>KernelArch</key>
<string>Auto</string>
<string>x86_64</string>
<key>KernelCache</key>
<string>Auto</string>
</dict>
Expand Down Expand Up @@ -2776,11 +2746,11 @@
<key>Debug</key>
<dict>
<key>AppleDebug</key>
<true/>
<false/>
<key>ApplePanic</key>
<true/>
<false/>
<key>DisableWatchDog</key>
<true/>
<false/>
<key>DisplayDelay</key>
<integer>0</integer>
<key>DisplayLevel</key>
Expand All @@ -2801,7 +2771,7 @@
<key>ApECID</key>
<integer>0</integer>
<key>AuthRestart</key>
<false/>
<true/>
<key>BlacklistAppleUpdate</key>
<true/>
<key>DmgLoading</key>
Expand Down Expand Up @@ -2916,12 +2886,10 @@
</dict>
<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
<dict>
<key>revcpu</key>
<integer>1</integer>
<key>revcpuname</key>
<string>AMD Ryzen 5 4500U with Radeon Graphics</string>
<key>revblock</key>
<string>media</string>
<key>revpatch</key>
<string>sbvmm,cpuname</string>
<string>sbvmm</string>
<key>rtc-blacklist</key>
<data></data>
</dict>
Expand All @@ -2934,7 +2902,7 @@
<key>SystemAudioVolume</key>
<data>Rg==</data>
<key>boot-args</key>
<string>-lilubetaall debug=0x144 -amfipassbeta brcmfx-country=#a brcmfx-aspm bpr_probedelay=100 bpr_initialdelay=300 bpr_postresetdelay=300</string>
<string>debug=0x144 -lilubetaall -amfipassbeta -btlfxallowanyaddr brcmfx-country=#a brcmfx-aspm brcmfx-wowl brcmfx-delay=3000 bpr_probedelay=200 bpr_initialdelay=400 bpr_postresetdelay=400</string>
<key>csr-active-config</key>
<data>AwgAAA==</data>
<key>run-efi-updater</key>
Expand Down Expand Up @@ -3003,7 +2971,7 @@
<key>UpdateSMBIOS</key>
<true/>
<key>UpdateSMBIOSMode</key>
<string>Create</string>
<string>Custom</string>
<key>UseRawUuidEncoding</key>
<false/>
</dict>
Expand Down Expand Up @@ -3031,7 +2999,7 @@
<key>CustomDelays</key>
<false/>
<key>GraphicsInputMirroring</key>
<true/>
<false/>
<key>KeyInitialDelay</key>
<integer>0</integer>
<key>KeySubsequentDelay</key>
Expand Down Expand Up @@ -3094,6 +3062,18 @@
<key>Path</key>
<string>AudioDxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string>CrScreenshotDxe.efi</string>
<key>Enabled</key>
<true/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>CrScreenshotDxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
Expand Down Expand Up @@ -3130,6 +3110,18 @@
<key>Path</key>
<string>OpenCanopy.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string>OpenHfsPlus.efi</string>
<key>Enabled</key>
<true/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>OpenHfsPlus.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
Expand Down Expand Up @@ -3248,7 +3240,7 @@
<key>AppleSecureBoot</key>
<false/>
<key>AppleSmcIo</key>
<false/>
<true/>
<key>AppleUserInterfaceTheme</key>
<false/>
<key>DataHub</key>
Expand All @@ -3273,7 +3265,7 @@
<key>DisableSecurityPolicy</key>
<false/>
<key>EnableVectorAcceleration</key>
<false/>
<true/>
<key>EnableVmx</key>
<false/>
<key>ExitBootServicesDelay</key>
Expand Down

0 comments on commit e4141bc

Please sign in to comment.