Re: [U-Boot] [PATCH] test/py: avb: Move AVB test to android dir

2019-08-07 Thread Tom Rini
On Tue, Jul 02, 2019 at 09:18:02PM +0300, Sam Protsenko wrote: > Signed-off-by: Sam Protsenko Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] test/py: avb: Move AVB test to android dir

2019-08-07 Thread Tom Rini
On Wed, Aug 07, 2019 at 03:12:51PM +0300, Sam Protsenko wrote: > Hi Tom, > > On Thu, Jul 25, 2019 at 6:13 PM Tom Rini wrote: > > > > On Thu, Jul 25, 2019 at 04:33:21PM +0300, Sam Protsenko wrote: > > > Hi Simon, > > > > > > On Sat, Jul 6, 2019 at 7:53 PM Simon Glass wrote: > > > > > > > > Hi, >

Re: [U-Boot] [PATCH] test/py: avb: Move AVB test to android dir

2019-08-07 Thread Sam Protsenko
Hi Tom, On Thu, Jul 25, 2019 at 6:13 PM Tom Rini wrote: > > On Thu, Jul 25, 2019 at 04:33:21PM +0300, Sam Protsenko wrote: > > Hi Simon, > > > > On Sat, Jul 6, 2019 at 7:53 PM Simon Glass wrote: > > > > > > Hi, > > > > > > On Tue, 2 Jul 2019 at 12:18, Sam Protsenko > > > wrote: > > > > > > >

Re: [U-Boot] [PATCH] test/py: avb: Move AVB test to android dir

2019-07-25 Thread Tom Rini
On Thu, Jul 25, 2019 at 04:33:21PM +0300, Sam Protsenko wrote: > Hi Simon, > > On Sat, Jul 6, 2019 at 7:53 PM Simon Glass wrote: > > > > Hi, > > > > On Tue, 2 Jul 2019 at 12:18, Sam Protsenko > > wrote: > > > > > > Signed-off-by: Sam Protsenko > > > --- > > > test/py/tests/{ =>

Re: [U-Boot] [PATCH] test/py: avb: Move AVB test to android dir

2019-07-25 Thread Sam Protsenko
Hi Simon, On Sat, Jul 6, 2019 at 7:53 PM Simon Glass wrote: > > Hi, > > On Tue, 2 Jul 2019 at 12:18, Sam Protsenko wrote: > > > > Signed-off-by: Sam Protsenko > > --- > > test/py/tests/{ => test_android}/test_avb.py | 0 > > 1 file changed, 0 insertions(+), 0 deletions(-) > > rename

Re: [U-Boot] [PATCH] test/py: avb: Move AVB test to android dir

2019-07-08 Thread Sam Protsenko
On Sat, Jul 6, 2019 at 11:32 PM Sam Protsenko wrote: > > Hi Simon, > > On Sat, Jul 6, 2019 at 7:53 PM Simon Glass wrote: > > > > Hi, > > > > On Tue, 2 Jul 2019 at 12:18, Sam Protsenko > > wrote: > > > > > > Signed-off-by: Sam Protsenko > > > --- > > > test/py/tests/{ =>

Re: [U-Boot] [PATCH] test/py: avb: Move AVB test to android dir

2019-07-06 Thread Sam Protsenko
Hi Simon, On Sat, Jul 6, 2019 at 7:53 PM Simon Glass wrote: > > Hi, > > On Tue, 2 Jul 2019 at 12:18, Sam Protsenko wrote: > > > > Signed-off-by: Sam Protsenko > > --- > > test/py/tests/{ => test_android}/test_avb.py | 0 > > 1 file changed, 0 insertions(+), 0 deletions(-) > > rename

Re: [U-Boot] [PATCH] test/py: avb: Move AVB test to android dir

2019-07-06 Thread Simon Glass
Hi, On Tue, 2 Jul 2019 at 12:18, Sam Protsenko wrote: > > Signed-off-by: Sam Protsenko > --- > test/py/tests/{ => test_android}/test_avb.py | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename test/py/tests/{ => test_android}/test_avb.py (100%) > > diff --git

[U-Boot] [PATCH] test/py: avb: Move AVB test to android dir

2019-07-02 Thread Sam Protsenko
Signed-off-by: Sam Protsenko --- test/py/tests/{ => test_android}/test_avb.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/py/tests/{ => test_android}/test_avb.py (100%) diff --git a/test/py/tests/test_avb.py b/test/py/tests/test_android/test_avb.py similarity index 100%