diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2019-10-22 15:05:36 +1100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2019-10-24 09:36:55 +1100 |
commit | cb97526aa47e0590a04bf90579b76584fbc0d79f (patch) | |
tree | e7a26c29cc19eb46ebbbeb95f5ff7370a316524d /pc-bios/README | |
parent | 54255c1f65e69a3f50121f2e37b89a84de2737a5 (diff) |
pseries: Update SLOF firmware image
This aims v4.2 and fixes:
1. full FDT rendering;
2. gcc9 -Waddress-of-packed-member.
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 0b0b5d42ad..830645c51f 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-20190911. + built from git tag qemu-slof-20191022. - sgabios (the Serial Graphics Adapter option ROM) provides a means for legacy x86 software to communicate with an attached serial console as |