summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Sensor
Commit message (Collapse)AuthorAgeFilesLines
* Add frequency sensor to YAML04-16-2019Raptor Engineering Development Team2019-04-191-0/+4
|
* Change metadata on Critical high/low sensor errorsMatt Spinler2018-02-271-2/+2
| | | | | | | | | | | | | | | | Feedback from the field shows it would be useful to have information about the sensors that are too high or low in the metadata rather than the type. This is a free format metadata string field so that the code that creates this error can put in whatever metadata it thinks is necessary, ideally including information about the sensor(s) in question. Tested: Built repository Change-Id: I6f790a314d132bfbdc45c90a13f9c3831163c2f1 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Add MaxValue and MinValue interface to SensorsJames Feist2018-02-141-0/+8
| | | | | | | | | | To be able to correctly tell an error has occurred, as well as to be able to dynamically create sensor scaling factors the MaxValue and MinValue interface need to be added. This commit adds these to the interface. Change-Id: I8f0abfa3446350329c38210beb540faddc0a65a0 Signed-off-by: James Feist <james.feist@linux.intel.com>
* sensor.value: update property documentationPatrick Venture2017-11-171-1/+2
| | | | | | | | | The Scale and Unit fields are immutable, they can't change for a sensor. This is to enable pre-configuring the Scale or Unit in the phosphor-host-ipmid YAML. Change-Id: I36d0567a04687146defc70d2e4dcd3444653f4fe Signed-off-by: Patrick Venture <venture@google.com>
* Add Threshold Critical ErrorsGunnar Mills2017-08-222-0/+17
| | | | | | | Added Sensor Threshold CriticalHigh and CriticalLow errors. Change-Id: Ie29a39ed5c58e51a38c33952e582de1b35811247 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add Sensor interface device calloutMatthew Barth2017-03-272-0/+6
| | | | | | | | Callout the device associated to a Sensor interface when a read failure occurs Change-Id: If4953d4f1dc88a9a78ad9fab5c0fdd201b98ec91 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
* Add High/Low alarm properties to sensor thresholdsBrad Bishop2017-01-052-10/+26
| | | | | | | Eliminate the need to discover which threshold has been exceeded. Change-Id: Ib3f85789287e227e6601a6ae1e276fd9e6ccf44d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Sensors: Add additional namespacesBrad Bishop2017-01-053-0/+23
| | | | | | | Add the current, power and energy namespaces. Change-Id: I0c8d54e8b0910534dab77faedb25ae9cd1339102 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add initial sensor interfacesBrad Bishop2016-11-213-0/+115
xyz.openbmc_project.Sensor.Value xyz.openbmc_project.Sensor.Threshold.Warning xyz.openbmc_project.Sensor.Threshold.Critical Change-Id: Ib3e993d0b2e87387993d7b6c1c8b1a47e71b5af1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud