qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-9.1 0/1] roms/opensbi: update to v1.5.1
@ 2024-08-05 12:02 Daniel Henrique Barboza
  2024-08-05 12:02 ` [PATCH for-9.1 1/1] roms/opensbi: Update " Daniel Henrique Barboza
  2024-08-05 23:35 ` [PATCH for-9.1 0/1] roms/opensbi: update " Alistair Francis
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Henrique Barboza @ 2024-08-05 12:02 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-riscv, alistair.francis, bmeng, liwei1518, zhiwei_liu,
	palmer, Daniel Henrique Barboza

Hi,

OpenSBI v1.5.1, a bug fix release launched shortly after v1.5, contains
several bug fixes that we ended up missing in our refresh to v1.5 a
couple of weeks ago.

It's a purely bug fix update from what we already have in v1.5, so I
believe we're justified into doing this update during the bug fix
freeze.

Alistair, the patch was created with --no-binary as you suggested in the
last OpenSBI update I sent. Please fetch both binaries from:

https://gitlab.com/danielhb/qemu/-/commits/opensbi1.5.1


Daniel Henrique Barboza (1):
  roms/opensbi: Update to v1.5.1

 .../opensbi-riscv32-generic-fw_dynamic.bin    | Bin 268312 -> 268312 bytes
 .../opensbi-riscv64-generic-fw_dynamic.bin    | Bin 272504 -> 272504 bytes
 roms/opensbi                                  |   2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)

-- 
2.45.2



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH for-9.1 1/1] roms/opensbi: Update to v1.5.1
  2024-08-05 12:02 [PATCH for-9.1 0/1] roms/opensbi: update to v1.5.1 Daniel Henrique Barboza
@ 2024-08-05 12:02 ` Daniel Henrique Barboza
  2024-08-05 23:34   ` Alistair Francis
  2024-08-05 23:35 ` [PATCH for-9.1 0/1] roms/opensbi: update " Alistair Francis
  1 sibling, 1 reply; 4+ messages in thread
From: Daniel Henrique Barboza @ 2024-08-05 12:02 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-riscv, alistair.francis, bmeng, liwei1518, zhiwei_liu,
	palmer, Daniel Henrique Barboza

A new minor version of OpenSBI was just released after our bump to
OpenSBI 1.5. It contains significant bug fixes that it's worth doing
a new update for QEMU 9.1.

Submodule roms/opensbi 455de672dd..43cace6c36:
  > lib: sbi: check result of pmp_get() in is_pmp_entry_mapped()
  > lib: sbi: fwft: fix incorrect size passed to sbi_zalloc()
  > lib: sbi: dbtr: fix potential NULL pointer dereferences
  > include: Adjust Sscofpmf mhpmevent mask for upper 8 bits
  > lib: sbi_hsm: Save/restore menvcfg only when it exists

Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
---
 .../opensbi-riscv32-generic-fw_dynamic.bin    | Bin 268312 -> 268312 bytes
 .../opensbi-riscv64-generic-fw_dynamic.bin    | Bin 272504 -> 272504 bytes
 roms/opensbi                                  |   2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin b/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin
index 7ec260ff40..b2e740010b 100644
Binary files a/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin and b/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin differ
diff --git a/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin b/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin
index 090c0cf6ac..018b4731a7 100644
Binary files a/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin and b/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin differ
diff --git a/roms/opensbi b/roms/opensbi
index 455de672dd..43cace6c36 160000
--- a/roms/opensbi
+++ b/roms/opensbi
@@ -1 +1 @@
-Subproject commit 455de672dd7c2aa1992df54dfb08dc11abbc1b1a
+Subproject commit 43cace6c3671e5172d0df0a8963e552bb04b7b20
-- 
2.45.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH for-9.1 1/1] roms/opensbi: Update to v1.5.1
  2024-08-05 12:02 ` [PATCH for-9.1 1/1] roms/opensbi: Update " Daniel Henrique Barboza
