All of lore.kernel.org
 help / color / mirror / Atom feed
From: OpenBMC Patches <openbmc-patches@stwcx.xyz>
To: openbmc@lists.ozlabs.org
Subject: [PATCH skeleton v2] Add support for checkstop gpio
Date: Tue,  7 Jun 2016 15:40:53 -0500	[thread overview]
Message-ID: <20160607204054.6509-1-openbmc-patches@stwcx.xyz> (raw)

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

             reply	other threads:[~2016-06-07 20:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-07 20:40 OpenBMC Patches [this message]
2016-06-07 20:40 ` [PATCH skeleton v2] Add support for checkstop gpio OpenBMC Patches

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160607204054.6509-1-openbmc-patches@stwcx.xyz \
    --to=openbmc-patches@stwcx.xyz \
    --cc=openbmc@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.