All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] New field in MSR_TEMPERATURE_TARGET
@ 2014-05-01 10:07 Jean Delvare
  2014-05-01 11:16 ` Guenter Roeck
  2014-05-03 20:32 ` Rudolf Marek
  0 siblings, 2 replies; 3+ messages in thread
From: Jean Delvare @ 2014-05-01 10:07 UTC (permalink / raw)
  To: lm-sensors

Hi Guenter and Ruik,

While checking the latest version of the Intel 64 and IA-32
Architectures Software Developer's Manual [1] in order to fix the recent
regression in the coretemp driver (and the same bug in the turbotstat
tool), I noticed that the most recent Intel processors (Silvermont
Microarchitecture) have a new field in MSR_TEMPERATURE_TARGET:

Bits 29:24
Target Offset (R/W)
Specifies an offset in degrees C to adjust the throttling and
PROCHOT# activation temperature from the default target
specified in TEMPERATURE_TARGET (bits 23:16).

As I understand it, it means two things:

1* We may be returning wrong tempN_crit values for these processors as
the coretemp driver currently does not read this field. Note that it
isn't clear to me if the field holds a signed or unsigned value. If
unsigned, it would mean that one can only set TjMax higher than it's
default value.

2* On these CPUs, we could make tempN_crit writable by the user. I
don't know if it is a good idea, what do you think about it? It could
be argued that this value should be set at boot time by the firmware,
I'm not sure.

If we want to do it, we will need a way to identify Silvermont CPUs so
that we don't make the attributes writable when the Target Offset field
does not exist. Does anyone know how we can identify these CPUs?

[1] http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-system-programming-manual-325384.pdf

-- 
Jean Delvare
SUSE L3 Support

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-03 20:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-01 10:07 [lm-sensors] New field in MSR_TEMPERATURE_TARGET Jean Delvare
2014-05-01 11:16 ` Guenter Roeck
2014-05-03 20:32 ` Rudolf Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.