diff --git a/OPENCORE/EFI/OC/Kexts/SMCAMDProcessor.kext/Contents/Info.plist b/OPENCORE/EFI/OC/Kexts/SMCAMDProcessor.kext/Contents/Info.plist new file mode 100644 index 0000000..7a57668 --- /dev/null +++ b/OPENCORE/EFI/OC/Kexts/SMCAMDProcessor.kext/Contents/Info.plist @@ -0,0 +1,87 @@ + + + + + BuildMachineOSBuild + 20G80 + CFBundleDevelopmentRegion + en + CFBundleExecutable + SMCAMDProcessor + CFBundleIdentifier + wtf.spinach.SMCAMDProcessor + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + SMCAMDProcessor + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.0 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 12E507 + DTPlatformName + macosx + DTPlatformVersion + 11.3 + DTSDKBuild + 20E214 + DTSDKName + macosx11.3 + DTXcode + 1251 + DTXcodeBuild + 12E507 + IOKitPersonalities + + wtf.spinach.SMCAMDProcessor + + CFBundleIdentifier + wtf.spinach.SMCAMDProcessor + IOClass + SMCAMDProcessor + IOMatchCategory + SMCAMDProcessor + IOProviderClass + AMDRyzenCPUPowerManagement + + + LSMinimumSystemVersion + 10.13 + NSHumanReadableCopyright + Copyright © 2020 trulyspinach. All rights reserved. + OSBundleLibraries + + as.vit9696.Lilu + 1.3.9 + as.vit9696.VirtualSMC + 1.0.0 + com.apple.iokit.IOPCIFamily + 2.9 + com.apple.kec.Libm + 1.0 + com.apple.kpi.bsd + 12.0.0 + com.apple.kpi.dsep + 12.0.0 + com.apple.kpi.iokit + 12.0.0 + com.apple.kpi.libkern + 12.0.0 + com.apple.kpi.mach + 12.0.0 + com.apple.kpi.unsupported + 12.0.0 + wtf.spinach.AMDRyzenCPUPowerManagement + 0.6 + + + diff --git a/OPENCORE/EFI/OC/Kexts/SMCAMDProcessor.kext/Contents/MacOS/SMCAMDProcessor b/OPENCORE/EFI/OC/Kexts/SMCAMDProcessor.kext/Contents/MacOS/SMCAMDProcessor new file mode 100755 index 0000000..68a8116 Binary files /dev/null and b/OPENCORE/EFI/OC/Kexts/SMCAMDProcessor.kext/Contents/MacOS/SMCAMDProcessor differ diff --git a/OPENCORE/EFI/OC/Kexts/SMCAMDProcessor.kext/Contents/_CodeSignature/CodeResources b/OPENCORE/EFI/OC/Kexts/SMCAMDProcessor.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..d5d0fd7 --- /dev/null +++ b/OPENCORE/EFI/OC/Kexts/SMCAMDProcessor.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,115 @@ + + + + + files + + files2 + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/OPENCORE/EFI/OC/config.plist b/OPENCORE/EFI/OC/config.plist index be90b43..d44a1ca 100644 --- a/OPENCORE/EFI/OC/config.plist +++ b/OPENCORE/EFI/OC/config.plist @@ -1061,6 +1061,24 @@ PlistPath Contents/Info.plist + + Arch + Any + BundlePath + SMCAMDProcessor.kext + Comment + SMCAMDProcessor.kext + Enabled + + ExecutablePath + Contents/MacOS/SMCAMDProcessor + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + Block