commit | b7d4c80fce449b8f8a3cb3cb279487e81863af04 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Nov 18 10:46:06 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 18 10:46:06 2024 -0600 |
tree | 9a0180d3b77f74afb350892cf1305c1a47b5c5ee | |
parent | b9e0048b6d0c8d7329e1bf8f7df65bb4b0f3ce03 [diff] | |
parent | 9063dba2d326e07682338cdb636787e99f1bf3f5 [diff] |
Merge tag 'efi-next-2024-11-18' of https://source.denx.de/u-boot/custodians/u-boot-efi into next CI: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/23430 - 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