* [PATCH] include: sbi: Change spec version to 2.0
@ 2023-10-10 10:21 Anup Patel
2023-10-19 8:43 ` Andrew Jones
2023-10-19 11:51 ` Anup Patel
0 siblings, 2 replies; 3+ messages in thread
From: Anup Patel @ 2023-10-10 10:21 UTC (permalink / raw)
To: opensbi
Now that SBI v2.0 specification is frozen, we change spec verion
implemented by OpenSBI to v2.0.
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
---
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 90f33ba..027213c 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 1
+#define SBI_ECALL_VERSION_MAJOR 2
#define SBI_ECALL_VERSION_MINOR 0
#define SBI_OPENSBI_IMPID 1
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] include: sbi: Change spec version to 2.0
2023-10-10 10:21 [PATCH] include: sbi: Change spec version to 2.0 Anup Patel
@ 2023-10-19 8:43 ` Andrew Jones
2023-10-19 11:51 ` Anup Patel
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Jones @ 2023-10-19 8:43 UTC (permalink / raw)
To: opensbi
On Tue, Oct 10, 2023 at 03:51:25PM +0530, Anup Patel wrote:
> Now that SBI v2.0 specification is frozen, we change spec verion
> implemented by OpenSBI to v2.0.
>
> Signed-off-by: Anup Patel <apatel@ventanamicro.com>
> ---
> 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 90f33ba..027213c 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 1
> +#define SBI_ECALL_VERSION_MAJOR 2
> #define SBI_ECALL_VERSION_MINOR 0
> #define SBI_OPENSBI_IMPID 1
>
> --
> 2.34.1
>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
It'd be good to get this merged and also build a new version of opensbi
which can be incorporated into QEMU. Without this change several new SBI
extensions won't be usable by Linux, even though the implementations are
present, because Linux checks that the SBI implementation version is at
least as big as the spec version where the extensions were frozen.
Thanks,
drew
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] include: sbi: Change spec version to 2.0
2023-10-10 10:21 [PATCH] include: sbi: Change spec version to 2.0 Anup Patel
2023-10-19 8:43 ` Andrew Jones
@ 2023-10-19 11:51 ` Anup Patel
1 sibling, 0 replies; 3+ messages in thread
From: Anup Patel @ 2023-10-19 11:51 UTC (permalink / raw)
To: opensbi
On Tue, Oct 10, 2023 at 3:51?PM Anup Patel <apatel@ventanamicro.com> wrote:
>
> Now that SBI v2.0 specification is frozen, we change spec verion
> implemented by OpenSBI to v2.0.
>
> Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Applied this patch to the riscv/opensbi repo.
Thanks,
Anup
> ---
> 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 90f33ba..027213c 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 1
> +#define SBI_ECALL_VERSION_MAJOR 2
> #define SBI_ECALL_VERSION_MINOR 0
> #define SBI_OPENSBI_IMPID 1
>
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-19 11:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-10 10:21 [PATCH] include: sbi: Change spec version to 2.0 Anup Patel
2023-10-19 8:43 ` Andrew Jones
2023-10-19 11:51 ` Anup Patel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox