[SLOF] [PATCH 0/2] Implement 2 missing firmware API calls

Stefan Berger stefanb at linux.ibm.com
Wed Oct 23 11:13:44 AEDT 2024


This series implements 2 missing firmware API calls. One is to get the
maximum TPM command size and the other one allows passing a TPM command
through to the TPM.

Regards,
   Stefan

Stefan Berger (2):
  tpm: Implement firmware API call get-maximum-cmd-size
  tpm: Implement firmware API call pass-through-to-tpm

 board-qemu/slof/vio-vtpm-cdriver.fs | 19 +++++++++++++++++++
 lib/libtpm/tcgbios.c                | 21 +++++++++++++++++++++
 lib/libtpm/tcgbios.h                |  2 ++
 lib/libtpm/tpm.code                 | 22 ++++++++++++++++++++++
 lib/libtpm/tpm.in                   |  2 ++
 5 files changed, 66 insertions(+)

-- 
2.25.1



More information about the SLOF mailing list