[NEXT] Pull request efi-next-2024-11-1

Heinrich Schuchardt xypron.glpk at gmx.de
Mon Nov 18 17:40:22 CET 2024


Dear Tom,

Adriano has split the patches needed to implement the EFI_HTTP_PROTOCOL
into two series. The first series received no comments requesting
changes. Let's get it merged into the next branch so that Adriano can
base on this when resubmitting his second series.

The following changes since commit c71d451033db9ed1ea3ac46fa81a09ec9c58918c:

   Merge patch series "teach 'env default' to optionally keep runtime
variables" (2024-11-15 16:36:24 -0600)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-next-2024-11-18

for you to fetch changes up to ec054b23c6ac56a0125839ae9cf800c20f886e92:

   net: net_utils: Move ip_to_string to lib/net_utils.c (2024-11-16
21:58:17 +0100)

Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/23430

----------------------------------------------------------------
Pull request efi-next-2024-11-18

Prepare for implementing the EFI_HTTP_PROTOCOL.

* Make wget functionality callable even if the wget command is not built.
   (add CONFIG_WGET symbol)
* Ensure that wget_with_dns() works the same with the old network stack
   and with lwIP.
* Put server_name and port into wget_ctx.
* Integrate struct wget_info into wget code.
* Move ip_to_string to lib/net_utils.c

----------------------------------------------------------------
Adriano Cordova (8):
       net: Kconfig: add CONFIG_WGET symbol
       net: wget: add definition of struct wget_http_info
       net: wget: Add interface to issue wget_requests using wget_http_info
       net: wget: integrate struct wget_info into legacy wget code
       net: wget: make wget_with_dns return value compatible with its
lwip version
       net/lwip: wget: put server_name and port into wget_ctx
       net/lwip: wget: integrate struct wget_info into wget code
       net: net_utils: Move ip_to_string to lib/net_utils.c

  cmd/Kconfig          |  5 +--
  cmd/net.c            |  2 ++
  include/net-common.h | 64 +++++++++++++++++++++++++++++++++++-
  include/net-lwip.h   |  9 -----
  lib/net_utils.c      | 11 +++++++
  net/Kconfig          |  9 +++++
  net/Makefile         |  2 +-
  net/lwip/Makefile    |  2 +-
  net/lwip/wget.c      | 50 ++++++++++++++++++++++++----
  net/net-common.c     | 14 ++++++++
  net/net.c            | 11 -------
  net/wget.c           | 93
+++++++++++++++++++++++++++++++++++++++-------------
  12 files changed, 217 insertions(+), 55 deletions(-)


More information about the U-Boot mailing list