commit | 80f911376b3a712b51011b0cc2e54db420d3fcad | [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 | 5762467900daecbfbe094d2e5ab5306d03672160 [diff] | |
parent | b080e0a794ee1c8623a0c364cfe2f0704e3c33ea [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