[U-Boot] [PATCH v3 7/7] test/py: add spi_flash tests
Michal Simek
michal.simek at xilinx.com
Wed Mar 14 14:35:30 UTC 2018
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.
Michal
More information about the U-Boot
mailing list