diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2015-03-13 22:45:13 +1100 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2015-03-25 22:49:45 +0100 |
commit | 0d2f830255c758240dccbeb732a2c21f4eea995c (patch) | |
tree | 5714bc55ebbe68da95b714e25919f24bdacefbfe /pc-bios | |
parent | 054903a832b865eb5432d79b5c9d1e1ff31b58d7 (diff) |
pseries: Update SLOF firmware image to qemu-slof-20150313
The changelog is:
> virtio: Fix vring allocation
> helpers: Fix SLOF_alloc_mem_aligned to meet callers expectation
> Set default palette according to "16-color Text Extension" document
> Fix rectangle drawing functions to work also with higher bit depths
> Fix the x86emu patch file
> Silence compiler warning when building the biosemu
> Use device-type Forth word to set up the corresponding property
> Improve /openprom node
> pci-properties: Remove redundant call to device-type
> cas: reconfigure memory nodes
> pci: use 64bit bar ranges
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/README | 2 | ||||
-rw-r--r-- | pc-bios/slof.bin | bin | 911704 -> 912192 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/pc-bios/README b/pc-bios/README index 8a85e69d3b..63e725444d 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-20141202. + built from git tag qemu-slof-20150313. - 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 031e3063a2..ab72cba80c 100644 --- a/pc-bios/slof.bin +++ b/pc-bios/slof.bin |