mbox series

[0/2] efi: small hii set_keyboard_layout conformance improvement

Message ID 20230106094641.3377853-1-vincent.stehle@arm.com
Headers show
Series efi: small hii set_keyboard_layout conformance improvement | expand

Message

Vincent Stehlé Jan. 6, 2023, 9:46 a.m. UTC
Hi,

The following couple of patches make UEFI HII set_keyboard_layout() more
conforming in the case of invalid input parameter and add a selftest.
This is sent in this order to avoid breaking `bootefi selftest' in the middle
but feel free to apply in any order if preferred.

Best regards,
Vincent.


Vincent Stehlé (2):
  efi_loader: refine set_keyboard_layout() status
  efi_selftest: add hii set keyboard layout test case

 lib/efi_loader/efi_hii.c            |  3 +++
 lib/efi_selftest/efi_selftest_hii.c | 12 ++++++++++++
 2 files changed, 15 insertions(+)