summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config
AgeCommit message (Collapse)AuthorFilesLines
2020-10-29Use correct type for Dbus sensor interface in IPMI sensors YAML filesKonstantin Aladyshev1-5/+5
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-phosphor rev: ade38f11fda08fe426ba8ece743421cf8b63c098) Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I1cec719689e37fab98232d4d03f94c13d73bb03d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-14Revert "Revert "Accelerator interface for sensorinventory items""Santosh Puranik1-0/+1
This reverts commit 7fb0c049d3a290c8f9d7f7c9690cdef9a97b3c52. Restore function reverted by 7fb0c049d3a290c8f9d7f7c9690cdef9a97b3c52, swift build issue has now been resolved. (From meta-phosphor rev: 7106ecfbc78b7ab9aba84dfa3319455cdc833903) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: Iec14a8efc79f9094e6c37e0b1489e4e9ab9406c9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-30Revert "Accelerator interface for sensorinventory items"Adriana Kobylak1-1/+0
This reverts commit f510f7b6b708b22db1f08faf369994f01edd0ddc. The change causes a compilation error when building the swift machine, reverting until a fix is submitted. Tested: Built swift successfully. (From meta-phosphor rev: 7fb0c049d3a290c8f9d7f7c9690cdef9a97b3c52) Change-Id: I690ff08d233ff9e654cfc6fbf1b466f39b447360 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-23Accelerator interface for sensorinventory itemsSantosh Puranik1-0/+1
This commit adds the xyz.openbmc_project.inventory.Item.Accelerator interface to GPU inventory items. This is needed so that the inventory DBUS objects can be queried based on the interface they implement (using the mapper). Changes made to merge_yamls script to support interfaces that contain no properties. This will need a corresponding change in the phosphor-host-ipmi repo to support empty DBUS interfaces. https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-host-ipmid/+/21106 Tested: Verified that the merged YAML file containing sensor config information has now an empty interface xyz.openbmc_project.Inventory.Item.Accelerator for the GV100 GPU sensors. (From meta-phosphor rev: f510f7b6b708b22db1f08faf369994f01edd0ddc) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: I213c4af2e5b09b8a9cd5d37409f37fc7c075a013 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-07ipmi-sensor: Add power supply derating factorAdriana Kobylak1-0/+11
Add the power supply derating factor sensor to the ipmi yaml file. This sensor was currently hardcoded in the /org/openbmc/sensors path but that is being deprecated in favor of having the sensors defined in the ipmi yaml config files. Tested: With this change the get sensor command was successful. (From meta-phosphor rev: 8605fa1ad9512fdc2bea2a3f5ad3be9b2828f9ee) Change-Id: Ie221521e91b47639cb9d24eb23ab2b8bf774d110 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-06ipmi-sensor: Add power supply redundancyAdriana Kobylak1-0/+17
Add the power supply redundancy sensor to the ipmi yaml file. This D-Bus object already exists in the Settings app. Tested: Verifed that the generated phosphor-ipmi-host sensor.yaml file contained the new sensor. Removed the legacy sensor from the /org/openbmc path and powered on a Witherspoon to the Host OS without errors. (From meta-phosphor rev: 46adbb00b0b672789bd8fc47bee82e46c5880956) Change-Id: Id8a2494848d6b13710d0f6365438086ce1a42513 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop1-0/+328
Adopt a more conventional directory hierarchy. meta-phosphor is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b) Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>