Re: [U-Boot] [PATCH v2 1/1] avb: add support for named persistent values

2019-01-14 Thread Jens Wiklander
Hi Igor, Some comments below. On Fri, Dec 14, 2018 at 07:45:03PM +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 o

Re: [U-Boot] [PATCH v2 1/1] avb: add support for named persistent values

2018-12-27 Thread Igor Opaniuk
ok, np. will send in v3 patch On Thu, 27 Dec 2018 at 17:12, Simon Glass wrote: > > Hi Igor, > > On Thu, 27 Dec 2018 at 07:50, Igor Opaniuk wrote: > > > > Hi Simon, > > > > Could you please point me to the update test you mean? (I assume it's > > "test_avb.py"?) > > Yes that's right. The test sh

Re: [U-Boot] [PATCH v2 1/1] avb: add support for named persistent values

2018-12-27 Thread Simon Glass
Hi Igor, On Thu, 27 Dec 2018 at 07:50, Igor Opaniuk wrote: > > Hi Simon, > > Could you please point me to the update test you mean? (I assume it's > "test_avb.py"?) Yes that's right. The test should cover the functionality of the feature. Regards, Simon _

Re: [U-Boot] [PATCH v2 1/1] avb: add support for named persistent values

2018-12-27 Thread Igor Opaniuk
Hi Simon, Could you please point me to the update test you mean? (I assume it's "test_avb.py"?) Thanks BR, Igor On Sat, 22 Dec 2018 at 22:52, Simon Glass wrote: > > Hi Igor, > > On Fri, 14 Dec 2018 at 10:45, Igor Opaniuk wrote: > > > > AVB version 1.1 introduces support for named persistent

Re: [U-Boot] [PATCH v2 1/1] avb: add support for named persistent values

2018-12-22 Thread Simon Glass
Hi Igor, On Fri, 14 Dec 2018 at 10:45, 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_valu

Re: [U-Boot] [PATCH v2 1/1] avb: add support for named persistent values

2018-12-21 Thread Igor Opaniuk
Update: Patch for OP-TEE AVB trusted application (which introduces implementation for persistent named values support on secure world side) was successfully merged [1]. [1]: https://github.com/OP-TEE/optee_os/pull/2699 On Fri, 14 Dec 2018 at 19:45, Igor Opaniuk wrote: > > AVB version 1.1 introdu

[U-Boot] [PATCH v2 1/1] avb: add support for named persistent values

2018-12-14 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