All of lore.kernel.org
 help / color / mirror / Atom feed
* [u-boot-test-hooks PATCH v2 0/2] Add support for Labgrid
@ 2024-06-13  1:15 Simon Glass
  2024-06-13  1:15 ` [u-boot-test-hooks PATCH v2 1/2] Create a common file for test scripts Simon Glass
  2024-06-13  1:15 ` [u-boot-test-hooks PATCH v2 2/2] Provide some basic scripts for Labgrid integration Simon Glass
  0 siblings, 2 replies; 4+ messages in thread
From: Simon Glass @ 2024-06-13  1:15 UTC (permalink / raw)
  To: U-Boot Mailing List; +Cc: Tom Rini, Simon Glass

This adds hooks for use with Labgrid. The only existing hook that really
does anything now is the 'console' one. There is also a new 'getrole'
hook which looks up a role to find various things about it, such as the
U-Boot board name.

Changes in v2:
- Make use of the common script (only) to set bin_dir
- Make use of the common script (only) to set bin_dir

Simon Glass (2):
  Create a common file for test scripts
  Provide some basic scripts for Labgrid integration

 README.md                    | 33 ++++++++++++++++++++++++++++
 bin/console.labgrid          | 42 ++++++++++++++++++++++++++++++++++++
 bin/ellesmere/common-labgrid | 31 ++++++++++++++++++++++++++
 bin/ellesmere/conf.all       | 24 +++++++++++++++++++++
 bin/getrole.labgrid          | 25 +++++++++++++++++++++
 bin/release.labgrid          | 22 +++++++++++++++++++
 bin/release.none             | 22 +++++++++++++++++++
 bin/u-boot-test-common       | 35 ++++++++++++++++++++++++++++++
 bin/u-boot-test-console      |  8 +------
 bin/u-boot-test-flash        |  8 +------
 bin/u-boot-test-getrole      | 38 ++++++++++++++++++++++++++++++++
 bin/u-boot-test-power-off    |  8 +------
 bin/u-boot-test-power-on     |  8 +------
 bin/u-boot-test-release      | 26 ++++++++++++++++++++++
 bin/u-boot-test-reset        |  8 +------
 15 files changed, 303 insertions(+), 35 deletions(-)
 create mode 100644 bin/console.labgrid
 create mode 100755 bin/ellesmere/common-labgrid
 create mode 100644 bin/ellesmere/conf.all
 create mode 100644 bin/getrole.labgrid
 create mode 100644 bin/release.labgrid
 create mode 100644 bin/release.none
 create mode 100755 bin/u-boot-test-common
 create mode 100755 bin/u-boot-test-getrole
 create mode 100755 bin/u-boot-test-release

-- 
2.34.1


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

end of thread, other threads:[~2024-06-13 15:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-13  1:15 [u-boot-test-hooks PATCH v2 0/2] Add support for Labgrid Simon Glass
2024-06-13  1:15 ` [u-boot-test-hooks PATCH v2 1/2] Create a common file for test scripts Simon Glass
2024-06-13 15:33   ` Tom Rini
2024-06-13  1:15 ` [u-boot-test-hooks PATCH v2 2/2] Provide some basic scripts for Labgrid integration Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.