diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2019-12-17 11:31:54 +1100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2019-12-17 11:40:23 +1100 |
commit | a363e9ed8731f45674260932a340a0d81c4b0a6f (patch) | |
tree | 51d4823c9ea46def48d0dce9e445571b72fa07d5 /pc-bios | |
parent | 5084c8b76365f4570520e2cb549089ad523dc953 (diff) | |
download | qemu-a363e9ed8731f45674260932a340a0d81c4b0a6f.zip qemu-a363e9ed8731f45674260932a340a0d81c4b0a6f.tar.gz qemu-a363e9ed8731f45674260932a340a0d81c4b0a6f.tar.bz2 |
pseries: Update SLOF firmware image
This fixes PCI bridges support regression.
This enables IOMMU support in virtio drivers.
The full list of changes is:
Alexey Kardashevskiy (12):
allocator: Fix format strings for DEBUG
virtio: Make virtio_set_qaddr static
client: Load initramdisk location
sloffs: Fix -Wunused-result gcc warnings in read/write
pci-phb: Reimplement dma-map-in/out
virtio: Store queue descriptors in virtio_device
virtio-net: Init queues after features negotiation
virtio: Enable IOMMU
ibm,client-architecture-support: Fix stack handling
fdt: Fix updating the tree at H_CAS
version: update to 20191206
version: update to 20191217
Michael Roth (1):
dma: Define default dma methods for using by client/package instances
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/README | 2 | ||||
-rw-r--r-- | pc-bios/slof.bin | bin | 931040 -> 931032 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/pc-bios/README b/pc-bios/README index 91218c6..269d99a 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -17,7 +17,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-20191209. + built from git tag qemu-slof-20191217. - 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 Binary files differindex 50fc9b1..78d8b26 100644 --- a/pc-bios/slof.bin +++ b/pc-bios/slof.bin |