@samitouri / QOSamiQemu / commits / 75f3c97476

docs/system/ppc/pseries: Update the link to the SLOF repository

SLOF has been moved to gitlab.com already a while ago. We updated the link in pc-bios/README in commit 7f98b4f25ed9 ("pseries: Update SLOF firmware image"), but forgot to update it in the manual, too. Signed-off-by: Thomas Huth <th.huth@posteo.eu> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Link: https://lore.kernel.org/qemu-devel/20260702074842.4806-1-th.huth@posteo.eu Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>

Thomas Huth committed Jul 2, 2026 at 07:48 UTC 75f3c97476454f735f85c77a3183856be7ba0c4c
1 file changed +1 -1
docs/system/ppc/pseries.rst
+1 -1
@@ -43,7 +43,7 @@ Firmware
43
44 The pSeries platform in QEMU comes with 2 firmwares:
45
46 -`SLOF <https://github.com/aik/SLOF>`_ (Slimline Open Firmware) is an
46 +`SLOF <https://gitlab.com/slof/slof>`_ (Slimline Open Firmware) is an
47 implementation of the `IEEE 1275-1994, Standard for Boot (Initialization
48 Configuration) Firmware: Core Requirements and Practices
49 <https://standards.ieee.org/standard/1275-1994.html>`_.