mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 08:35:56 +03:00
[PR #538] [MERGED] Added CoffeeLake, ApolloLake and Ryzen Support #1305
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#1305
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hirschmann/nbfc/pull/538
Author: @dan-and
Created: 8/15/2018
Status: ✅ Merged
Merged: 8/20/2018
Merged by: @hirschmann
Base:
master← Head:master📝 Commits (10+)
c87a1d7Added Ryzen Support2aec5bbadded ThreadAffinity to Ring080c6006build fix0862f81Merge branch 'master' of https://github.com/dan-and/nbfcd4fa381added OperatingSystem Detectiond270f78Merge branch 'master' of https://github.com/dan-and/nbfcac353bdAdded HP Envy 13 X360 13-ag0xxx Ryzen Silent-Fan7717ab0Update HP Envy X360 13 AMD, Add HP Envy X360 15 Intel77bb5feAligned travis CI778a805removed RdmsrTX📊 Changes
12 files changed (+624 additions, -17 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
Core/Plugins/OpenHardwareMonitor/Hardware/CPU/AMD10CPU.cs(+20 -3)➕
Core/Plugins/OpenHardwareMonitor/Hardware/CPU/AMD17CPU.cs(+491 -0)📝
Core/Plugins/OpenHardwareMonitor/Hardware/CPU/CPUGroup.cs(+3 -0)📝
Core/Plugins/OpenHardwareMonitor/Hardware/CPU/CPUID.cs(+23 -3)📝
Core/Plugins/OpenHardwareMonitor/Hardware/CPU/IntelCPU.cs(+22 -7)📝
Core/Plugins/OpenHardwareMonitor/Hardware/Ring0.cs(+4 -0)📝
Core/Plugins/OpenHardwareMonitor/OpenHardwareMonitorLib.csproj(+3 -1)➕
Core/Plugins/OpenHardwareMonitor/Software/OperatingSystem.cs(+37 -0)📝
Windows/Setup/NbfcSetup/Configs.wxs(+18 -0)📝
build.ps1(+1 -1)📝
build.sh(+1 -1)📄 Description
Hi,
I aligned the modifications to the Intel and AMD CPU code with the LibreHardwareMonitor project to your plugin code to support CoffeeLake, ApolloLake and (the long awaiting) AMD Ryzen Support
Fixes: Issue #484 , Issue #504 and partly #409
We double checked the Ryzen Support on a HP Envy X360 13-ag0700ng ( AMD Ryzen 2500U ). Temperature and Fanspeeds are nicely detected.
Also the NBFC Service does not crash when it is installed on a AMD Ryzen board anymore.
One Note: I have changed the Build scripts to Clean and Build instead of just building the Package. Hope that is not a problem for you.
It would be great if you could add this to your NBFC
Cheers,
Daniel
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.