summaryrefslogtreecommitdiffstats
path: root/pyiplledmonitor/ipl_status_led_monitor.py
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-03-26 04:08:42 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-05-04 01:21:02 -0500
commit349bc67f5305e1dce0d2856ad055feaee62e89db (patch)
treed3d0cbdb79014ded7bb62d8d11dc35ccad3c991c /pyiplledmonitor/ipl_status_led_monitor.py
parentc2cfa9e178fc642804cfb6f0c0cede7f61c6a603 (diff)
downloadtalos-skeleton-349bc67f5305e1dce0d2856ad055feaee62e89db.tar.gz
talos-skeleton-349bc67f5305e1dce0d2856ad055feaee62e89db.zip
Defer IPL completion notice until skiroot kernel has loaded
Fix up general handling of IPL observation
Diffstat (limited to 'pyiplledmonitor/ipl_status_led_monitor.py')
-rw-r--r--pyiplledmonitor/ipl_status_led_monitor.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyiplledmonitor/ipl_status_led_monitor.py b/pyiplledmonitor/ipl_status_led_monitor.py
index 555e26b..be4b784 100644
--- a/pyiplledmonitor/ipl_status_led_monitor.py
+++ b/pyiplledmonitor/ipl_status_led_monitor.py
@@ -199,7 +199,8 @@ class IPLStatusLEDMonitor(DbusProperties, DbusObjectManager):
'19': 10,
'20': 11,
'21': 11,
- '22': 12
+ '22': 12,
+ '23': 12
}.get(self.current_ipl_istep_major, 0)
self.IPLLEDWriteI2CByte(0x10, 0x80 + led_code)
except:
OpenPOWER on IntegriCloud