From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Date: Thu, 01 May 2014 11:16:52 +0000 Subject: Re: [lm-sensors] New field in MSR_TEMPERATURE_TARGET Message-Id: <53622D24.5050804@roeck-us.net> List-Id: References: <20140501120744.1cddd118@endymion.delvare> In-Reply-To: <20140501120744.1cddd118@endymion.delvare> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lm-sensors@vger.kernel.org On 05/01/2014 03:07 AM, Jean Delvare wrote: > 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? > See: arch/x86/kernel/cpu/perf_event_intel.c: case 55: /* Atom 22nm "Silvermont" */ arch/x86/kernel/cpu/perf_event_intel.c: case 77: /* Avoton "Silvermont" */ Coretemp returns pretty much unusable temperatures on those CPUs (way too low). I thought it is the usual accuracy problem with Atom CPUs, but maybe not. I'll see if I can get hold of one and test this out; maybe that is the reason. Guenter _______________________________________________ lm-sensors mailing list lm-sensors@lm-sensors.org http://lists.lm-sensors.org/mailman/listinfo/lm-sensors