All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] efi: fix block io revision and test
@ 2026-06-09  8:07 Vincent Stehlé
  2026-06-09  8:07 ` [PATCH 1/2] lib/efi_loader: fix block io revision Vincent Stehlé
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Vincent Stehlé @ 2026-06-09  8:07 UTC (permalink / raw)
  To: u-boot; +Cc: Heinrich Schuchardt, Ilias Apalodimas, Tom Rini,
	Vincent Stehlé

Make sure we set the Revision field of our EFI_BLOCK_IO_PROTOCOL structures
to a valid value and add a unit test to verify that.

This can be tested on the sandbox with the following command:

  ./u-boot -T -c 'setenv efi_selftest block device; bootefi selftest'

Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
---
Vincent Stehlé (2):
      lib/efi_loader: fix block io revision
      lib/efi_selftest: test block io revision

 lib/efi_loader/efi_disk.c                    |  1 +
 lib/efi_selftest/efi_selftest_block_device.c | 50 ++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)
---
base-commit: 1a8b7ad50aed5f5f0a4ccbfd455233919c097293
change-id: 20260608-rev-772dedbb2fda

Best regards,
-- 
Vincent.


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

end of thread, other threads:[~2026-06-26 14:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09  8:07 [PATCH 0/2] efi: fix block io revision and test Vincent Stehlé
2026-06-09  8:07 ` [PATCH 1/2] lib/efi_loader: fix block io revision Vincent Stehlé
2026-06-21  8:39   ` Heinrich Schuchardt
2026-06-09  8:07 ` [PATCH 2/2] lib/efi_selftest: test " Vincent Stehlé
2026-06-21  8:51   ` Heinrich Schuchardt
2026-06-24  8:30     ` Vincent Stehlé
2026-06-24  9:26 ` [PATCH v2] " Vincent Stehlé
2026-06-24 20:21   ` Heinrich Schuchardt
2026-06-26 14:47     ` Vincent Stehlé
2026-06-26 14:47   ` [PATCH v3 0/2] efi_selftest: block io protocol verifications Vincent Stehlé
2026-06-26 14:47     ` [PATCH v3 1/2] efi_selftest: free handles on teardown() Vincent Stehlé
2026-06-26 14:47     ` [PATCH v3 2/2] efi_selftest: test block io revision and pointers Vincent Stehlé

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.