]> Git Repo - qemu.git/commitdiff
pseries: Update SLOF firmware image
authorAlexey Kardashevskiy <[email protected]>
Sun, 11 Jul 2021 14:04:38 +0000 (00:04 +1000)
committerDavid Gibson <[email protected]>
Tue, 13 Jul 2021 00:04:30 +0000 (10:04 +1000)
This is all about TPM fixes and improvements.

The change log is:

Alexey Kardashevskiy (2):
      tcgbios: Fix warnings
      version: update to 20210711

Stefan Berger (9):
      tcgbios: Fix details in log entries
      tcgbios: Fix a typo in the sha256 algo description
      tcgbios: Add implementations for sha1, sha384, and sha512
      tpm: Add firmware API call 2HASH-EXT-LOG
      tcgbios: Change format of S_CRTM_VERSION string to ucs-2
      tcgbios: Use assembly for 32 bit rotr in sha256
      tcgbios: Use The proper sha function for each PCR bank
      tcgbios: Add test cases and test script to run them
      Travis: Add script for running tests on Travis

Thomas Huth (1):
      Fix bad header guard in version.h

Signed-off-by: Alexey Kardashevskiy <[email protected]>
Signed-off-by: David Gibson <[email protected]>
pc-bios/README
pc-bios/slof.bin
roms/SLOF

index d344e3bc1b0f30ac63a3d3a9c6170f0fb6a9b1ce..db39d757b01a7346aa720b7c9d0ebf13428f68a6 100644 (file)
@@ -14,7 +14,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-20210217.
+  built from git tag qemu-slof-20210711.
 
 - VOF (Virtual Open Firmware) is a minimalistic firmware to work with
   -machine pseries,x-vof=on. When enabled, the firmware acts as a slim shim and
index 3f3918a9e144e12f6e39fab6fc1c9ec9cf9d2898..855521e650e8b33279dc3b9561952ae2ce7e9188 100644 (file)
Binary files a/pc-bios/slof.bin and b/pc-bios/slof.bin differ
index 33a7322de13e9dca4b38851a345a58d37e7a441d..dd0dcaa1c1085c159ddab709c7f274b3917be8bd 160000 (submodule)
--- a/roms/SLOF
+++ b/roms/SLOF
@@ -1 +1 @@
-Subproject commit 33a7322de13e9dca4b38851a345a58d37e7a441d
+Subproject commit dd0dcaa1c1085c159ddab709c7f274b3917be8bd
This page took 0.0553169999999999 seconds and 4 git commands to generate.