[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171120195000.2070-1-palmer@sifive.com>
Date: Mon, 20 Nov 2017 11:50:00 -0800
From: Palmer Dabbelt <palmer@...ive.com>
To: mark.rutland@....com, robh+dt@...nel.org,
devicetree@...r.kernel.org
Cc: patches@...ups.riscv.org, linux-kernel@...r.kernel.org,
Palmer Dabbelt <palmer@...ive.com>,
nathan=20Neusch=C3=A4fer?= <j.neuschaefer@....net>
Subject: [PATCH] dt-bindings: Add a RISC-V SBI firmware node
The RISC-V privileged ISA mandates the presence of an SBI, but there's
no reason not to put it in the device tree. This would allow us to
possibly remove the SBI later.
CC: Jonathan Neuschäfer <j.neuschaefer@....net>
Signed-off-by: Palmer Dabbelt <palmer@...ive.com>
---
.../devicetree/bindings/firmware/riscv.sbi.txt | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 Documentation/devicetree/bindings/firmware/riscv.sbi.txt
diff --git a/Documentation/devicetree/bindings/firmware/riscv.sbi.txt b/Documentation/devicetree/bindings/firmware/riscv.sbi.txt
new file mode 100644
index 000000000000..42384d5d52cf
--- /dev/null
+++ b/Documentation/devicetree/bindings/firmware/riscv.sbi.txt
@@ -0,0 +1,20 @@
+RISC-V Supervisor Binary Interface (SBI)
+
+The RISC-V privileged ISA specification mandates the presence of a supervisor
+binary interface that performs some operations which might otherwise require
+particularly complicated instructions. This interface includes
+inter-processor interrupts, TLB flushes, i-cache and TLB shootdowns, a
+console, and power management.
+
+Required properties:
+- compatible: must contain one of the following
+ * "riscv,sbi" for the SBI defined by the privileged specification of the
+ system.
+
+Example:
+
+firmware {
+ sbi {
+ compatible = "riscv,sbi";
+ };
+};
--
2.13.6
Powered by blists - more mailing lists