summaryrefslogtreecommitdiff
path: root/meta-lenovo/meta-hr855xg2/recipes-phosphor/configuration/hr855xg2-yaml-config/hr855xg2-ipmi-sensors.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-10-22meta-lenovo: remove unusable hr630 and hr855xg2 machinesPatrick Williams1-1739/+0
This machine is unbuildable and has not been updated in the requisite 2 months per https://lore.kernel.org/openbmc/YRUW7cazmCjW8VpP@heinlein/, so it is being deleted. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I280dea863b89a22c9ca96f888c0a2b0d209e2093
2020-11-12Remove 'scale' parameter from the sensor interface in IPMI sensors YAML filesKonstantin Aladyshev1-87/+0
Support for the Scale property on the sensor Value interface was dropped in the phosphor-hwmon commit ecac0ae208cfc437 ("Fixes for when sensor value is a double"). (From meta-lenovo rev: 95fc122925c1370e9fe5bb7785ef76ea727d8d12) Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I874cbaf58382eb4d71c863959037a3dbca6955a9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12Use correct type for Dbus sensor interface in IPMI sensors YAML filesKonstantin Aladyshev1-35/+35
Dbus sensor interface 'xyz.openbmc_project.Sensor.Value' migrated from int to double. Therefore all old 'int64_t' types in "*-ipmi-sensor*.yaml" files for this interface should be changed to 'double'. (From meta-lenovo rev: 5151dc21b034d829cfd310c778bdb03b1ce3c9e2) Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I3cf17b60c0faf77639f50ce8f26f5004c2ccc25b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-09meta-lenovo: hr855xg2: new YAML dependency schemeLisa Liu1-0/+1826
Move YAML file of ipmi fru, sensors and led to configuration folder to create simpler scheme for hr855xg2 platform, for all the IPMI virtuals and PREFERRED_PROVIDERS in meta-phosphor are in the process of being deprecated. (From meta-lenovo rev: 6f4d757420bf82b9a7805a7c318e356d13f6bf6d) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: Ic203c00bbd47b5a058995dc8328749909d72b41e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>