summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2018-08-08 14:17:56 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2018-08-22 10:01:46 -0500
commit3e0eb91127b1af9f2073d0753e1c07d5a78c1e87 (patch)
tree5beb61ed42aa236ed326e69224c486bd10341633
parent13e17c523ffb257faac73aac6d967f5df0c456e0 (diff)
downloadtalos-skeleton-3e0eb91127b1af9f2073d0753e1c07d5a78c1e87.tar.gz
talos-skeleton-3e0eb91127b1af9f2073d0753e1c07d5a78c1e87.zip
configs: Remove BootCountSensor
The BootCountSensor has moved from the /org/openbmc/sensors path to /xyz/openbmc_project/state/host0. Remove it as it's deprecated. Tested: Verified that the "AttemptsLeft" host property where the BootSensor value now resides had the default value of 3 and was decremented when the Host didn't boot. Then on a successful boot this value was set back to 3. As a confirmation note that the BootCount sensor was no longer used, it never changed values. Change-Id: I4627c73774c42bec0046eb4d229a001cef32291b Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
-rw-r--r--configs/Barreleye.py1
-rw-r--r--configs/Firestone.py1
-rw-r--r--configs/Garrison.py1
-rw-r--r--configs/Lanyang.py1
-rw-r--r--configs/Palmetto.py1
-rw-r--r--configs/Romulus.py1
-rw-r--r--configs/Witherspoon.py1
-rw-r--r--configs/Zaius.py1
8 files changed, 0 insertions, 8 deletions
diff --git a/configs/Barreleye.py b/configs/Barreleye.py
index 3a8f6fd..5762a69 100644
--- a/configs/Barreleye.py
+++ b/configs/Barreleye.py
@@ -387,7 +387,6 @@ GPIO_CONFIGS = {
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x09 : { 'class' : 'BootCountSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Firestone.py b/configs/Firestone.py
index 249fa34..7edc60d 100644
--- a/configs/Firestone.py
+++ b/configs/Firestone.py
@@ -375,7 +375,6 @@ GPIO_CONFIGS = {
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x5f : { 'class' : 'BootCountSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Garrison.py b/configs/Garrison.py
index 0e668ce..aff1964 100644
--- a/configs/Garrison.py
+++ b/configs/Garrison.py
@@ -376,7 +376,6 @@ GPIO_CONFIGS = {
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x5f : { 'class' : 'BootCountSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Lanyang.py b/configs/Lanyang.py
index 1832ff3..fcabc1f 100644
--- a/configs/Lanyang.py
+++ b/configs/Lanyang.py
@@ -315,7 +315,6 @@ ID_LOOKUP = {
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x07 : { 'class' : 'BootCountSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Palmetto.py b/configs/Palmetto.py
index 3a15011..b750530 100644
--- a/configs/Palmetto.py
+++ b/configs/Palmetto.py
@@ -86,7 +86,6 @@ ID_LOOKUP = {
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x09 : { 'class' : 'BootCountSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Romulus.py b/configs/Romulus.py
index 9c66ca4..4460d74 100644
--- a/configs/Romulus.py
+++ b/configs/Romulus.py
@@ -248,7 +248,6 @@ ID_LOOKUP = {
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x8b : { 'class' : 'BootCountSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py
index 9416ecd..818a76d 100644
--- a/configs/Witherspoon.py
+++ b/configs/Witherspoon.py
@@ -300,7 +300,6 @@ ID_LOOKUP = {
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x07 : { 'class' : 'BootCountSensor' },
# Garrison value is used, Not in P9 XML yet.
0x0b : { 'class' : 'PowerSupplyRedundancySensor'},
0xda : { 'class' : 'TurboAllowedSensor' },
diff --git a/configs/Zaius.py b/configs/Zaius.py
index 1832ff3..fcabc1f 100644
--- a/configs/Zaius.py
+++ b/configs/Zaius.py
@@ -315,7 +315,6 @@ ID_LOOKUP = {
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x07 : { 'class' : 'BootCountSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud