Releases: trulyspinach/SMCAMDProcessor
Releases · trulyspinach/SMCAMDProcessor
0.3.4
KEXT
- SMC keys now registered correctly, again.
- Fixes some issues preventing the reading of OEM board information.
AMD Power Gadget
- Finally have an icon.
Known issues
- GraphView might not display as rounded corner on older version of macOS
- Some sensor data will not show up in iStat depending on SMBios type. Refer to #10
- Instructions retired might not includes instructions from hyper threaded cores. This is due to some bug in underlying dependences.
- Motherboard data may still failed to read on some system causes AMD Power Tool to displays it as unknown.
0.3.3
KEXT
- Introduced a new method for authorizing user process to perform dangerous changes.
- Fixes temperature offset problem on some processor.
AMD Power Tool
- Applying changes in PState Editor no longer require root user. A confirmation will be prompted by kernel when AMD Power Tool was launched by a normal user. You can still use boot-arg
-amdpnopchk
to disable this check.
Known issues
- GraphView might not display as rounded corner on older version of macOS
- Some sensor data will not show up in iStat depending on SMBios type. Refer to #10
- Instructions retired might not includes instructions from hyper threaded cores. This is due to some bug in underlying dependences.
- Motherboard data may failed to read on some system causes AMD Power Tool to displays it as unknown.
0.3.2
KEXT
- Added support for reading OEM board information.
AMD Power Tool
- More system configurations, such as motherboard name, now displays in Overview tab.
- PStateDef can now be saved as file and imported from a file using PState Editor
Known issues
- GraphView might not display as rounded corner on older version of macOS
- Some sensor data will not show up in iStat depending on SMBios type. Refer to #10
- Instructions retired might not includes instructions from hyper threaded cores. This is due to some bug in underlying dependences.
0.3.1
KEXT
- Effective frequency calculated now have better accuracy(+/- 50MHz).
- Added support for writing PStateDef.
AMD Power Tool
- PState Editor is now available.
Known issues
- GraphView might not display as rounded corner on older version of macOS
- Some sensor data will not show up in iStat depending on SMBios type. Refer to #10
- Instructions retired might not includes instructions from hyper threaded cores. This is due to some bug in underlying dependences.
- System might panic when invalid PState are provided during apply.
AMD Power Tool
This new release contains important changes.
Please read carefully before you proceed.
KEXT
- Started a new versioning system.
- Performance Optimization
- CPU frequency data is no longer read from MSR:0xC0010293. A more accuracy algorithm for effective frequency is used instead.
- Added support for reading PStateDef created by EFI BIOS.
- Added support for setting processor PState.
- Added support for controlling Core Performance Boost.
- Added support for passive power management.
AMD Power Tool
- New module in AMD Power Gadget featuring basic configurations of AMD Processor.
- Please refer to README for more details before you start using AMD Power Tool.
AMD Power Gadget
- Redesigned menu bar items.
Known issues
- GraphView might not display as rounded corner on older version of macOS
- Some sensor data will not show up in iStat depending on SMBios type. Refer to #10
- Instructions retired might not includes instructions from hyper threaded cores. This is due to some bug in underlying dependences.
0.2.2
KEXT
- Add support for macOS 10.13
AMD Power Gadget
- Add support for macOS 10.13
- Minor adjustments in GraphView
- App now correctly display as dark theme even when system has light mode enabled.
Known issues
- GraphView might not display as rounded corner on older version of macOS
- Some sensor data will not show up in iStat depending on SMBios type. Refer to #10
0.2.1
-
Fixes temperature sensor value offset on Zen 1 processors.
-
Add support for macOS 10.13
There have been a lot of cases where the extension refused to load, I've been working on a fix. -
Fixes a problem that cause AMD Power Gadget to crash on system with 32 or more than 32 cores.
AMD Power Gadget
Now introducing "AMD Power Gadget". Just like the Intel one!
Release note
- Add AMD Power Gadget, which need the latest Kext to work.
- MSR_HARDWARE_PSTATE_STATUS_perCore now contains float value of frequency instead of raw MSR value.