diff options
author | Ramkumar Ramachandra <artagnon@gmail.com> | 2014-05-13 06:41:39 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-05-16 18:36:36 -0400 |
commit | db262ea4152a45bb35dd4e87e13bb234e0543a77 (patch) | |
tree | aa46a3a44872a804972f93ccaa0a1b88ba961eed /tools/power/cpupower | |
parent | a504c028c96b738d1579b0bfe73782f80d8696f6 (diff) |
cpupower: Remove dead link to homepage, and update the targets built.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/power/cpupower')
-rw-r--r-- | tools/power/cpupower/README | 16 | ||||
-rw-r--r-- | tools/power/cpupower/ToDo | 1 |
2 files changed, 7 insertions, 10 deletions
diff --git a/tools/power/cpupower/README b/tools/power/cpupower/README index 96ff1ff9ae97..1c68f47663b2 100644 --- a/tools/power/cpupower/README +++ b/tools/power/cpupower/README | |||
@@ -1,6 +1,4 @@ | |||
1 | The cpupower package (homepage: | 1 | The cpupower package consists of the following elements: |
2 | http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html ) | ||
3 | consists of the following elements: | ||
4 | 2 | ||
5 | requirements | 3 | requirements |
6 | ------------ | 4 | ------------ |
@@ -28,12 +26,12 @@ make | |||
28 | su | 26 | su |
29 | make install | 27 | make install |
30 | 28 | ||
31 | should suffice on most systems. It builds default libcpupower, | 29 | should suffice on most systems. It builds libcpupower to put in |
32 | cpufreq-set and cpufreq-info files and installs them in /usr/lib and | 30 | /usr/lib; cpupower, cpufreq-bench_plot.sh to put in /usr/bin; and |
33 | /usr/bin, respectively. If you want to set up the paths differently and/or | 31 | cpufreq-bench to put in /usr/sbin. If you want to set up the paths |
34 | want to configure the package to your specific needs, you need to open | 32 | differently and/or want to configure the package to your specific |
35 | "Makefile" with an editor of your choice and edit the block marked | 33 | needs, you need to open "Makefile" with an editor of your choice and |
36 | CONFIGURATION. | 34 | edit the block marked CONFIGURATION. |
37 | 35 | ||
38 | 36 | ||
39 | THANKS | 37 | THANKS |
diff --git a/tools/power/cpupower/ToDo b/tools/power/cpupower/ToDo index 874b78b586ee..6e8b89f282e6 100644 --- a/tools/power/cpupower/ToDo +++ b/tools/power/cpupower/ToDo | |||
@@ -3,7 +3,6 @@ ToDos sorted by priority: | |||
3 | - Use bitmask functions to parse CPU topology more robust | 3 | - Use bitmask functions to parse CPU topology more robust |
4 | (current implementation has issues on AMD) | 4 | (current implementation has issues on AMD) |
5 | - Try to read out boost states and frequencies on Intel | 5 | - Try to read out boost states and frequencies on Intel |
6 | - Adjust README | ||
7 | - Somewhere saw the ability to read power consumption of | 6 | - Somewhere saw the ability to read power consumption of |
8 | RAM from HW on Intel SandyBridge -> another monitor? | 7 | RAM from HW on Intel SandyBridge -> another monitor? |
9 | - Add another c1e debug idle monitor | 8 | - Add another c1e debug idle monitor |