
25 Sep
2018
25 Sep
'18
9:34 a.m.
On Fri, Sep 14, 2018 at 12:54 PM, Simon Glass sjg@chromium.org wrote:
On 3 September 2018 at 16:47, Jens Wiklander jens.wiklander@linaro.org wrote:
With CONFIG_OPTEE_TA_AVB use the trusted application AVB provided by OP-TEE to manage rollback indexes and device lock status.
Should this be device-lock status?
Yes, I'll fix.
Signed-off-by: Jens Wiklander jens.wiklander@linaro.org
common/avb_verify.c | 118 ++++++++++++++++++++++++++++++++++++++++++- doc/README.avb2 | 13 +++++ include/avb_verify.h | 4 ++ 3 files changed, 134 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
Thanks, Jens