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

2019-02-02 Thread Simon Glass
Hi Igor, On Fri, 1 Feb 2019 at 13:38, Igor Opaniuk wrote: > > Hi Simon, > > Thanks for reviewing! > > > I'm assuming that this test runs with 'make qcheck'? > > I've tested only by invoking test.py: > ./test/py/test.py --bd sandbox --build Yes that's fine, just wanted to make sure it is invoked

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

2019-02-01 Thread Igor Opaniuk
Hi Simon, Thanks for reviewing! > I'm assuming that this test runs with 'make qcheck'? I've tested only by invoking test.py: ./test/py/test.py --bd sandbox --build On Thu, Jan 31, 2019, 11:04 Simon Glass Hi Igor, > > On Sun, 27 Jan 2019 at 07:34, Igor Opaniuk > wrote: > > > > AVB version

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

2019-01-31 Thread Simon Glass
Hi Igor, On Sun, 27 Jan 2019 at 07:34, 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 >

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

2019-01-27 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