tpm2: ftpm: add the device in the OP-TEE services list
commit fe8a4ed011
("tee: optee: discover services dependent on tee-supplicant")
is trying to automatically scan and add TAs that are presented on pseudo
bus from the secure world.
In order to be able to list and compare the scanned devices the available drivers
have to register themselves on the op-tee service list.
Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
8aedcaf991
commit
9d28f67c81
1 changed files with 3 additions and 0 deletions
|
@ -18,10 +18,13 @@
|
|||
#include <log.h>
|
||||
#include <tpm-v2.h>
|
||||
#include <tee.h>
|
||||
#include <tee/optee_service.h>
|
||||
|
||||
#include "tpm_tis.h"
|
||||
#include "tpm2_ftpm_tee.h"
|
||||
|
||||
OPTEE_SERVICE_DRIVER(optee_ftpm, TA_FTPM_UUID, "ftpm_tee");
|
||||
|
||||
/**
|
||||
* ftpm_tee_transceive() - send fTPM commands and retrieve fTPM response.
|
||||
* @sendbuf - address of the data to send, byte by byte
|
||||
|
|
Loading…
Reference in a new issue