Re: [U-Boot] [PATCH 1/1] avb2.0: add support for named persistent values

2019-01-04 Thread Simon Glass
On Wed, 12 Dec 2018 at 10:55, Igor Opaniuk 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

[U-Boot] [PATCH 1/1] avb2.0: add support for named persistent values

2018-12-12 Thread Igor Opaniuk
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