From: Alexey Kardashevskiy Date: Thu, 12 Mar 2020 04:04:13 +0000 (+1100) Subject: pseries: Update SLOF firmware image X-Git-Tag: v5.0.0-rc0~27^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eeea9f9d13102c643319e51498c904010dee231d;p=thirdparty%2Fqemu.git pseries: Update SLOF firmware image This mainly fixes virtio-serial with and without enabled iommu-platform. The full list of changes is: Alexey Kardashevskiy (3): llfw: Fix debug printf warnings virtio-serial: Close device completely version: update to 20200312 Cédric Le Goater (1): virtio: Fix typo in virtio_serial_init() Greg Kurz (2): virtio-serial: Don't override some words virtio-serial: Rework shutdown sequence Signed-off-by: Alexey Kardashevskiy Signed-off-by: David Gibson --- diff --git a/pc-bios/README b/pc-bios/README index a71fb318b38..bab0e8ec1a4 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-20200221. + built from git tag qemu-slof-20200312. - sgabios (the Serial Graphics Adapter option ROM) provides a means for legacy x86 software to communicate with an attached serial console as diff --git a/pc-bios/slof.bin b/pc-bios/slof.bin index 1c594856163..b87353befa2 100644 Binary files a/pc-bios/slof.bin and b/pc-bios/slof.bin differ diff --git a/roms/SLOF b/roms/SLOF index 7c98b3b6133..8d4033d0d2e 160000 --- a/roms/SLOF +++ b/roms/SLOF @@ -1 +1 @@ -Subproject commit 7c98b3b613338a385722a953517349664aa4f532 +Subproject commit 8d4033d0d2e5b434fe14a81d5192cdb1911469e4