summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-phosphor
diff options
context:
space:
mode:
authorDhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>2017-08-24 03:53:21 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-08-25 12:12:07 +0000
commit37481d6cb9481488eea80b2f0535447ad5369446 (patch)
tree07a5f58130dff8f2cb3afaef12815a7c347464dc /meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-phosphor
parent584688552491e1c73fe3b83f85b7b67816fab480 (diff)
downloadtalos-openbmc-37481d6cb9481488eea80b2f0535447ad5369446.tar.gz
talos-openbmc-37481d6cb9481488eea80b2f0535447ad5369446.zip
Add updated sensor config.yaml for non mrw systems
Added boot count, boot progress and os status Change-Id: I6cbc4e9698d34007f846eabb8bbb23d1ea79bf8d Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-phosphor')
-rwxr-xr-xmeta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml66
1 files changed, 64 insertions, 2 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml b/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml
index 9bf925509..7f0321168 100755
--- a/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml
+++ b/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml
@@ -1,5 +1,67 @@
+0x05:
+ interfaces:
+ xyz.openbmc_project.State.Boot.Progress:
+ BootProgress:
+ 0x00:
+ set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified
+ type: string
+ 0x01:
+ set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.MemoryInit
+ type: string
+ 0x03:
+ set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.SecondaryProcInit
+ type: string
+ 0x13:
+ set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSStart
+ type: string
+ 0x14:
+ set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.MotherboardInit
+ type: string
+ path: /xyz/openbmc_project/state/host0
+ readingType: eventdata2
+ sensorReadingType: 0x6F
+ sensorType: 0x0F
+ serviceInterface: org.freedesktop.DBus.Properties
+0x32:
+ interfaces:
+ xyz.openbmc_project.State.OperatingSystem.Status:
+ OperatingSystemState:
+ 0x01:
+ assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.CBoot
+ type: string
+ 0x02:
+ assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.PXEBoot
+ type: string
+ 0x03:
+ assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.DiagBoot
+ type: string
+ 0x04:
+ assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.CDROMBoot
+ type: string
+ 0x05:
+ assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.ROMBoot
+ type: string
+ 0x06:
+ assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.BootComplete
+ type: string
+ path: /xyz/openbmc_project/state/host0
+ readingType: assertion
+ sensorReadingType: 0x6F
+ sensorType: 0x1F
+ serviceInterface: org.freedesktop.DBus.Properties
+0x09:
+ interfaces:
+ xyz.openbmc_project.Control.Boot.RebootAttempts:
+ AttemptsLeft:
+ 0xFF:
+ type: uint32_t
+ path: /xyz/openbmc_project/state/host0
+ readingType: readingAssertion
+ sensorReadingType: 0x6F
+ sensorType: 0xC3
+ serviceInterface: org.freedesktop.DBus.Properties
0x08:
- sensorType: 0x09
+ sensorType: 0x07
path: /org/open_power/control/occ0
sensorReadingType: 0x09
serviceInterface: org.freedesktop.DBus.Properties
@@ -16,7 +78,7 @@
deassert: false
type: bool
0x0A:
- sensorType: 0x09
+ sensorType: 0x07
path: /org/open_power/control/occ1
sensorReadingType: 0x09
serviceInterface: org.freedesktop.DBus.Properties
OpenPOWER on IntegriCloud