mbox series

[0/5] improve eficonfig usability

Message ID 20230202092447.28590-1-masahisa.kojima@linaro.org
Headers show
Series improve eficonfig usability | expand

Message

Masahisa Kojima Feb. 2, 2023, 9:24 a.m. UTC
This series improves the eficonfig usability, enhances the error
message and fixes the issue reported by coverity.

Masahisa Kojima (5):
  menu: remove CTRL+C to quit
  eficonfig: CTRL+S to save the boot order
  eficonfig: set EFICONFIG_ENTRY_NUM_MAX to INT_MAX - 1
  eficonfig: include EFI_STATUS string in error message
  eficonfig: add error message of SetVariable

 cmd/bootmenu.c               |   2 +-
 cmd/eficonfig.c              | 127 ++++++++++++++++++++++++++++++-----
 cmd/eficonfig_sbkey.c        |  16 +++--
 common/menu.c                |   4 +-
 doc/usage/cmd/bootmenu.rst   |   2 +-
 include/efi_config.h         |   4 +-
 include/menu.h               |   1 +
 lib/efi_loader/efi_console.c |   2 +-
 8 files changed, 127 insertions(+), 31 deletions(-)