aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-05-20 14:36:56 +0000
committerGitHub2021-05-20 14:36:56 +0000
commitcd677b2677ba9e55ac30f0afa9205e7cd931798b (patch)
tree8bab7d8d16d543943e3fbcf2dbcbb3f1629fef2b
parent25a3bb8ff1079f26111a20598a1328cc2a5f9d6d (diff)
Update README.mdv0.1.13
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6b73d5..8f00b45 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Zenpower
+# Zenpower3
Zenpower3 is a Linux kernel driver for reading temperature, voltage(SVI2), current(SVI2) and power(SVI2) for AMD Zen family CPUs, now with Zen 3 support!
Make sure that your Linux kernel have support for your CPUs as Zenpower is using kernel function `amd_smn_read` to read values from SMN. A fallback method (which may or may not work!) will be used when it is detected that kernel function `amd_smn_read` lacks support for your CPU.