[PATCH skeleton v7 0/6] Add support for checkstop gpio
OpenBMC Patches
openbmc-patches at stwcx.xyz
Fri Jun 17 00:40:50 AEST 2016
Add checkstop gpio, and trigger a host reboot when an interrupt
is detected and the system state is host booted.
Signed-off-by: Adriana Kobylak <anoo at us.ibm.com>
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/openbmc/skeleton/96)
<!-- Reviewable:end -->
https://github.com/openbmc/skeleton/pull/96
Adriana Kobylak (6):
Add handling for checkstop gpio
Add gdbus interface for checkstop gpio
Autogenerated gdbus files for checkstop gpio
Add checkstop gpio to Barreleye and Palmetto
Add gpio checkstop handling to Makefile
Fix gpioutil tool
Makefile | 1 +
configs/Barreleye.py | 7 +
configs/Palmetto.py | 7 +
gdbus/interfaces/openbmc_intf.c | 875 +++++++++++++++++++++++++++++++++++--
gdbus/interfaces/openbmc_intf.h | 124 +++++-
gdbus/xml/openbmc_intf.xml | 2 +
hostcheckstop/Makefile | 3 +
hostcheckstop/host_checkstop_obj.c | 202 +++++++++
pytools/gpioutil | 3 +
9 files changed, 1190 insertions(+), 34 deletions(-)
create mode 100644 hostcheckstop/Makefile
create mode 100644 hostcheckstop/host_checkstop_obj.c
--
2.8.4
More information about the openbmc
mailing list