diff options
author | Richard Knight <rjknight@us.ibm.com> | 2014-11-10 14:29:36 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-12-13 10:23:45 -0600 |
commit | 6442105c625774bfac33a57fe6b76c18bcb5665b (patch) | |
tree | 932956e904d9d5fd3d75287df5d3dbac757e546b /src/usr/targeting/common | |
parent | 85351118f1aa6d7cacca6b1085b1d965eeb492c4 (diff) | |
download | talos-hostboot-6442105c625774bfac33a57fe6b76c18bcb5665b.tar.gz talos-hostboot-6442105c625774bfac33a57fe6b76c18bcb5665b.zip |
Pass IPMI sensor numbers in dev tree
Pass sensor numbers and type info
to OPAL through the device tree.
Change-Id: Ia375ae29ea5fbbddcfbb3a9834be1caf7ed78e0a
RTC:109702
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14451
Tested-by: Jenkins Server
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Brian Silver <bsilver@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common')
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 33ea22772..d8fea448b 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -533,6 +533,20 @@ ID for the sensor number returned with the elog. --> <readable/> </attribute> +<enumerationType> + <id>IPMI_SENSOR_ARRAY</id> + <description>Enumeration defining the offsets into the + IPMI_SENSORS array.</description> + <enumerator> + <name>NAME_OFFSET</name> + <value>0x00</value> + </enumerator> + <enumerator> + <name>NUMBER_OFFSET</name> + <value>0x01</value> + </enumerator> +</enumerationType> + <attribute> <id>SCRATCH_UINT8_1</id> <description>Scratch attribute that can be used for dev/test</description> |