[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/7] Enable Automatic Disk Unlock with TPM2 on ieee1275
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v3 0/7] Enable Automatic Disk Unlock with TPM2 on ieee1275 |
Date: |
Wed, 27 Nov 2024 16:56:17 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Tue, Nov 26, 2024 at 03:39:39PM -0500, Stefan Berger wrote:
> This series of patches enables the 'Automatic Disk Unlock with TPM2'
> support for ieee1275 PowerPC platforms. It adds a TCG2 driver for this
> platform, which has the same API as the one for EFI. Further, it adjusts
> the definition of TPM 2 related bit fields for big endian targets.
>
> Regards,
> Stefan
>
> v3:
> - Applied Daniel's R-b tags
> - Added patches 2 & 3/7 for cleaning up of IEEE1275_IHANDLE_INVALID
> - Using bools instead of ints
> - Fixed commit messages
>
> v2:
> - Applied Gary's R-b tag to 1/5
> - Split v1 2/2 into 4 patches
> - Refactoring of grub_ieee1275_tpm_init
>
>
> Stefan Berger (7):
> tss2: Adjust bit fields for big endian targets
> ieee1275/serial: Cast 0 to proper type
> ieee1275: Consolidate repeated definitions of IEEE1275_IHANDLE_INVALID
> ieee1275/ibmvpm: Move TPM initializaton functions to own file
> ieee1275/tcg2: Refactor grub_ieee1275_tpm_init
> ieee1275/tcg2: Add TCG2 driver for ieee1275 PowerPC firmware
> tpm2_key_protector: Enable build for powerpc_ieee1275
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> for all patches...
Daniel
- [PATCH v3 0/7] Enable Automatic Disk Unlock with TPM2 on ieee1275, Stefan Berger, 2024/11/26
- [PATCH v3 2/7] ieee1275/serial: Cast 0 to proper type, Stefan Berger, 2024/11/26
- [PATCH v3 1/7] tss2: Adjust bit fields for big endian targets, Stefan Berger, 2024/11/26
- [PATCH v3 6/7] ieee1275/tcg2: Add TCG2 driver for ieee1275 PowerPC firmware, Stefan Berger, 2024/11/26
- [PATCH v3 3/7] ieee1275: Consolidate repeated definitions of IEEE1275_IHANDLE_INVALID, Stefan Berger, 2024/11/26
- [PATCH v3 5/7] ieee1275/tcg2: Refactor grub_ieee1275_tpm_init, Stefan Berger, 2024/11/26
- [PATCH v3 4/7] ieee1275/ibmvpm: Move TPM initializaton functions to own file, Stefan Berger, 2024/11/26
- [PATCH v3 7/7] tpm2_key_protector: Enable build for powerpc_ieee1275, Stefan Berger, 2024/11/26
- Re: [PATCH v3 0/7] Enable Automatic Disk Unlock with TPM2 on ieee1275,
Daniel Kiper <=
- Re: [PATCH v3 0/7] Enable Automatic Disk Unlock with TPM2 on ieee1275, Gary Lin, 2024/11/29