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>
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 @@
# 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 @@
# 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 @@
# 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 @@
# 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 @@
# 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 @@
# 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 @@
# 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 @@
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
0x07 : { 'class' : 'BootCountSensor' },
- 0x03 : { 'class' : 'BootProgressSensor' },
0x02 : { 'class' : 'OperatingSystemStatusSensor' },
}