[PATCH 5/5] include: sbi: Change spec version to 3.0
Atish Patra
atishp at rivosinc.com
Tue Nov 19 11:34:39 PST 2024
SBI version 3.0 is on its way for ratification. Change the
spec version for easier testing of SBI v3.0 features.
Signed-off-by: Atish Patra <atishp at rivosinc.com>
---
This patch can be merged after SBI v3.0 is frozen.
---
---
include/sbi/sbi_ecall.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/sbi/sbi_ecall.h b/include/sbi/sbi_ecall.h
index 0b35eff76a19..eda7f14bf2af 100644
--- a/include/sbi/sbi_ecall.h
+++ b/include/sbi/sbi_ecall.h
@@ -13,7 +13,7 @@
#include <sbi/sbi_types.h>
#include <sbi/sbi_list.h>
-#define SBI_ECALL_VERSION_MAJOR 2
+#define SBI_ECALL_VERSION_MAJOR 3
#define SBI_ECALL_VERSION_MINOR 0
#define SBI_OPENSBI_IMPID 1
--
2.34.1
More information about the opensbi
mailing list