summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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