[PATCH skeleton v5] Add support for checkstop gpio
OpenBMC Patches
openbmc-patches at stwcx.xyz
Wed Jun 15 02:50:51 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 (1):
Add support for checkstop gpio
Makefile | 2 +
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 | 204 +++++++++
8 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