diff mbox series

[3/4] configs/spike_riscv64_defconfig: use OpenSBI 1.2

Message ID 20230107082710.2609784-3-peter@korsgaard.com
State Accepted
Headers show
Series [1/4] configs/qemu_riscv32_virt_defconfig: use OpenSBI 1.2 | expand

Commit Message

Peter Korsgaard Jan. 7, 2023, 8:27 a.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 configs/spike_riscv64_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Julien Olivain Jan. 7, 2023, 11:01 a.m. UTC | #1
Hi Peter,

I successfully tested this patch on top of branch master
at commit a0a428f with commands:

     make spike_riscv64_defconfig
     make
     ./board/spike/riscv64/start.sh

On 07/01/2023 09:27, Peter Korsgaard wrote:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Reviewed-by: Julien Olivain <ju.o@free.fr>
Tested-by: Julien Olivain <ju.o@free.fr>

> ---
>  configs/spike_riscv64_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/spike_riscv64_defconfig 
> b/configs/spike_riscv64_defconfig
> index 26103682f9..e23f1ce32c 100644
> --- a/configs/spike_riscv64_defconfig
> +++ b/configs/spike_riscv64_defconfig
> @@ -9,7 +9,7 @@ BR2_TARGET_ROOTFS_CPIO=y
>  # BR2_TARGET_ROOTFS_TAR is not set
>  BR2_TARGET_OPENSBI=y
>  BR2_TARGET_OPENSBI_CUSTOM_VERSION=y
> -BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="1.1"
> +BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="1.2"
>  BR2_TARGET_OPENSBI_PLAT="generic"
>  BR2_TARGET_OPENSBI_LINUX_PAYLOAD=y
>  BR2_PACKAGE_HOST_RISCV_ISA_SIM=y

Best regards,

Julien.
Peter Korsgaard Jan. 7, 2023, 7:25 p.m. UTC | #2
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/configs/spike_riscv64_defconfig b/configs/spike_riscv64_defconfig
index 26103682f9..e23f1ce32c 100644
--- a/configs/spike_riscv64_defconfig
+++ b/configs/spike_riscv64_defconfig
@@ -9,7 +9,7 @@  BR2_TARGET_ROOTFS_CPIO=y
 # BR2_TARGET_ROOTFS_TAR is not set
 BR2_TARGET_OPENSBI=y
 BR2_TARGET_OPENSBI_CUSTOM_VERSION=y
-BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="1.1"
+BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="1.2"
 BR2_TARGET_OPENSBI_PLAT="generic"
 BR2_TARGET_OPENSBI_LINUX_PAYLOAD=y
 BR2_PACKAGE_HOST_RISCV_ISA_SIM=y