mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
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:
parent
a6ab4245d1
commit
6663e07478
3 changed files with 134 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue