docs: platform: update platform_requirements.md
authorYangjie Zhang <jay1273062855@outlook.com>
Thu, 28 Sep 2023 08:25:23 +0000 (16:25 +0800)
committerAnup Patel <anup@brainfault.org>
Fri, 6 Oct 2023 12:28:09 +0000 (17:58 +0530)
"Zicsr" isa extension has been separated from "I" extension.
This patch add the isa requirement of "Zicsr" extension in
platform requirements documentation.

Signed-off-by: Yangjie Zhang <jay1273062855@outlook.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
docs/platform_requirements.md

index 8735adba2a898f1ab5af86cf6511a37afb17e240..a843febf7adaf7bb8dc836beb56c8e1f53849763 100644 (file)
@@ -18,7 +18,7 @@ Base Platform Requirements
 
 The base RISC-V platform requirements for OpenSBI are as follows:
 
-1. At least rv32ima or rv64ima required on all HARTs
+1. At least rv32ima_zicsr or rv64ima_zicsr required on all HARTs
 2. At least one HART should have S-mode support because:
 
      * SBI calls are meant for RISC-V S-mode (Supervisor mode)
@@ -33,7 +33,7 @@ The base RISC-V platform requirements for OpenSBI are as follows:
 6. Hardware support for injecting M-mode software interrupts on
    a multi-HART platform
 
-The RISC-V extensions not covered by rv32ima or rv64ima are optional
+The RISC-V extensions not covered by rv32ima_zicsr or rv64ima_zicsr are optional
 for OpenSBI. Although, OpenSBI will detect and handle some of these
 optional RISC-V extensions at runtime.