Re: [U-Boot] [U-Boot, RESEND, v3, 1/1] avb: add support for named persistent values

2019-01-26 Thread Igor Opaniuk
Hi Tom, Thanks for notifying, I totally forgot about sandbox tee driver emulation (I've run these tests only on real hardware :( ). Will fix and send v4 ASAP. Regards, Igor On Sat, 26 Jan 2019 at 15:14, Tom Rini wrote: > > On Thu, Jan 17, 2019 at 02:17:00PM +0200, Igor Opaniuk wrote: > > > AVB

Re: [U-Boot] [U-Boot, RESEND, v3, 1/1] avb: add support for named persistent values

2019-01-26 Thread Tom Rini
On Thu, Jan 17, 2019 at 02:17:00PM +0200, Igor Opaniuk wrote: > AVB version 1.1 introduces support for named persistent values > that must be tamper evident and allows AVB to store arbitrary key-value > pairs [1]. > > Introduce implementation of two additional AVB operations > read_persistent_val

[U-Boot] [RESEND v3 1/1] avb: add support for named persistent values

2019-01-17 Thread Igor Opaniuk
AVB version 1.1 introduces support for named persistent values that must be tamper evident and allows AVB to store arbitrary key-value pairs [1]. Introduce implementation of two additional AVB operations read_persistent_value()/write_persistent_value() for retrieving/storing named persistent value