From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rPNkr2263zDqGD for ; Wed, 8 Jun 2016 06:41:07 +1000 (AEST) Received: from localhost (172.110.7.206 [172.110.7.206]) by mx.zohomail.com with SMTPS id 1465332055864314.32288286047697; Tue, 7 Jun 2016 13:40:55 -0700 (PDT) From: OpenBMC Patches To: openbmc@lists.ozlabs.org Subject: [PATCH skeleton v2] Add support for checkstop gpio Date: Tue, 7 Jun 2016 15:40:53 -0500 Message-Id: <20160607204054.6509-1-openbmc-patches@stwcx.xyz> X-Mailer: git-send-email 2.8.3 X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2016 20:41:09 -0000 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 --- This change is [Reviewable](https://reviewable.io/reviews/openbmc/skeleton/96) 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