[PATCH 0/4] optee: Add support for enumerating RPMB-dependent services
Jan Kiszka <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
This allows to find firmware TPM again with recent OP-TEE versions, possibly also other services. The StMM service was not affected because it is directly invoked by efi_variable_tee when needed, and that is late enough so that all dependencies are available by then. See patches for further details. Jan Jan Kiszka (4): tee: optee: Add support for enumerating services that only need RPMB tee: optee: Do not warn about TEE_ERROR_STORAGE_NOT_AVAILABLE mmc: Call back to optee after a successful mmc_init mmc: Make "MMC Device not found" a debug output drivers/mmc/mmc-uclass.c | 2 +- drivers/mmc/mmc.c | 4 ++++ drivers/mmc/mmc_legacy.c | 2 +- drivers/tee/optee/core.c | 37 ++++++++++++++++++++++++++++++- drivers/tee/optee/optee_private.h | 2 ++ drivers/tee/optee/rpmb.c | 11 +++++++++ include/tee/optee.h | 2 ++ 7 files changed, 57 insertions(+), 3 deletions(-) -- 2.47.3