All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH skeleton v2] Add support for checkstop gpio
@ 2016-06-07 20:40 OpenBMC Patches
  2016-06-07 20:40 ` OpenBMC Patches
  0 siblings, 1 reply; 2+ messages in thread
From: OpenBMC Patches @ 2016-06-07 20:40 UTC (permalink / raw)
  To: openbmc

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@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                     |   4 +-
 bin/Barreleye.py             |   7 +
 bin/Palmetto.py              |   7 +
 bin/chassis_control.py       |   5 +
 interfaces/openbmc_intf.c    | 875 +++++++++++++++++++++++++++++++++++++++++--
 interfaces/openbmc_intf.h    | 124 +++++-
 objects/host_checkstop_obj.c | 165 ++++++++
 xml/openbmc_intf.xml         |   2 +
 8 files changed, 1154 insertions(+), 35 deletions(-)
 create mode 100644 objects/host_checkstop_obj.c

-- 
2.8.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-07 20:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-07 20:40 [PATCH skeleton v2] Add support for checkstop gpio OpenBMC Patches
2016-06-07 20:40 ` OpenBMC Patches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.