* [Buildroot] [PATCH 1/1] boot/opensbi: bump to version 0.8
@ 2020-06-24 13:15 Mark Corbin
2020-06-24 19:16 ` Alistair Francis
2020-06-24 19:37 ` Yann E. MORIN
0 siblings, 2 replies; 3+ messages in thread
From: Mark Corbin @ 2020-06-24 13:15 UTC (permalink / raw)
To: buildroot
The OpenSBI platform 'qemu/virt' has been removed in v0.8. Builds for
the QEMU 'virt' machine can use the 'generic' platform instead.
Tested with qemu_riscv32_virt_defconfig and
qemu_riscv64_virt_defconfig using Buildroot host-qemu 5.0.0.
Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
---
boot/opensbi/opensbi.hash | 2 +-
boot/opensbi/opensbi.mk | 2 +-
configs/qemu_riscv32_virt_defconfig | 2 +-
configs/qemu_riscv64_virt_defconfig | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/boot/opensbi/opensbi.hash b/boot/opensbi/opensbi.hash
index 6e69d512dd..b25a435ee5 100644
--- a/boot/opensbi/opensbi.hash
+++ b/boot/opensbi/opensbi.hash
@@ -1,3 +1,3 @@
# locally computed
-sha256 46a93afd5465eba094ddba40015e754bf09f9e80e0702c00013d6bdb3ecd0a72 opensbi-0.6.tar.gz
+sha256 17e048ac765e92e15f7436b604452614cf88dc2bcbbaab18cdc024f3fdd4c575 opensbi-0.8.tar.gz
sha256 82d13fb1bf6bb162629deeea9eb9c117e74548d3b707e478967691fe79a68e21 COPYING.BSD
diff --git a/boot/opensbi/opensbi.mk b/boot/opensbi/opensbi.mk
index 00e3b05dd0..60b87c268d 100644
--- a/boot/opensbi/opensbi.mk
+++ b/boot/opensbi/opensbi.mk
@@ -4,7 +4,7 @@
#
################################################################################
-OPENSBI_VERSION = 0.6
+OPENSBI_VERSION = 0.8
OPENSBI_SITE = $(call github,riscv,opensbi,v$(OPENSBI_VERSION))
OPENSBI_LICENSE = BSD-2-Clause
OPENSBI_LICENSE_FILES = COPYING.BSD
diff --git a/configs/qemu_riscv32_virt_defconfig b/configs/qemu_riscv32_virt_defconfig
index dc1a5b1295..166c41f1f0 100644
--- a/configs/qemu_riscv32_virt_defconfig
+++ b/configs/qemu_riscv32_virt_defconfig
@@ -26,7 +26,7 @@ BR2_LINUX_KERNEL_IMAGE=y
# Bootloader
BR2_TARGET_OPENSBI=y
-BR2_TARGET_OPENSBI_PLAT="qemu/virt"
+BR2_TARGET_OPENSBI_PLAT="generic"
# host-qemu for gitlab testing
BR2_PACKAGE_HOST_QEMU=y
diff --git a/configs/qemu_riscv64_virt_defconfig b/configs/qemu_riscv64_virt_defconfig
index dbe6107b62..2887cf5f22 100644
--- a/configs/qemu_riscv64_virt_defconfig
+++ b/configs/qemu_riscv64_virt_defconfig
@@ -25,7 +25,7 @@ BR2_LINUX_KERNEL_IMAGE=y
# Bootloader
BR2_TARGET_OPENSBI=y
-BR2_TARGET_OPENSBI_PLAT="qemu/virt"
+BR2_TARGET_OPENSBI_PLAT="generic"
# host-qemu for gitlab testing
BR2_PACKAGE_HOST_QEMU=y
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] boot/opensbi: bump to version 0.8
2020-06-24 13:15 [Buildroot] [PATCH 1/1] boot/opensbi: bump to version 0.8 Mark Corbin
@ 2020-06-24 19:16 ` Alistair Francis
2020-06-24 19:37 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Alistair Francis @ 2020-06-24 19:16 UTC (permalink / raw)
To: buildroot
On Wed, Jun 24, 2020 at 6:17 AM Mark Corbin <mark@dibsco.co.uk> wrote:
>
> The OpenSBI platform 'qemu/virt' has been removed in v0.8. Builds for
> the QEMU 'virt' machine can use the 'generic' platform instead.
>
> Tested with qemu_riscv32_virt_defconfig and
> qemu_riscv64_virt_defconfig using Buildroot host-qemu 5.0.0.
>
> Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Alistair
> ---
> boot/opensbi/opensbi.hash | 2 +-
> boot/opensbi/opensbi.mk | 2 +-
> configs/qemu_riscv32_virt_defconfig | 2 +-
> configs/qemu_riscv64_virt_defconfig | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/boot/opensbi/opensbi.hash b/boot/opensbi/opensbi.hash
> index 6e69d512dd..b25a435ee5 100644
> --- a/boot/opensbi/opensbi.hash
> +++ b/boot/opensbi/opensbi.hash
> @@ -1,3 +1,3 @@
> # locally computed
> -sha256 46a93afd5465eba094ddba40015e754bf09f9e80e0702c00013d6bdb3ecd0a72 opensbi-0.6.tar.gz
> +sha256 17e048ac765e92e15f7436b604452614cf88dc2bcbbaab18cdc024f3fdd4c575 opensbi-0.8.tar.gz
> sha256 82d13fb1bf6bb162629deeea9eb9c117e74548d3b707e478967691fe79a68e21 COPYING.BSD
> diff --git a/boot/opensbi/opensbi.mk b/boot/opensbi/opensbi.mk
> index 00e3b05dd0..60b87c268d 100644
> --- a/boot/opensbi/opensbi.mk
> +++ b/boot/opensbi/opensbi.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -OPENSBI_VERSION = 0.6
> +OPENSBI_VERSION = 0.8
> OPENSBI_SITE = $(call github,riscv,opensbi,v$(OPENSBI_VERSION))
> OPENSBI_LICENSE = BSD-2-Clause
> OPENSBI_LICENSE_FILES = COPYING.BSD
> diff --git a/configs/qemu_riscv32_virt_defconfig b/configs/qemu_riscv32_virt_defconfig
> index dc1a5b1295..166c41f1f0 100644
> --- a/configs/qemu_riscv32_virt_defconfig
> +++ b/configs/qemu_riscv32_virt_defconfig
> @@ -26,7 +26,7 @@ BR2_LINUX_KERNEL_IMAGE=y
>
> # Bootloader
> BR2_TARGET_OPENSBI=y
> -BR2_TARGET_OPENSBI_PLAT="qemu/virt"
> +BR2_TARGET_OPENSBI_PLAT="generic"
>
> # host-qemu for gitlab testing
> BR2_PACKAGE_HOST_QEMU=y
> diff --git a/configs/qemu_riscv64_virt_defconfig b/configs/qemu_riscv64_virt_defconfig
> index dbe6107b62..2887cf5f22 100644
> --- a/configs/qemu_riscv64_virt_defconfig
> +++ b/configs/qemu_riscv64_virt_defconfig
> @@ -25,7 +25,7 @@ BR2_LINUX_KERNEL_IMAGE=y
>
> # Bootloader
> BR2_TARGET_OPENSBI=y
> -BR2_TARGET_OPENSBI_PLAT="qemu/virt"
> +BR2_TARGET_OPENSBI_PLAT="generic"
>
> # host-qemu for gitlab testing
> BR2_PACKAGE_HOST_QEMU=y
> --
> 2.17.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] boot/opensbi: bump to version 0.8
2020-06-24 13:15 [Buildroot] [PATCH 1/1] boot/opensbi: bump to version 0.8 Mark Corbin
2020-06-24 19:16 ` Alistair Francis
@ 2020-06-24 19:37 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-06-24 19:37 UTC (permalink / raw)
To: buildroot
Mark, All,
On 2020-06-24 14:15 +0100, Mark Corbin spake thusly:
> The OpenSBI platform 'qemu/virt' has been removed in v0.8. Builds for
> the QEMU 'virt' machine can use the 'generic' platform instead.
>
> Tested with qemu_riscv32_virt_defconfig and
> qemu_riscv64_virt_defconfig using Buildroot host-qemu 5.0.0.
>
> Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> boot/opensbi/opensbi.hash | 2 +-
> boot/opensbi/opensbi.mk | 2 +-
> configs/qemu_riscv32_virt_defconfig | 2 +-
> configs/qemu_riscv64_virt_defconfig | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/boot/opensbi/opensbi.hash b/boot/opensbi/opensbi.hash
> index 6e69d512dd..b25a435ee5 100644
> --- a/boot/opensbi/opensbi.hash
> +++ b/boot/opensbi/opensbi.hash
> @@ -1,3 +1,3 @@
> # locally computed
> -sha256 46a93afd5465eba094ddba40015e754bf09f9e80e0702c00013d6bdb3ecd0a72 opensbi-0.6.tar.gz
> +sha256 17e048ac765e92e15f7436b604452614cf88dc2bcbbaab18cdc024f3fdd4c575 opensbi-0.8.tar.gz
> sha256 82d13fb1bf6bb162629deeea9eb9c117e74548d3b707e478967691fe79a68e21 COPYING.BSD
> diff --git a/boot/opensbi/opensbi.mk b/boot/opensbi/opensbi.mk
> index 00e3b05dd0..60b87c268d 100644
> --- a/boot/opensbi/opensbi.mk
> +++ b/boot/opensbi/opensbi.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -OPENSBI_VERSION = 0.6
> +OPENSBI_VERSION = 0.8
> OPENSBI_SITE = $(call github,riscv,opensbi,v$(OPENSBI_VERSION))
> OPENSBI_LICENSE = BSD-2-Clause
> OPENSBI_LICENSE_FILES = COPYING.BSD
> diff --git a/configs/qemu_riscv32_virt_defconfig b/configs/qemu_riscv32_virt_defconfig
> index dc1a5b1295..166c41f1f0 100644
> --- a/configs/qemu_riscv32_virt_defconfig
> +++ b/configs/qemu_riscv32_virt_defconfig
> @@ -26,7 +26,7 @@ BR2_LINUX_KERNEL_IMAGE=y
>
> # Bootloader
> BR2_TARGET_OPENSBI=y
> -BR2_TARGET_OPENSBI_PLAT="qemu/virt"
> +BR2_TARGET_OPENSBI_PLAT="generic"
>
> # host-qemu for gitlab testing
> BR2_PACKAGE_HOST_QEMU=y
> diff --git a/configs/qemu_riscv64_virt_defconfig b/configs/qemu_riscv64_virt_defconfig
> index dbe6107b62..2887cf5f22 100644
> --- a/configs/qemu_riscv64_virt_defconfig
> +++ b/configs/qemu_riscv64_virt_defconfig
> @@ -25,7 +25,7 @@ BR2_LINUX_KERNEL_IMAGE=y
>
> # Bootloader
> BR2_TARGET_OPENSBI=y
> -BR2_TARGET_OPENSBI_PLAT="qemu/virt"
> +BR2_TARGET_OPENSBI_PLAT="generic"
>
> # host-qemu for gitlab testing
> BR2_PACKAGE_HOST_QEMU=y
> --
> 2.17.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-06-24 19:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-24 13:15 [Buildroot] [PATCH 1/1] boot/opensbi: bump to version 0.8 Mark Corbin
2020-06-24 19:16 ` Alistair Francis
2020-06-24 19:37 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox