diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2012-11-12 16:46:58 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-12-14 13:12:54 +0100 |
commit | 4fd50339c0b55fa6387fa3c28f755c306997064c (patch) | |
tree | 3a9bf42899c7a047ef56b6499be4db70cb3c5898 /pc-bios | |
parent | 639e8102ae71ce2e46ebeffc6080767e573c0c56 (diff) | |
download | qemu-4fd50339c0b55fa6387fa3c28f755c306997064c.tar.gz qemu-4fd50339c0b55fa6387fa3c28f755c306997064c.tar.bz2 qemu-4fd50339c0b55fa6387fa3c28f755c306997064c.zip |
pseries: Update SLOF for NVRAM support
Now that we have implemented PAPR compatible NVRAM interfaces in qemu, this
updates the SLOF firmware to actually initialize and use the NVRAM as a
PAPR guest firmware is expected to do.
This SLOF update also includes an ugly but useful workaround for a bug in
the SLES11 installer which caused it to fail under KVM.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
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 | 878640 -> 880832 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/pc-bios/README b/pc-bios/README index 303713099e..eff3de7615 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/dgibson/SLOF, and the image currently in qemu is - built from git tag qemu-slof-20120731. + built from git tag qemu-slof-20121018. - 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 84ba6b83f3..3410f4fff4 100644 --- a/pc-bios/slof.bin +++ b/pc-bios/slof.bin |