avb_verify: support using OP-TEE TA AVB
With CONFIG_OPTEE_TA_AVB use the trusted application AVB provided by OP-TEE to manage rollback indexes and device-lock status. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
This commit is contained in:
@@ -27,6 +27,10 @@ struct AvbOpsData {
|
||||
struct AvbOps ops;
|
||||
int mmc_dev;
|
||||
enum avb_boot_state boot_state;
|
||||
#ifdef CONFIG_OPTEE_TA_AVB
|
||||
struct udevice *tee;
|
||||
u32 session;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct mmc_part {
|
||||
|
Reference in New Issue
Block a user