[PATCH v5 0/2] eficonfig: add support for URI based boot option

Sughosh Ganu sughosh.ganu at linaro.org
Thu Jul 3 08:43:06 CEST 2025


Add support for adding URI based boot option through the eficonfig
command. Also add a basic test case for checking validity of the URI's
being passed to the wget function.

Changes since V4:
* Clear out the URI string in eficonfig_process_clear_file_selection()
  when user selects the 'Clear' menu - patch 1.
* Display the URI string as part of editing the boot option by putting
  a check in prepare_file_selection_entry() - patch 1.
* Clear out the URI string in eficonfig_process_select_file() if a
  file is being selected from one of the disk volumes - patch 1.



Sughosh Ganu (2):
  cmd: eficonfig: add support for URI device path based boot options
  test: wget: add a test case for validating URI

 cmd/eficonfig.c      | 146 ++++++++++++++++++++++++++++++++++++++++---
 include/efi_config.h |   2 +
 test/cmd/wget.c      |  20 ++++++
 3 files changed, 160 insertions(+), 8 deletions(-)

-- 
2.34.1




More information about the U-Boot mailing list