summaryrefslogtreecommitdiffstats
path: root/configs/Barreleye.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/Barreleye.py')
-rw-r--r--configs/Barreleye.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/Barreleye.py b/configs/Barreleye.py
index c23f657..7b74179 100644
--- a/configs/Barreleye.py
+++ b/configs/Barreleye.py
@@ -154,6 +154,12 @@ APPS = {
'monitor_process' : True,
'process_name' : 'button_reset.exe',
},
+ 'host_checkstop' : {
+ 'system_state' : 'BMC_STARTING',
+ 'start_process' : True,
+ 'monitor_process' : True,
+ 'process_name' : 'host_checkstop.exe',
+ },
'led_control' : {
'system_state' : 'BMC_STARTING',
'start_process' : True,
@@ -561,6 +567,7 @@ GPIO_CONFIG['CPLD_TCK'] = { 'gpio_pin': 'P0', 'direction': 'out' }
GPIO_CONFIG['CPLD_TDO'] = { 'gpio_pin': 'P1', 'direction': 'out' }
GPIO_CONFIG['CPLD_TDI'] = { 'gpio_pin': 'P2', 'direction': 'out' }
GPIO_CONFIG['CPLD_TMS'] = { 'gpio_pin': 'P3', 'direction': 'out' }
+GPIO_CONFIG['CHECKSTOP'] = { 'gpio_pin': 'P5', 'direction': 'falling' }
GPIO_CONFIG['SLOT0_RISER_PRESENT'] = { 'gpio_pin': 'N0', 'direction': 'in' }
GPIO_CONFIG['SLOT1_RISER_PRESENT'] = { 'gpio_pin': 'N1', 'direction': 'in' }
OpenPOWER on IntegriCloud