All of lore.kernel.org
 help / color / mirror / Atom feed
* Pull request tpm-03092022
@ 2022-09-03 16:42 Ilias Apalodimas
  2022-09-05  2:35 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Ilias Apalodimas @ 2022-09-03 16:42 UTC (permalink / raw)
  To: u-boot, trini

Hi Tom,

The following changes since commit 67fe8cc0016756f3479288b3f67d59a517e512d5:

  Merge tag 'efi-2022-10-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-09-02 09:09:47 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 5208ed187cb6314dc64657802e8e5bb5a5e3a7fb:

  tpm: Allow committing non-volatile data (2022-09-03 16:59:05 +0300)

CI: https://source.denx.de/u-boot/custodians/u-boot-tpm/-/commit/5208ed187cb6314dc64657802e8e5bb5a5e3a7fb

Please pull

Thanks
/Ilias

----------------------------------------------------------------
Simon added a few TPM fixes and additions regarding the TRPM
internal state reporting 

----------------------------------------------------------------
Simon Glass (7):
      tpm: Require a digest source when extending the PCR
      tpm: Correct the permissions command in TPMv1
      tpm: Correct the define-space command in TPMv2
      tpm: sandbox: Allow init of TPM in a different phase
      tpm: Allow reporting the internal state
      tpm: Implement state command for Cr50
      tpm: Allow committing non-volatile data

 cmd/tpm-common.c               |  20 +++++
 cmd/tpm-user-utils.h           |   2 +
 cmd/tpm-v1.c                   |   3 +-
 cmd/tpm-v2.c                   |   3 +
 cmd/tpm_test.c                 |   5 +-
 drivers/tpm/cr50_i2c.c         | 163 +++++++++++++++++++++++++++++++++++++++++
 drivers/tpm/tpm-uclass.c       |  10 +++
 drivers/tpm/tpm2_tis_sandbox.c |  17 ++++-
 include/tpm-common.h           |  20 +++++
 include/tpm-v2.h               |  30 ++++++++
 include/tpm_api.h              |   8 +-
 lib/tpm-v1.c                   |   5 +-
 lib/tpm-v2.c                   |  70 ++++++++++++++++--
 lib/tpm_api.c                  |  10 ++-
 test/dm/Makefile               |   1 +
 test/dm/tpm.c                  |  34 +++++++++
 16 files changed, 380 insertions(+), 21 deletions(-)
 create mode 100644 test/dm/tpm.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Pull request tpm-03092022
  2022-09-03 16:42 Pull request tpm-03092022 Ilias Apalodimas
@ 2022-09-05  2:35 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2022-09-05  2:35 UTC (permalink / raw)
  To: Ilias Apalodimas; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 777 bytes --]

On Sat, Sep 03, 2022 at 07:42:47PM +0300, Ilias Apalodimas wrote:

> Hi Tom,
> 
> The following changes since commit 67fe8cc0016756f3479288b3f67d59a517e512d5:
> 
>   Merge tag 'efi-2022-10-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-09-02 09:09:47 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-03092022
> 
> for you to fetch changes up to 5208ed187cb6314dc64657802e8e5bb5a5e3a7fb:
> 
>   tpm: Allow committing non-volatile data (2022-09-03 16:59:05 +0300)
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-tpm/-/commit/5208ed187cb6314dc64657802e8e5bb5a5e3a7fb
> 
> Please pull
> 
> Thanks
> /Ilias
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-05  2:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-03 16:42 Pull request tpm-03092022 Ilias Apalodimas
2022-09-05  2:35 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.