All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add serial test
@ 2023-08-15  3:33 Glenn Washburn
  2023-08-15  3:33 ` [PATCH 1/2] tests/util/grub-shell: Allow explicitly using other serial ports for output Glenn Washburn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Glenn Washburn @ 2023-08-15  3:33 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Glenn Washburn

Pretty self explanatory. The first patch allows explicitly telling grub-shell
which terminal output device to use so we can test that the right bytes are
getting written there. The second patch, which is the serial test, runs
grub-shell once before the real test to identify the PCI id of the serial
device that shouldbe used in the real test. This is needed because the id
varys across targets.

Glenn

Glenn Washburn (2):
  tests/util/grub-shell: Allow explicitly using other serial ports for
    output
  tests: Add serial_test

 Makefile.util.def        |  6 +++++
 tests/serial_test.in     | 55 ++++++++++++++++++++++++++++++++++++++++
 tests/util/grub-shell.in |  6 +++--
 3 files changed, 65 insertions(+), 2 deletions(-)
 create mode 100644 tests/serial_test.in

-- 
2.34.1


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

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

end of thread, other threads:[~2023-08-17 15:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-15  3:33 [PATCH 0/2] Add serial test Glenn Washburn
2023-08-15  3:33 ` [PATCH 1/2] tests/util/grub-shell: Allow explicitly using other serial ports for output Glenn Washburn
2023-08-15  3:33 ` [PATCH 2/2] tests: Add serial_test Glenn Washburn
2023-08-17 15:28 ` [PATCH 0/2] Add serial test Daniel Kiper

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.