Initial commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
#The gpio 73 is a real gpio, which is used to
|
||||
#store the sas cable 0 present signal
|
||||
INVENTORY=/system/chassis/cable/ss_cab0_prsnt
|
||||
DEVPATH=/dev/input/event0
|
||||
KEY=73
|
||||
NAME=ss_cab0_prsnt
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#The gpio 72 is a real gpio, which is used to
|
||||
#store the sas cable 1 present signal
|
||||
INVENTORY=/system/chassis/cable/ss_cab1_prsnt
|
||||
DEVPATH=/dev/input/event0
|
||||
KEY=72
|
||||
NAME=ss_cab1_prsnt
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#The gpio 146 is a real gpio, which is used to
|
||||
#store the PWRGD_P12V_ALL_FANS signal
|
||||
INVENTORY=/system/chassis/entity/fans_efuse_pg
|
||||
DEVPATH=/dev/input/event0
|
||||
KEY=146
|
||||
NAME=fans_efuse_pg
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#The gpio 88 is a real gpio, which is used to
|
||||
#store the PWRGD_P12V_ALL_SLOTS signal
|
||||
INVENTORY=/system/chassis/entity/pwrgd_p12v_slots
|
||||
DEVPATH=/dev/input/event0
|
||||
KEY=88
|
||||
NAME=pwrgd_p12v_slots
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#The gpio 71 is a real gpio, which is used to
|
||||
#store the sas cable 2 present signal
|
||||
INVENTORY=/system/chassis/cable/ss_cab2_prsnt
|
||||
DEVPATH=/dev/input/event0
|
||||
KEY=71
|
||||
NAME=ss_cab2_prsnt
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#The gpio 70 is a real gpio, which is used to
|
||||
#store the sas cable 3 present signal
|
||||
INVENTORY=/system/chassis/cable/ss_cab3_prsnt
|
||||
DEVPATH=/dev/input/event0
|
||||
KEY=70
|
||||
NAME=ss_cab3_prsnt
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#The gpio 57 is a real gpio, which is used to
|
||||
#store the HSBP cable present signal
|
||||
INVENTORY=/system/chassis/cable/hsbp_cab_prsnt
|
||||
DEVPATH=/dev/input/event0
|
||||
KEY=57
|
||||
NAME=hsbp_cab_prsnt
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#The gpio 58 is a real gpio, which is used to
|
||||
#store the fan board cable present signal
|
||||
INVENTORY=/system/chassis/cable/fanbd_cab_prsnt
|
||||
DEVPATH=/dev/input/event0
|
||||
KEY=58
|
||||
NAME=fanbd_cab_prsnt
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#The gpio 69 is a real gpio, which is used to
|
||||
#store the HSBP 12V standby cable present signal
|
||||
INVENTORY=/system/chassis/cable/bp12v_cab_prsnt
|
||||
DEVPATH=/dev/input/event0
|
||||
KEY=69
|
||||
NAME=bp12v_cab_prsnt
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#The gpio 5 is a real gpio, which is used to
|
||||
#store the SATA0 present signal
|
||||
INVENTORY=/system/chassis/entity/sata0_prsnt
|
||||
DEVPATH=/dev/input/event0
|
||||
KEY=5
|
||||
NAME=sata0_prsnt
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#The gpio 120 is a real gpio, which is used to
|
||||
#store the PE0 present signal
|
||||
INVENTORY=/system/chassis/entity/pe_slot0_prsnt
|
||||
DEVPATH=/dev/input/event0
|
||||
KEY=120
|
||||
NAME=pe_slot0_prsnt
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#The gpio 121 is a real gpio, which is used to
|
||||
#store the PE1 present signal
|
||||
INVENTORY=/system/chassis/entity/pe_slot1_prsnt
|
||||
DEVPATH=/dev/input/event0
|
||||
KEY=121
|
||||
NAME=pe_slot1_prsnt
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Phosphor GPIO %I Presence
|
||||
Wants=mapper-wait@-xyz-openbmc_project-inventory.service
|
||||
After=mapper-wait@-xyz-openbmc_project-inventory.service
|
||||
ConditionPathExists=/etc/default/obmc/gpio/gpios-%i.conf
|
||||
StartLimitBurst=10
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
EnvironmentFile=/etc/default/obmc/gpio/gpios-%i.conf
|
||||
ExecStart=/usr/bin/phosphor-gpio-presence --path=${DEVPATH} --inventory=${INVENTORY} --key=${KEY} --name=${NAME} --drivers=${DRIVERS} --extra-ifaces=${EXTRA_IFACES}
|
||||
|
||||
[Install]
|
||||
RequiredBy=multi-user.target
|
||||
Reference in New Issue
Block a user