summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2018-08-07 15:03:55 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2018-08-22 10:01:46 -0500
commit49f8a6f95c7d8956722117418e103745282c833d (patch)
tree75fb7da26cc314db63e26f4805b0c6fa2babeba5
parentc6fa1ddde0441c6c0d6129c8b97b25bd501afc90 (diff)
downloadblackbird-skeleton-49f8a6f95c7d8956722117418e103745282c833d.tar.gz
blackbird-skeleton-49f8a6f95c7d8956722117418e103745282c833d.zip
configs: Remove BootProgressSensor
The boot progress sensor has moved from the /org/openbmc/sensors path to /xyz/openbmc_project/state/host0. (Reference: the phosphor-ipmi-sensor-inventory%/config.yaml files under the openbmc/openbmc repository). Remove the deprecated sensor from the configs. Tested: Verified Witherspoon powered on to the Host OS and that the BootProgress property in the state manager path got updated to xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSStart. Change-Id: Ibe1393899135c7877d731afe27689ca707068a21 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 99c5edf..c6e0981 100644
--- a/configs/Barreleye.py
+++ b/configs/Barreleye.py
@@ -388,7 +388,6 @@ GPIO_CONFIGS = {
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
0x09 : { 'class' : 'BootCountSensor' },
- 0x05 : { 'class' : 'BootProgressSensor' },
0x32 : { 'class' : 'OperatingSystemStatusSensor' },
}
diff --git a/configs/Firestone.py b/configs/Firestone.py
index 65cf631..58bcbf6 100644
--- a/configs/Firestone.py
+++ b/configs/Firestone.py
@@ -376,7 +376,6 @@ GPIO_CONFIGS = {
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
0x5f : { 'class' : 'BootCountSensor' },
- 0x05 : { 'class' : 'BootProgressSensor' },
0xb5 : { 'class' : 'OperatingSystemStatusSensor' },
}
diff --git a/configs/Garrison.py b/configs/Garrison.py
index 3acac4b..6342d74 100644
--- a/configs/Garrison.py
+++ b/configs/Garrison.py
@@ -377,7 +377,6 @@ GPIO_CONFIGS = {
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
0x5f : { 'class' : 'BootCountSensor' },
- 0x05 : { 'class' : 'BootProgressSensor' },
0xb5 : { 'class' : 'OperatingSystemStatusSensor' },
}
diff --git a/configs/Lanyang.py b/configs/Lanyang.py
index fa7dc96..1507858 100644
--- a/configs/Lanyang.py
+++ b/configs/Lanyang.py
@@ -316,7 +316,6 @@ ID_LOOKUP = {
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
0x07 : { 'class' : 'BootCountSensor' },
- 0x03 : { 'class' : 'BootProgressSensor' },
0x02 : { 'class' : 'OperatingSystemStatusSensor' },
}
diff --git a/configs/Palmetto.py b/configs/Palmetto.py
index 1934a2f..37020c2 100644
--- a/configs/Palmetto.py
+++ b/configs/Palmetto.py
@@ -87,7 +87,6 @@ ID_LOOKUP = {
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
0x09 : { 'class' : 'BootCountSensor' },
- 0x05 : { 'class' : 'BootProgressSensor' },
0x32 : { 'class' : 'OperatingSystemStatusSensor' },
}
diff --git a/configs/Romulus.py b/configs/Romulus.py
index bd82dc1..c403f09 100644
--- a/configs/Romulus.py
+++ b/configs/Romulus.py
@@ -249,7 +249,6 @@ ID_LOOKUP = {
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
0x8b : { 'class' : 'BootCountSensor' },
- 0x02 : { 'class' : 'BootProgressSensor' },
0x91 : { 'class' : 'OperatingSystemStatusSensor' },
}
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py
index 0887586..3ab3554 100644
--- a/configs/Witherspoon.py
+++ b/configs/Witherspoon.py
@@ -301,7 +301,6 @@ ID_LOOKUP = {
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
0x07 : { 'class' : 'BootCountSensor' },
- 0x03 : { 'class' : 'BootProgressSensor' },
0x02 : { 'class' : 'OperatingSystemStatusSensor' },
# Garrison value is used, Not in P9 XML yet.
0x0b : { 'class' : 'PowerSupplyRedundancySensor'},
diff --git a/configs/Zaius.py b/configs/Zaius.py
index fa7dc96..1507858 100644
--- a/configs/Zaius.py
+++ b/configs/Zaius.py
@@ -316,7 +316,6 @@ ID_LOOKUP = {
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
0x07 : { 'class' : 'BootCountSensor' },
- 0x03 : { 'class' : 'BootProgressSensor' },
0x02 : { 'class' : 'OperatingSystemStatusSensor' },
}
OpenPOWER on IntegriCloud