[U-Boot] [PATCH 1/1] avb2.0: add support for named persistent values
Simon Glass
sjg at chromium.org
Sat Jan 5 01:56:25 UTC 2019
On Wed, 12 Dec 2018 at 10:55, Igor Opaniuk <igor.opaniuk at linaro.org> wrote:
>
> AVB 1.1 introduces support for named persistent values which must be
> tamper evident and allows AVB to store arbitrary key-value pairs [1].
>
> Introduce two additional Avb operations read_persistent_value()/
> write_persistent_value() for retrieving/storing names persistent values.
>
> Correspondent pull request in the OP-TEE OS project repo [2].
>
> [1]: https://android.googlesource.com/platform/external/avb/+/android-9.0.0_r22
> [2]: https://github.com/OP-TEE/optee_os/pull/2699
>
> Signed-off-by: Igor Opaniuk <igor.opaniuk at linaro.org>
> ---
> cmd/avb.c | 78 +++++++++++++++++++++++++++++
> common/avb_verify.c | 122 +++++++++++++++++++++++++++++++++++++++++++++
> include/tee.h | 2 +
> include/tee/optee_ta_avb.h | 16 ++++++
> 4 files changed, 218 insertions(+)
Is there a test case for this somewhere?
Regards,
Simon
More information about the U-Boot
mailing list