You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Changelog.md
+3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
CPUFriend Changelog
2
2
===================
3
+
#### v1.2.0
4
+
- Dropped broken AppleIntelMCEReporter prevention support
5
+
3
6
#### v1.1.9
4
7
- Unified release archive names
5
8
- Added support for prevention of AppleIntelMCEReporter, details can be found [here](https://github.com/acidanthera/bugtracker/issues/424#issuecomment-512596034)
Copy file name to clipboardexpand all lines: Instructions.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ Add `-cpufbeta` to enable CPUFriend on unsupported OS versions.
17
17
18
18
#### Technical background
19
19
- Function `configResourceCallback()` from `ACPI_SMC_PlatformPlugin` or `X86PlatformPlugin` is hooked for CPU power management data customization, nothing will be handled without data received from user.
20
-
- Function `AppleIntelMCEReporter::probe()` is hooked for prevention of AppleIntelMCEReporter, enabled mandatorily at the moment.
21
20
22
21
#### Configuration
23
22
Use `Tools/ResourceConverter.sh` to generate a working copy of either `CPUFriendDataProvider.kext` (Convenience preferred) or `ssdt_data.dsl` (Performance preferred).
@@ -32,7 +31,7 @@ Where there is another SSDT generated by [ssdtPRGen.sh](https://github.com/Piker
32
31
33
32
NOTE:
34
33
- The created kext/ssdt is located in the current working directory that can be revealed with `pwd`.
35
-
-`file` should be a ***complete plist*** from `Recources` inside `ACPI_SMC_PlatformPlugin` or `X86PlatformPlugin`***with certain modifications*** (Otherwise why is CPUFriend even required other than the prevention of AppleIntelMCEReporter?) instead of something like a raw `FrequencyVectors` entry.
34
+
-`file` should be a ***complete plist*** from `Recources` inside `ACPI_SMC_PlatformPlugin` or `X86PlatformPlugin`***with certain modifications*** (Otherwise why is CPUFriend even required?) instead of something like a raw `FrequencyVectors` entry.
36
35
37
36
#### Data Combination
38
37
1. Generate a correct copy of `ssdt_data.dsl` with `./ResourceConverter.sh --acpi /path/to/file`.
A [Lilu](https://github.com/vit9696/Lilu) plug-in for dynamic power management data injection and prevention of AppleIntelMCEReporter, details can be found [here](https://github.com/acidanthera/bugtracker/issues/424#issuecomment-512596034).
6
+
A [Lilu](https://github.com/vit9696/Lilu) plug-in for dynamic power management data injection.
7
7
8
8
#### Notes
9
9
This repository should be compiled with latest [Lilu](https://github.com/vit9696/Lilu), otherwise the compilation will fail!
0 commit comments