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

Sughosh Ganu sughosh.ganu at linaro.org
Tue Jun 24 14:07:28 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 V1:
* Move the option for entering the URI under the boot file - patch 1.
* All corresponding changes needed for the above change - 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      | 113 ++++++++++++++++++++++++++++++++++++++++---
 include/efi_config.h |   4 ++
 test/cmd/wget.c      |  20 ++++++++
 3 files changed, 129 insertions(+), 8 deletions(-)

-- 
2.34.1




More information about the U-Boot mailing list