Skip to content

Tags: intel/CommsPowerManagement

Tags

pwr-v0.2.2

Toggle pwr-v0.2.2's commit message
pwr.py: relax checks when uncore sysfs not available

min max checks cannot be performed when there is no uncore driver
available as there is no initial min/max value to compare against.
Just validate against what's writable to the MSRs.

Signed-off-by: David Hunt <[email protected]>

sst_bf_1.2

Toggle sst_bf_1.2's commit message
tag after bugfix in sst_bf.py

sstbf_1.2

Toggle sstbf_1.2's commit message
add tag for latest sst_bf.py

pwr-v0.2.1

Toggle pwr-v0.2.1's commit message
pwr: version 0.2.1

Signed-off-by: Anatoly Burakov <[email protected]>

pwr-v0.2.0

Toggle pwr-v0.2.0's commit message
pwr: prevent setuptools from generating an egg/zip file

Currently, when pwr library is installed from its source directory
using the python setuptools infrastructure, it is installed as an
.egg file by default. This is OK for running, but makes it harder to
debug the library when using applications. Since Python debugger doesn't
appear to allow loading source reference paths, use this workaround to
ease the pain of debugging the library.

Signed-off-by: Anatoly Burakov <[email protected]>

v1.2n

Toggle v1.2n's commit message
Updated to clarify options in the script.

0.1

Toggle 0.1's commit message
pwr: create a proper installable library

Signed-off-by: Anatoly Burakov <[email protected]>