Editing Thermal
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
Relative: see also [[Cooling]], [[Thermal]], [[Syscon Thermal | Relative: see also [[Cooling]], [[Thermal]], [[Syscon Thermal Config]] | ||
<div style="float:right">[[File:CellBE-heatdistribution.jpg|200px|thumb|left|[[CELL BE]] heatdistribution (on die)]]</div> | <div style="float:right">[[File:CellBE-heatdistribution.jpg|200px|thumb|left|[[CELL BE]] heatdistribution (on die)]]</div> | ||
Line 308: | Line 308: | ||
*The high/first byte can be converted to celsius degress by a direct decimal conversion, eg: 0xA=10ºC | *The high/first byte can be converted to celsius degress by a direct decimal conversion, eg: 0xA=10ºC | ||
*The low/second byte can be converted from the hex value to a fraction of 1 celsius degre with the formula (decimal*100)/256. And the resulting value will be rounded following the tables below, eg 0x80 = (128*100)/256 = 50 (half a celsius degree, in other words 0.5ºC). This rounding depends of how is configured the "resolution" of the low/second byte and varyes per PS3 model | *The low/second byte can be converted from the hex value to a fraction of 1 celsius degre with the formula (decimal*100)/256. And the resulting value will be rounded following the tables below, eg 0x80 = (128*100)/256 = 50 (half a celsius degree, in other words 0.5ºC). This rounding depends of how is configured the "resolution" of the low/second byte and varyes per PS3 model | ||
*Inside the [[Syscon Thermal | *Inside the [[Syscon Thermal Config]] the temperature values for "TempU" and "TempD" are in little endian for [[Sherwood]], and big endian for [[Mullion]]. The other temperatures ("trp", "tshutdown" and "hyst") are in big endian for all syscon models | ||
*The temperature monitors of [[COK-001]] motherboard have the temperature data format (low/second byte) configured to use a '''0.0625°C resolution''', eg: the highest temperature that can be represented is 127.9375ºC with the bytes 0x7F 0xF0 | *The temperature monitors of [[COK-001]] motherboard have the temperature data format (low/second byte) configured to use a '''0.0625°C resolution''', eg: the highest temperature that can be represented is 127.9375ºC with the bytes 0x7F 0xF0 | ||
*The temperature monitors of [[DYN-001]] motherboard have the temperature data format (low/second byte) configured to use a '''0.25°C resolution''', eg: the highest temperature that can be represented is 127.75ºC with the bytes 0x7F 0xC0 | *The temperature monitors of [[DYN-001]] motherboard have the temperature data format (low/second byte) configured to use a '''0.25°C resolution''', eg: the highest temperature that can be represented is 127.75ºC with the bytes 0x7F 0xC0 |