diff options
author | Ondrej Čerman | 2019-07-31 19:49:06 +0200 |
---|---|---|
committer | Ondrej Čerman | 2019-07-31 19:49:06 +0200 |
commit | d577d3b9b445e46ffc7fa5f49c38f3e4c1ddaf0e (patch) | |
tree | 5ac1f737b1193afe5ac55c7d2e4107202d77fa93 | |
parent | 2baf858092d673e7784374a4ff853c007798012a (diff) |
Updated readme
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ # Zenpower Zenpower is Linux kernel driver for reading temperature, voltage(SVI2), current(SVI2) and power(SVI2) for AMD Zen family CPUs. +Make sure that your Linux kernel have support for your CPUs as Zenpower is using kernel calls to read values from SMN. +For AMD family 17h Model 70h (Ryzen 3000) CPUs you need kernel with this patch: https://patchwork.kernel.org/patch/11043277/ + ## Installation You can install this module via dkms. |