summaryrefslogtreecommitdiff
path: root/meta-inspur/meta-fp5280g2/recipes-phosphor/configuration/fp5280g2-yaml-config/fp5280g2-ipmi-sensors.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-09-07meta-inspur: fp5280g2: Add Item.CpuCore interface for Cpu coreGeorge Liu1-0/+48
Add xyz.openbmc_project.Inventory.Item.CpuCore interfaces to all processor cores. Tested: busctl introspect xyz.openbmc_project.Inventory.Manager /xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2 NAME TYPE SIGNATURE RESULT/VALUE FLAGS org.freedesktop.DBus.Introspectable interface - - - .Introspect method - s - org.freedesktop.DBus.Peer interface - - - .GetMachineId method - s - .Ping method - - - org.freedesktop.DBus.Properties interface - - - .Get method ss v - .GetAll method s a{sv} - .Set method ssv - - .PropertiesChanged signal sa{sv}as - - xyz.openbmc_project.Association.Definitions interface - - - .Associations property a(sss) 1 "sensors" "inventory" "/xyz/openbmc_p… emits-change writable xyz.openbmc_project.Inventory.Item interface - - - .Present property b true emits-change writable .PrettyName property s "" emits-change writable xyz.openbmc_project.Inventory.Item.CpuCore interface - - - xyz.openbmc_project.State.Decorator.OperationalStatus interface - - - .Functional property b true emits-change writable Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ia7acfbf8b0a90f7b97cb7df090a7469815a6434d
2020-10-27Use correct type for Dbus sensor interface in IPMI sensors YAML filesKonstantin Aladyshev1-101/+101
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-inspur rev: 608bb59eb418c6918135651895e2b994c715126d) Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I4610bc0b6dcff78b31c8ae7973da82aac85a456f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-08-06fp5280g2: Add ipmi configs for psuGeorge Liu1-1/+169
Tested: Manually verified sensor and sel are corrected on fp5280g2 for psu via ipmitool commands. (From meta-inspur rev: 74822749ef5e8a7197658af3eb1715cd85255d6d) Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I0a0fe8d837be3817b6dc7048d35ffda7892e62c7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04fp5280g2: Add ipmi yaml configsGeorge Liu1-0/+4175
Add ipmi configs for fp5280g2, by adding the following specific configs for fp5280g2 to replace the default ones. openpower-ipmi-oem phosphor-ipmi-host phosphor-ipmi-fru Tested: Manually verified sensor, fru and sel are corrected on fp5280g2 via ipmitool commands. (From meta-inspur rev: 0adbf56907286b14f34b25335cc84815189cf128) Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I67995cba5793d4f6a45b9912bc7e03d2ce5d8759 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>