summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2022-07-19 17:48:03 +1000
committerDaniel Henrique Barboza <danielhb413@gmail.com>2022-08-30 16:20:01 -0300
commitc49b67f72b1a875ca355a170759303b0faa959ca (patch)
treeba32304ab993ef36730177e17c9d6ef375a310bf
parent93fac696d241dccb04ebb9d23da55fc1e9d8ee36 (diff)
downloadfocaccia-qemu-c49b67f72b1a875ca355a170759303b0faa959ca.tar.gz
focaccia-qemu-c49b67f72b1a875ca355a170759303b0faa959ca.zip
pseries: Update SLOF firmware image
The only change is that now SLOF can also boot big endian zImage
but kernel-addr=0 is still required.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
-rw-r--r--docs/system/ppc/pseries.rst2
-rw-r--r--pc-bios/README2
-rw-r--r--pc-bios/slof.binbin992384 -> 995176 bytes
m---------roms/SLOF0
4 files changed, 2 insertions, 2 deletions
diff --git a/docs/system/ppc/pseries.rst b/docs/system/ppc/pseries.rst
index 3e1bbe6726..a876d897b6 100644
--- a/docs/system/ppc/pseries.rst
+++ b/docs/system/ppc/pseries.rst
@@ -62,7 +62,7 @@ Booting via ``-kernel`` supports the following:
 +-------------------+-------------------+------------------+
 | vmlinux LE        |     ✓             |     ✓            |
 +-------------------+-------------------+------------------+
-| zImage.pseries BE |     x             |     ✓¹           |
+| zImage.pseries BE |     ✓¹            |     ✓¹           |
 +-------------------+-------------------+------------------+
 | zImage.pseries LE |     ✓             |     ✓            |
 +-------------------+-------------------+------------------+
diff --git a/pc-bios/README b/pc-bios/README
index ba6c15e769..b94f3fb081 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://github.com/aik/SLOF, and the image currently in qemu is
-  built from git tag qemu-slof-20220110.
+  built from git tag qemu-slof-20220719.
 
 - 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 cbbe23e910..ef9b81d628 100644
--- a/pc-bios/slof.bin
+++ b/pc-bios/slof.bin
Binary files differdiff --git a/roms/SLOF b/roms/SLOF
-Subproject 5b4c5acdcd552a4e1796aeca6bb700f6cbb0282
+Subproject 6b6c16b4b40763507cf1f518096f3c3883c5cf2