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: README.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,28 @@
1
1
SMCAMDProcessor
2
2
========
3
3
4
-
AMD Processor system monitoring plugin for [VirtualSMC](https://github.com/acidanthera/VirtualSMC).
4
+
AMD Processor power management and system monitoring plugin for [VirtualSMC](https://github.com/acidanthera/VirtualSMC).
5
5
6
6
7
7
Please note that this release is at very initial stage of development, make sure you have a proper backup of your EFI folder and never run on any system that matters.
8
8
9
+
9
10
### Now with AMD Power Tool
10
11
<imgsrc="imgs/all.png"width="80%">
11
12
13
+
## Passive Power Mangagement
14
+
This options serves as a temporary solution to CPU power management due to no active solution are currently available. Comparing to a true active power managment implementation, this option works in a passive way which results in less sensitivity, accuracy and a slow down in performance.
15
+
16
+
I have been exploring possibilities for implementing a real active power management solution for AMD 17h platform. From what it looks like currently it is definitly possible. I will keep updating here with my latest progress.
17
+
12
18
<imgsrc="imgs/ani.gif"width="100%">
13
19
14
20
15
21
## Features
22
+
* Passive CPU power management.
16
23
* Supports for reading of temperature, energy and clock data on AMD 17h Processors.
24
+
* Manual switching of processor speed with AMD Power Tool.
25
+
17
26
18
27
## Tested Processors
19
28
* Ryzen 9 3900X
@@ -24,6 +33,21 @@ Please note that this release is at very initial stage of development, make sure
24
33
25
34
<imgsrc="imgs/iStats.png"width="40%">
26
35
36
+
## What's Coming?
37
+
38
+
* PState Editing, a direct editing of PState definition may open up possibilities overclocking in macOS.
39
+
* Active Power Management.
40
+
41
+
42
+
## Contribution
43
+
#### If you want to support this project, please:
44
+
45
+
* Give it a star! 😄
46
+
* Feel free to open up an issue if it works for you and not listed on supported processors.
47
+
* or if something breaks, please also open an issue.
48
+
49
+
* If you like to help with some coding, feel free to submit any pull request or just DM me on Discord.
50
+
27
51
## Credits
28
52
*[necross2](https://github.com/necross2) for adding support to temperature sensor offset.
0 commit comments