[SeaBIOS] [PATCH v3 0/2] Add menu item for activating TPM 2.0 PCR banks

Stefan Berger posted 2 patches 5 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/seabios tags/patchew/20190130190607.3360267-1-stefanb@linux.ibm.com
src/std/tcg.h |  17 ++++
src/tcgbios.c | 264 +++++++++++++++++++++++++++++++++++++++++++++++---
2 files changed, 268 insertions(+), 13 deletions(-)
[SeaBIOS] [PATCH v3 0/2] Add menu item for activating TPM 2.0 PCR banks
Posted by Stefan Berger 5 years, 1 month ago
The following two patches add a menu item to the TPM 2.0 menu that allows
a user to activate and deactivate the PCR banks the attached TPM 2.0
supports.

This operation has to be done while in the firmware.

   Stefan

v2->v3:
  - Activate the selection of activate PCR banks right from the menu
  - Undo some other changes, such as #define in src/utils.h

v1->v2:
  - Refactor existing function for looking up the buffer size a hash needs
    to use a table instead; we extend the table then in patch 2


Stefan Berger (2):
  tcgbios: Use table to convert hash to buffer size
  tcgbios: Implement TPM 2.0 menu item to activate and deactivate PCR
    banks

 src/std/tcg.h |  17 ++++
 src/tcgbios.c | 264 +++++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 268 insertions(+), 13 deletions(-)

-- 
2.17.2
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org
[SeaBIOS] Re: [PATCH v3 0/2] Add menu item for activating TPM 2.0 PCR banks
Posted by Kevin O'Connor 5 years, 1 month ago
On Wed, Jan 30, 2019 at 02:06:05PM -0500, Stefan Berger wrote:
> The following two patches add a menu item to the TPM 2.0 menu that allows
> a user to activate and deactivate the PCR banks the attached TPM 2.0
> supports.

Thanks, I committed this series.

-Kevin
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org