public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] add inital SF tests
@ 2018-02-27  4:17 Liam Beguin
  2018-02-27  4:17 ` [U-Boot] [PATCH 1/3] test/py: README: fix typo Liam Beguin
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: Liam Beguin @ 2018-02-27  4:17 UTC (permalink / raw)
  To: u-boot

Hi all,

This is the inital step to adding tests for the SF subsystem plus very
minor fixes. It is based on work I found on the mailing list[1].
For now, it doesn't do much but I plan on adding code to reset the flash
to its initial state (based on an env flag) and more code to test the
`sf protect` subcommand (which is the main goal of this series).
I'm sending it now to make sure it's headed in the right direction.

Thanks,
Liam Beguin

[ 1 ] https://patchwork.ozlabs.org/patch/623061/

Liam Beguin (3):
  test/py: README: fix typo
  test/py: README: add HOSTNAME to PYTHONPATH
  test/py: add spi_flash tests

 test/py/README.md        |   6 +-
 test/py/tests/test_sf.py | 233 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 236 insertions(+), 3 deletions(-)
 create mode 100644 test/py/tests/test_sf.py

base-commit: 4bafceff0e9e5a36908031e41c69a6b37e82da58
Published-As: https://github.com/Liambeguin/u-boot/releases/tag/test_sf_v1

-- 
2.16.1.72.g5be1f00a9a70

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2018-03-13 23:52 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-27  4:17 [U-Boot] [PATCH 0/3] add inital SF tests Liam Beguin
2018-02-27  4:17 ` [U-Boot] [PATCH 1/3] test/py: README: fix typo Liam Beguin
2018-03-01 21:23   ` Stephen Warren
2018-03-03 16:32     ` Liam Beguin
2018-02-27  4:17 ` [U-Boot] [PATCH 2/3] test/py: README: add HOSTNAME to PYTHONPATH Liam Beguin
2018-03-01 21:25   ` Stephen Warren
2018-02-27  4:17 ` [U-Boot] [PATCH 3/3] test/py: add spi_flash tests Liam Beguin
2018-02-27  8:51   ` Michal Simek
2018-03-01  4:01     ` Liam Beguin
2018-03-01  6:59       ` Michal Simek
2018-03-01 11:48         ` Liam Beguin
2018-03-01 11:58           ` Michal Simek
2018-03-01 21:18           ` Stephen Warren
2018-03-05  7:58             ` Michal Simek
2018-03-01 21:56   ` Stephen Warren
2018-03-03 16:32     ` Liam Beguin
2018-03-13 21:22       ` Stephen Warren
2018-03-13 23:52         ` Liam Beguin
2018-02-27 11:52 ` [U-Boot] [PATCH 0/3] add inital SF tests Michal Simek
2018-03-01 21:22   ` Stephen Warren
2018-03-05  7:56     ` Michal Simek
2018-02-27 16:29 ` Stephen Warren
2018-02-27 18:52   ` Liam Beguin
2018-02-28 17:50     ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox