mbox series

Pull request for tpm-23122022

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

Pull-request

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

Message

Ilias Apalodimas Dec. 23, 2022, 11:08 a.m. UTC
Hi Tom,

The following changes since commit 1154e965d0bd16cf438afdaa4118e1455fd71a44:

  Merge tag 'efi-2023-01-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-12-20 12:50:48 -0500)

are available in the Git repository at:

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

for you to fetch changes up to fe8a4ed011107319d7b19d12118b0e5a6bfcd932:

  tee: optee: discover services dependent on tee-supplicant (2022-12-23 10:26:15 +0200)

The CI located https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/14506
had no issues

----------------------------------------------------------------
Etienne reworked the OP-TEE code to auto discover devices and
services relying on the OP-TEE supplicant.

In short OP-TEE can expose a scannable bus for Trusted
applications that behave similarly to devices.  Up to now we
could only scan for devices that did not rely on the
tee-supplicant (PTA_CMD_GET_DEVICES)

This patchset also enables devices that rely on the
tee-supplicant being up prior to scanning
----------------------------------------------------------------
Etienne Carriere (2):
      tee: optee: don't fail probe because of optee-rng
      tee: optee: discover services dependent on tee-supplicant

 drivers/tee/optee/core.c | 34 ++++++++++++++++++++++++----------
 1 file changed, 24 insertions(+), 10 deletions(-)

Comments

Tom Rini Dec. 23, 2022, 3:01 p.m. UTC | #1
On Fri, Dec 23, 2022 at 01:08:50PM +0200, Ilias Apalodimas wrote:

> Hi Tom,
> 
> The following changes since commit 1154e965d0bd16cf438afdaa4118e1455fd71a44:
> 
>   Merge tag 'efi-2023-01-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-12-20 12:50:48 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-23122022
> 
> for you to fetch changes up to fe8a4ed011107319d7b19d12118b0e5a6bfcd932:
> 
>   tee: optee: discover services dependent on tee-supplicant (2022-12-23 10:26:15 +0200)
> 
> The CI located https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/14506
> had no issues
> 

Applied to u-boot/master, thanks!