[U-Boot] [PATCH v3 7/7] test/py: add spi_flash tests

Liam Beguin liambeguin at gmail.com
Wed Mar 14 15:59:43 UTC 2018


Hi Michal,

On Wed, 14 Mar 2018 at 10:35 Michal Simek <michal.simek at xilinx.com> wrote:

> On 14.3.2018 03:03, Liam Beguin wrote:
> > Add basic tests for the spi_flash subsystem.
> >
> > Signed-off-by: Liam Beguin <liambeguin at gmail.com>
> > ---
> >  test/py/tests/test_sf.py | 217
> +++++++++++++++++++++++++++++++++++++++++++++++
> >  1 file changed, 217 insertions(+)
> >  create mode 100644 test/py/tests/test_sf.py
> >
> > diff --git a/test/py/tests/test_sf.py b/test/py/tests/test_sf.py
> > new file mode 100644
> > index 000000000000..8bd1623ff303
> > --- /dev/null
> > +++ b/test/py/tests/test_sf.py
> > @@ -0,0 +1,217 @@
> > +# Copyright (c) 2017, Xiphos Systems Corp. All rights reserved.
>
> here should be probably also xilinx copyright because some things were
> taken from that.
>
>
Right, is this ok with you? (copied from your initial patch)

        Copyright (c) 2016, Xilinx Inc. Michal Simek



> Michal
>

Liam Beguin


More information about the U-Boot mailing list