From patchwork Thu Jul 23 19:49:49 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vipin K Parashar X-Patchwork-Id: 499506 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id F3C5C140D19 for ; Fri, 24 Jul 2015 05:51:01 +1000 (AEST) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id DA4541A0BC4 for ; Fri, 24 Jul 2015 05:51:01 +1000 (AEST) X-Original-To: skiboot@lists.ozlabs.org Delivered-To: skiboot@lists.ozlabs.org Received: from e23smtp06.au.ibm.com (e23smtp06.au.ibm.com [202.81.31.148]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id EA0001A0BF9 for ; Fri, 24 Jul 2015 05:50:51 +1000 (AEST) Received: from /spool/local by e23smtp06.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 24 Jul 2015 05:50:51 +1000 Received: from d23dlp01.au.ibm.com (202.81.31.203) by e23smtp06.au.ibm.com (202.81.31.212) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 24 Jul 2015 05:50:50 +1000 X-Helo: d23dlp01.au.ibm.com X-MailFrom: vipin@linux.vnet.ibm.com X-RcptTo: skiboot@lists.ozlabs.org Received: from d23relay06.au.ibm.com (d23relay06.au.ibm.com [9.185.63.219]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id D045C2CE804E for ; Fri, 24 Jul 2015 05:50:49 +1000 (EST) Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay06.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t6NJofkf59965676 for ; Fri, 24 Jul 2015 05:50:49 +1000 Received: from d23av04.au.ibm.com (localhost [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t6NJoHr7003454 for ; Fri, 24 Jul 2015 05:50:17 +1000 Received: from localhost.in.ibm.com ([9.79.217.109]) by d23av04.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id t6NJo8Xb003047; Fri, 24 Jul 2015 05:50:16 +1000 From: Vipin K Parashar To: skiboot@lists.ozlabs.org Date: Fri, 24 Jul 2015 01:19:49 +0530 Message-Id: <1437680989-12126-3-git-send-email-vipin@linux.vnet.ibm.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1437680989-12126-1-git-send-email-vipin@linux.vnet.ibm.com> References: <1437680989-12126-1-git-send-email-vipin@linux.vnet.ibm.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15072319-0021-0000-0000-000001974CD0 Subject: [Skiboot] [PATCH v2 2/2] doc/opal-api: Add OPAL_TRIGGER_XSTOP OPAL call description X-BeenThere: skiboot@lists.ozlabs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Mailing list for skiboot development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: skiboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Skiboot" This patch adds doc/opal-api/opal-trigger-xstop-116.txt file to add description for OPAL_TRIGGER_XSTOP OPAL call. Signed-off-by: Vipin K Parashar --- doc/opal-api/opal-trigger-xstop-116.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/opal-api/opal-trigger-xstop-116.txt diff --git a/doc/opal-api/opal-trigger-xstop-116.txt b/doc/opal-api/opal-trigger-xstop-116.txt new file mode 100644 index 0000000..f4b8a50 --- /dev/null +++ b/doc/opal-api/opal-trigger-xstop-116.txt @@ -0,0 +1,16 @@ +OPAL_TRIGGER_XSTOP +------------------ + +This OPAL call is used to invoke xstop. No input parameters +are required by this call. + +Syntax: +int64_t opal_trigger_xstop(void) + +Input parameters: +None + +Return values: +OPAL_UNSUPPORTED - Support unavailable. + +Machine enters xstop state upon completion of this call.