summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2019-04-19 21:54:07 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-04-27 08:06:38 +0000
commit8ef7900a4b592011fa3d4a06ac12a797a115d152 (patch)
treeffa8c0c4e065ace8fb8b650cf958cd16c371e8a6
parent4a630ad8d4b7697f3a3323d1b58dcd2faf8f532d (diff)
downloadblackbird-openbmc-8ef7900a4b592011fa3d4a06ac12a797a115d152.tar.gz
blackbird-openbmc-8ef7900a4b592011fa3d4a06ac12a797a115d152.zip
Move reboot attempts / OS status IPMI sensors out of CPU temperature space
-rwxr-xr-xmeta-rcs/meta-talos/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml84
1 files changed, 42 insertions, 42 deletions
diff --git a/meta-rcs/meta-talos/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml b/meta-rcs/meta-talos/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml
index 69faf9dee..db62dd2f5 100755
--- a/meta-rcs/meta-talos/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml
+++ b/meta-rcs/meta-talos/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml
@@ -65,6 +65,48 @@
assert: true
deassert: false
type: bool
+0x05:
+ sensorType: 0xC3
+ path: /xyz/openbmc_project/state/host0
+ sensorReadingType: 0x6F
+ serviceInterface: org.freedesktop.DBus.Properties
+ readingType: readingAssertion
+ mutability: Mutability::Write|Mutability::Read
+ interfaces:
+ xyz.openbmc_project.Control.Boot.RebootAttempts:
+ AttemptsLeft:
+ Offsets:
+ 0xFF:
+ type: uint32_t
+0x07:
+ sensorType: 0x1F
+ path: /xyz/openbmc_project/state/host0
+ sensorReadingType: 0x6F
+ serviceInterface: org.freedesktop.DBus.Properties
+ readingType: assertion
+ mutability: Mutability::Write|Mutability::Read
+ interfaces:
+ xyz.openbmc_project.State.OperatingSystem.Status:
+ OperatingSystemState:
+ Offsets:
+ 0x02:
+ assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.PXEBoot
+ type: string
+ 0x06:
+ assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.BootComplete
+ type: string
+ 0x04:
+ assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.CDROMBoot
+ type: string
+ 0x01:
+ assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.CBoot
+ type: string
+ 0x03:
+ assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.DiagBoot
+ type: string
+ 0x05:
+ assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.ROMBoot
+ type: string
0x08:
sensorType: 0x07
path: /system/chassis/motherboard/cpu0
@@ -1895,45 +1937,3 @@
deassert: false
type: bool
skipOn: deassert
-0x8B:
- sensorType: 0xC3
- path: /xyz/openbmc_project/state/host0
- sensorReadingType: 0x6F
- serviceInterface: org.freedesktop.DBus.Properties
- readingType: readingAssertion
- mutability: Mutability::Write|Mutability::Read
- interfaces:
- xyz.openbmc_project.Control.Boot.RebootAttempts:
- AttemptsLeft:
- Offsets:
- 0xFF:
- type: uint32_t
-0x91:
- sensorType: 0x1F
- path: /xyz/openbmc_project/state/host0
- sensorReadingType: 0x6F
- serviceInterface: org.freedesktop.DBus.Properties
- readingType: assertion
- mutability: Mutability::Write|Mutability::Read
- interfaces:
- xyz.openbmc_project.State.OperatingSystem.Status:
- OperatingSystemState:
- Offsets:
- 0x02:
- assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.PXEBoot
- type: string
- 0x06:
- assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.BootComplete
- type: string
- 0x04:
- assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.CDROMBoot
- type: string
- 0x01:
- assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.CBoot
- type: string
- 0x03:
- assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.DiagBoot
- type: string
- 0x05:
- assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.ROMBoot
- type: string
OpenPOWER on IntegriCloud