qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL SUBSYSTEM qemu-pseries 0/1] pseries: Update SLOF firmware image to 20251026
@ 2025-10-27  7:44 Thomas Huth
  2025-10-27  7:44 ` [PULL SUBSYSTEM qemu-pseries 1/1] pseries: Update SLOF firmware image to release 20251027 Thomas Huth
  2025-10-27  8:25 ` [PULL SUBSYSTEM qemu-pseries 0/1] pseries: Update SLOF firmware image to 20251026 Harsh Prateek Bora
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2025-10-27  7:44 UTC (permalink / raw)
  To: Harsh Prateek Bora, qemu-devel
  Cc: Nicholas Piggin, qemu-ppc, Alexey Kardashevskiy

 Hi Harsh, hi Nicholas,

Alexey currently seems to be away from keyboard, so I took care of tagging a
SLOF release this time. Please merge this into your next ppc pull request,
thanks!

(Richard, please note: this is not for master, this is for pseries)

The following changes since commit 88b1716a407459c8189473e4667653cb8e4c3df7:

  Merge tag 'pull-target-arm-20251023' of https://gitlab.com/pm215/qemu into staging (2025-10-23 13:17:27 -0500)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/qemu-slof-2025-10-27

for you to fetch changes up to 371c87b3ef298b0a2b6333943134779337d3a7cd:

  pseries: Update SLOF firmware image to release 20251027 (2025-10-27 08:09:51 +0100)

----------------------------------------------------------------
- Fix some measurements in the TPM code
- Fix for compiling with GCC in C23 mode
- Silence some initializer-string warnings with recent GCC

----------------------------------------------------------------
Thomas Huth (1):
      pseries: Update SLOF firmware image to release 20251027

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 996184 -> 994176 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)



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

* [PULL SUBSYSTEM qemu-pseries 1/1] pseries: Update SLOF firmware image to release 20251027
  2025-10-27  7:44 [PULL SUBSYSTEM qemu-pseries 0/1] pseries: Update SLOF firmware image to 20251026 Thomas Huth
@ 2025-10-27  7:44 ` Thomas Huth
  2025-10-27  8:25 ` [PULL SUBSYSTEM qemu-pseries 0/1] pseries: Update SLOF firmware image to 20251026 Harsh Prateek Bora
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2025-10-27  7:44 UTC (permalink / raw)
  To: Harsh Prateek Bora, qemu-devel
  Cc: Nicholas Piggin, qemu-ppc, Alexey Kardashevskiy

From: Thomas Huth <thuth@redhat.com>

- Fix some measurements in the TPM code
- Fix for compiling with GCC in C23 mode
- Silence some initializer-string warnings with recent GCC

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 996184 -> 994176 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pc-bios/README b/pc-bios/README
index d009c378953..4818272968d 100644
--- a/pc-bios/README
+++ b/pc-bios/README
@@ -14,7 +14,7 @@
 - SLOF (Slimline Open Firmware) is a free IEEE 1275 Open Firmware
   implementation for certain IBM POWER hardware.  The sources are at
   https://gitlab.com/slof/slof, and the image currently in qemu is
-  built from git tag qemu-slof-20241106.
+  built from git tag qemu-slof-20251026.
 
 - VOF (Virtual Open Firmware) is a minimalistic firmware to work with
   -machine pseries,x-vof=on. When enabled, the firmware acts as a slim shim and
diff --git a/pc-bios/slof.bin b/pc-bios/slof.bin
index 4314e17b9dd..39b92489674 100644
Binary files a/pc-bios/slof.bin and b/pc-bios/slof.bin differ
diff --git a/roms/SLOF b/roms/SLOF
index 3a259df2449..b7f755248e2 160000
--- a/roms/SLOF
+++ b/roms/SLOF
@@ -1 +1 @@
-Subproject commit 3a259df2449fc4a4e43ab5f33f0b2c66484b4bc3
+Subproject commit b7f755248e2dcc56c02634d288e1c0ff7e0ce1c7
-- 
2.51.0



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

* Re: [PULL SUBSYSTEM qemu-pseries 0/1] pseries: Update SLOF firmware image to 20251026
  2025-10-27  7:44 [PULL SUBSYSTEM qemu-pseries 0/1] pseries: Update SLOF firmware image to 20251026 Thomas Huth
  2025-10-27  7:44 ` [PULL SUBSYSTEM qemu-pseries 1/1] pseries: Update SLOF firmware image to release 20251027 Thomas Huth
@ 2025-10-27  8:25 ` Harsh Prateek Bora
  1 sibling, 0 replies; 3+ messages in thread
From: Harsh Prateek Bora @ 2025-10-27  8:25 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: Nicholas Piggin, qemu-ppc, Alexey Kardashevskiy



On 10/27/25 13:14, Thomas Huth wrote:
>   Hi Harsh, hi Nicholas,
> 
> Alexey currently seems to be away from keyboard, so I took care of tagging a
> SLOF release this time. Please merge this into your next ppc pull request,
> thanks!

Thanks for this update, Thomas.
I shall take care of it.

regards,
Harsh

> 
> (Richard, please note: this is not for master, this is for pseries)
> 
> The following changes since commit 88b1716a407459c8189473e4667653cb8e4c3df7:
> 
>    Merge tag 'pull-target-arm-20251023' of https://gitlab.com/pm215/qemu into staging (2025-10-23 13:17:27 -0500)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git tags/qemu-slof-2025-10-27
> 
> for you to fetch changes up to 371c87b3ef298b0a2b6333943134779337d3a7cd:
> 
>    pseries: Update SLOF firmware image to release 20251027 (2025-10-27 08:09:51 +0100)
> 
> ----------------------------------------------------------------
> - Fix some measurements in the TPM code
> - Fix for compiling with GCC in C23 mode
> - Silence some initializer-string warnings with recent GCC
> 
> ----------------------------------------------------------------
> Thomas Huth (1):
>        pseries: Update SLOF firmware image to release 20251027
> 
>   pc-bios/README   |   2 +-
>   pc-bios/slof.bin | Bin 996184 -> 994176 bytes
>   roms/SLOF        |   2 +-
>   3 files changed, 2 insertions(+), 2 deletions(-)
> 


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

end of thread, other threads:[~2025-10-27  8:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27  7:44 [PULL SUBSYSTEM qemu-pseries 0/1] pseries: Update SLOF firmware image to 20251026 Thomas Huth
2025-10-27  7:44 ` [PULL SUBSYSTEM qemu-pseries 1/1] pseries: Update SLOF firmware image to release 20251027 Thomas Huth
2025-10-27  8:25 ` [PULL SUBSYSTEM qemu-pseries 0/1] pseries: Update SLOF firmware image to 20251026 Harsh Prateek Bora

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).