U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] efi: fix and test hii keyboard layout pointer computation
@ 2026-05-12 17:40 Vincent Stehlé
  2026-05-12 17:40 ` [PATCH 1/2] efi_loader: fix " Vincent Stehlé
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vincent Stehlé @ 2026-05-12 17:40 UTC (permalink / raw)
  To: u-boot
  Cc: Heinrich Schuchardt, Ilias Apalodimas, Tom Rini, AKASHI Takahiro,
	Vincent Stehlé

- Fix one scaled pointer arithmetic bug in EFI Loader HII implementation.
- Enhance the existing EFI HII unit test to catch the bug.

The unit test can run on the sandbox with the following command:

  ./u-boot -T -c "setenv efi_selftest HII database protocols; \
		  bootefi selftest"

Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
---
Vincent Stehlé (2):
      efi_loader: fix hii keyboard layout pointer computation
      efi_selftest: test hii keyboard layouts more

 lib/efi_loader/efi_hii.c                 |  3 +-
 lib/efi_selftest/efi_selftest_hii.c      | 67 ++++++++++++++++++--------------
 lib/efi_selftest/efi_selftest_hii_data.c | 12 ++++++
 3 files changed, 51 insertions(+), 31 deletions(-)
---
base-commit: 5732bd0f457b4c671e46574d64d4acb099c0f0a5
change-id: 20260512-layout-pointer-29d1cd52c070

Best regards,
-- 
Vincent.


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

end of thread, other threads:[~2026-05-12 19:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-12 17:40 [PATCH 0/2] efi: fix and test hii keyboard layout pointer computation Vincent Stehlé
2026-05-12 17:40 ` [PATCH 1/2] efi_loader: fix " Vincent Stehlé
2026-05-12 17:40 ` [PATCH 2/2] efi_selftest: test hii keyboard layouts more Vincent Stehlé
2026-05-12 19:05 ` [PATCH 0/2] efi: fix and test hii keyboard layout pointer computation Heinrich Schuchardt

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