From d22fb5eecb77dd55d93882f98ae38a19d2a23b95 Mon Sep 17 00:00:00 2001 From: Leonardo Bras Date: Mon, 6 Apr 2020 16:36:09 -0300 Subject: [PATCH] RTAS: XIVE Exploitation addition: Add ESB Reset Status to RTAS ibm,read-slot-reset-state2 Issue: (04/29/2019 06:45:01 PM) XIVE Exploitation addition: Add ESB Reset Status to RTAS ibm,read-slot-reset-state2 Signed-off-by: Leonardo Bras --- RTAS/ch_rtas_call_defn.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/RTAS/ch_rtas_call_defn.xml b/RTAS/ch_rtas_call_defn.xml index f34d14b..186c4b3 100644 --- a/RTAS/ch_rtas_call_defn.xml +++ b/RTAS/ch_rtas_call_defn.xml @@ -14108,7 +14108,14 @@ PE Reset State is a value of 2. This is a 32-bit field with bit significance, as follows:   - Bits 0:27 - Reserved + Bits 0:26 - Reserved +   + Bit 27 - XIVE ESB Reset Status (valid for XIVE Exploitation mode only) + Bit 27 = 0: XIVE ESBs for this PE were not reset as a result of the + platform transition for PE Reset State of 2. + Bit 27 = 1: XIVE ESBs for this PE were reset as a result of the + platform transition for PE Reset State of 2. The ESB state for each + interrupt must be reinitialized prior to recovering the device.   Bits 28:29 - PE platform reset type. Only valid when bit 31 of this field is a value of 1.