diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2018-07-02 16:20:12 +1000 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2018-08-21 14:28:45 +1000 |
commit | 1368898d4b7e36f8a69e4dfd017853e15de6ef81 (patch) | |
tree | 7faf3584f3939675201a3f3d016205081641699b /pc-bios/README | |
parent | cc71c7760e263f808c4240a725425671eeeb7e4d (diff) | |
download | qemu-1368898d4b7e36f8a69e4dfd017853e15de6ef81.zip qemu-1368898d4b7e36f8a69e4dfd017853e15de6ef81.tar.gz qemu-1368898d4b7e36f8a69e4dfd017853e15de6ef81.tar.bz2 |
pseries: Update SLOF firmware image
This includes gcc8.1 fixes and the image is compiled using gcc 8.1 as well.
The full list of changes is:
> Fix bad assembler statements for compiling with gcc 8.1 / as 2.30
> libelf: Add REL32 to the list of ignored relocations
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'pc-bios/README')
-rw-r--r-- | pc-bios/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc-bios/README b/pc-bios/README index 99e15a7..90f0fa7 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-20180621. + built from git tag qemu-slof-20180702. - sgabios (the Serial Graphics Adapter option ROM) provides a means for legacy x86 software to communicate with an attached serial console as |