summaryrefslogtreecommitdiffstats
path: root/configs/Palmetto.py
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2016-06-16 09:20:55 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2016-06-16 09:20:55 -0500
commit341c8c240f45210e539312f14431fef4bbe15227 (patch)
treeee0a2a3364d508db84cb98ba8b3479cf3d47fbb2 /configs/Palmetto.py
parentfd778826ce5725736d3cb907aaf7d73a611e88e7 (diff)
downloadtalos-skeleton-341c8c240f45210e539312f14431fef4bbe15227.tar.gz
talos-skeleton-341c8c240f45210e539312f14431fef4bbe15227.zip
Add checkstop gpio to Barreleye and Palmetto
Add checkstop gpio pin number and handling to Barreleye and Palmetto platforms. Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'configs/Palmetto.py')
-rw-r--r--configs/Palmetto.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/Palmetto.py b/configs/Palmetto.py
index bb4d6f2..bbe4afc 100644
--- a/configs/Palmetto.py
+++ b/configs/Palmetto.py
@@ -111,6 +111,12 @@ APPS = {
'monitor_process' : False,
'process_name' : 'button_power.exe',
},
+ 'host_checkstop' : {
+ 'system_state' : 'BMC_STARTING',
+ 'start_process' : False,
+ 'monitor_process' : False,
+ 'process_name' : 'host_checkstop.exe',
+ },
'led_control' : {
'system_state' : 'BMC_STARTING',
'start_process' : True,
@@ -287,6 +293,7 @@ GPIO_CONFIG['SLOT1_PRESENT'] = { 'gpio_pin': 'N4', 'direction': 'in' }
GPIO_CONFIG['SLOT2_PRESENT'] = { 'gpio_pin': 'N5', 'direction': 'in' }
GPIO_CONFIG['MEZZ0_PRESENT'] = { 'gpio_pin': 'O0', 'direction': 'in' }
GPIO_CONFIG['MEZZ1_PRESENT'] = { 'gpio_pin': 'O1', 'direction': 'in' }
+GPIO_CONFIG['CHECKSTOP'] = { 'gpio_pin': 'P5', 'direction': 'falling' }
def convertGpio(name):
name = name.upper()
OpenPOWER on IntegriCloud