mbox series

Pull request for tpm-20122022

Message ID 20221220074553.577260-1-ilias.apalodimas@linaro.org
State New
Headers show
Series Pull request for tpm-20122022 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-20122022

Message

Ilias Apalodimas Dec. 20, 2022, 7:45 a.m. UTC
Hi Tom,

The following changes since commit 2243922edca9f56a9d5519b9d6e36f5d7a18434d:

  Prepare v2023.01-rc4 (2022-12-19 08:45:26 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-20122022

for you to fetch changes up to 33ba80303e93869c439828dd289fb8ef64ed3bfc:

  tpm2: ftpm: open session with privileged ree login (2022-12-20 09:37:36 +0200)

----------------------------------------------------------------
Etienne enabled privileged logins on the firmware TPM running
under OP-TEE.

We don't expect any substantial changes to the current functionality.
This is useful since fTPM may restrict access to that login when
Linux based OS is running and applications are expected to got through
the Linux TPMv2 driver instead of being accessed directly from a userspace
Trusted application
----------------------------------------------------------------

Etienne Carriere (1):
      tpm2: ftpm: open session with privileged ree login

 drivers/tpm/tpm2_ftpm_tee.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Dec. 21, 2022, 5:49 p.m. UTC | #1
On Tue, Dec 20, 2022 at 09:45:53AM +0200, Ilias Apalodimas wrote:

> Hi Tom,
> 
> The following changes since commit 2243922edca9f56a9d5519b9d6e36f5d7a18434d:
> 
>   Prepare v2023.01-rc4 (2022-12-19 08:45:26 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-20122022
> 
> for you to fetch changes up to 33ba80303e93869c439828dd289fb8ef64ed3bfc:
> 
>   tpm2: ftpm: open session with privileged ree login (2022-12-20 09:37:36 +0200)
> 

Applied to u-boot/master, thanks!