@ 2024-08-05 23:34   ` Alistair Francis
  0 siblings, 0 replies; 4+ messages in thread
From: Alistair Francis @ 2024-08-05 23:34 UTC (permalink / raw)
  To: Daniel Henrique Barboza
  Cc: qemu-devel, qemu-riscv, alistair.francis, bmeng, liwei1518,
	zhiwei_liu, palmer

On Mon, Aug 5, 2024 at 10:05 PM Daniel Henrique Barboza
<dbarboza@ventanamicro.com> wrote:
>
> A new minor version of OpenSBI was just released after our bump to
> OpenSBI 1.5. It contains significant bug fixes that it's worth doing
> a new update for QEMU 9.1.
>
> Submodule roms/opensbi 455de672dd..43cace6c36:
>   > lib: sbi: check result of pmp_get() in is_pmp_entry_mapped()
>   > lib: sbi: fwft: fix incorrect size passed to sbi_zalloc()
>   > lib: sbi: dbtr: fix potential NULL pointer dereferences
>   > include: Adjust Sscofpmf mhpmevent mask for upper 8 bits
>   > lib: sbi_hsm: Save/restore menvcfg only when it exists
>
> Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>

Alistair

> ---
>  .../opensbi-riscv32-generic-fw_dynamic.bin    | Bin 268312 -> 268312 bytes
>  .../opensbi-riscv64-generic-fw_dynamic.bin    | Bin 272504 -> 272504 bytes
>  roms/opensbi                                  |   2 +-
>  3 files changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin b/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin
> index 7ec260ff40..b2e740010b 100644
> Binary files a/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin and b/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin differ
> diff --git a/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin b/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin
> index 090c0cf6ac..018b4731a7 100644
> Binary files a/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin and b/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin differ
> diff --git a/roms/opensbi b/roms/opensbi
> index 455de672dd..43cace6c36 160000
> --- a/roms/opensbi
> +++ b/roms/opensbi
> @@ -1 +1 @@
> -Subproject commit 455de672dd7c2aa1992df54dfb08dc11abbc1b1a
> +Subproject commit 43cace6c3671e5172d0df0a8963e552bb04b7b20
> --
> 2.45.2
>
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH for-9.1 0/1] roms/opensbi: update to v1.5.1
  2024-08-05 12:02 [PATCH for-9.1 0/1] roms/opensbi: update to v1.5.1 Daniel Henrique Barboza
  2024-08-05 12:02 ` [PATCH for-9.1 1/1] roms/opensbi: Update " Daniel Henrique Barboza
@ 2024-08-05 23:35 ` Alistair Francis
  1 sibling, 0 replies; 4+ messages in thread
From: Alistair Francis @ 2024-08-05 23:35 UTC (permalink / raw)
  To: Daniel Henrique Barboza
  Cc: qemu-devel, qemu-riscv, alistair.francis, bmeng, liwei1518,
	zhiwei_liu, palmer

On Mon, Aug 5, 2024 at 10:04 PM Daniel Henrique Barboza
<dbarboza@ventanamicro.com> wrote:
>
> Hi,
>
> OpenSBI v1.5.1, a bug fix release launched shortly after v1.5, contains
> several bug fixes that we ended up missing in our refresh to v1.5 a
> couple of weeks ago.
>
> It's a purely bug fix update from what we already have in v1.5, so I
> believe we're justified into doing this update during the bug fix
> freeze.
>
> Alistair, the patch was created with --no-binary as you suggested in the
> last OpenSBI update I sent. Please fetch both binaries from:
>
> https://gitlab.com/danielhb/qemu/-/commits/opensbi1.5.1
>
>
> Daniel Henrique Barboza (1):
>   roms/opensbi: Update to v1.5.1

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  .../opensbi-riscv32-generic-fw_dynamic.bin    | Bin 268312 -> 268312 bytes
>  .../opensbi-riscv64-generic-fw_dynamic.bin    | Bin 272504 -> 272504 bytes
>  roms/opensbi                                  |   2 +-
>  3 files changed, 1 insertion(+), 1 deletion(-)
>
> --
> 2.45.2
>
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-05 23:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05 12:02 [PATCH for-9.1 0/1] roms/opensbi: update to v1.5.1 Daniel Henrique Barboza
2024-08-05 12:02 ` [PATCH for-9.1 1/1] roms/opensbi: Update " Daniel Henrique Barboza
2024-08-05 23:34   ` Alistair Francis
2024-08-05 23:35 ` [PATCH for-9.1 0/1] roms/opensbi: update " Alistair Francis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).