Andrew Geissler | b790d77 | 2015-03-01 21:21:35 -0600 | [diff] [blame] | 1 | From e929e3bdbabad39c4c21ed220b0be7078afe0ef7 Mon Sep 17 00:00:00 2001 |
| 2 | From: Bill Hoffa <wghoffa@us.ibm.com> |
| 3 | Date: Sun, 1 Mar 2015 18:38:45 -0600 |
| 4 | Subject: [PATCH 3/4] Update DIMM_TEMP Sensor Enum |
| 5 | |
| 6 | Change-Id: Ia850e56b85f13b4b421525541f547bde03cb4cbc |
| 7 | RTC:124867 |
| 8 | (cherry picked from commit e9ad83fc6a2f0cc32826291c20d731337ba76f42) |
| 9 | --- |
| 10 | .../common/xmltohb/attribute_types_hb.xml | 2 +- |
| 11 | 1 files changed, 1 insertions(+), 1 deletions(-) |
| 12 | |
| 13 | diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml |
| 14 | index 74fb492..3c00c33 100644 |
| 15 | --- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml |
| 16 | +++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml |
| 17 | @@ -917,7 +917,7 @@ |
| 18 | </enumerator> |
| 19 | <enumerator> |
| 20 | <name>DIMM_TEMP</name> |
| 21 | - <value>0x01C0</value> |
| 22 | + <value>0x0120</value> |
| 23 | </enumerator> |
| 24 | <enumerator> |
| 25 | <name>CORE_TEMP</name> |
| 26 | -- |
| 27 | 1.7.4.1 |
| 28 | |