[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240612043255.1849007-2-potin.lai.pt@gmail.com>
Date: Wed, 12 Jun 2024 12:32:54 +0800
From: Potin Lai <potin.lai.pt@...il.com>
To: Corey Minyard <minyard@....org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Quan Nguyen <quan@...amperecomputing.com>
Cc: openipmi-developer@...ts.sourceforge.net,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Patrick Williams <patrick@...cx.xyz>,
Cosmo Chou <cosmo.chou@...ntatw.com>,
Potin Lai <potin.lai@...ntatw.com>,
Potin Lai <potin.lai.pt@...il.com>
Subject: [PATCH 1/2] bindings: ipmi: Add property for skipping SBMR boot progress response
In ARM Server Base Manageability Requirements (SBMR) document, Callers can
choose to not read back Response Data after sending the command "Send Boot
Progress Code".
Define "arm-sbmr,skip-bootprogress-response" property for skipping the
response of "Send Boot Progress Code" from userspace.
Signed-off-by: Potin Lai <potin.lai.pt@...il.com>
---
Documentation/devicetree/bindings/ipmi/ssif-bmc.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/ipmi/ssif-bmc.yaml b/Documentation/devicetree/bindings/ipmi/ssif-bmc.yaml
index 02b662d780bbb..b21e958efc184 100644
--- a/Documentation/devicetree/bindings/ipmi/ssif-bmc.yaml
+++ b/Documentation/devicetree/bindings/ipmi/ssif-bmc.yaml
@@ -19,6 +19,11 @@ properties:
reg:
maxItems: 1
+ arm-sbmr,skip-bootprogress-response:
+ type: boolean
+ description:
+ Skipping ARM SBMR “Send Boot Progress Code” response.
+
required:
- compatible
- reg
--
2.31.1
Powered by blists - more mailing lists