summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2021-02-12 09:28:50 +0300
committerAnup Patel <anup@brainfault.org>2021-03-03 11:24:44 +0300
commitb9cf617a9f15168e109a9c95989093b36b4f0135 (patch)
tree43e864336092285e3dc788f544a4fbc2baf0ad83
parent74756891cc3524084add9879d451cd67bf446bd7 (diff)
downloadopensbi-b9cf617a9f15168e109a9c95989093b36b4f0135.tar.xz
include: sbi: Upgrade SBI implementation version to v0.3
The OpenSBI SBI implementation is now compliant with latest draft SBI v0.3 specification so let's upgrade SBI implementation version. This will also help HSM suspend function detection in S-mode because HSM suspend function is only present when HSM extension is present and SBI implementation version is 0.3 (or higher). Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
-rw-r--r--include/sbi/sbi_ecall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi/sbi_ecall.h b/include/sbi/sbi_ecall.h
index d357085..63ef866 100644
--- a/include/sbi/sbi_ecall.h
+++ b/include/sbi/sbi_ecall.h
@@ -14,7 +14,7 @@
#include <sbi/sbi_list.h>
#define SBI_ECALL_VERSION_MAJOR 0
-#define SBI_ECALL_VERSION_MINOR 2
+#define SBI_ECALL_VERSION_MINOR 3
#define SBI_OPENSBI_IMPID 1
struct sbi_trap_regs;