Support UEFI networking protocols
authorMichael Chang <mchang@suse.com>
Mon, 9 Jan 2023 23:30:35 +0000 (18:30 -0500)
committerJulian Andres Klode <jak@debian.org>
Sun, 2 Nov 2025 11:08:11 +0000 (12:08 +0100)
commita8a3ca7aba40beb5219f76ff99b9f434b7cdcb97
treee33bf1f6702cd00738f219bb343e038d99c7f9ad
parentff9988ef089188dac5587af0cdb2690f0893b142
Support UEFI networking protocols

References: fate#320130, bsc#1015589, bsc#1076132, rhbz#1732765
Co-authored-by: Peter Jones <pjones@redhat.com>
Co-authored-by: Sebastian Krahmer <krahmer@suse.com>
Co-authored-by: Javier Martinez Canillas <javierm@redhat.com>
Co-authored-by: Robbie Harwood <rharwood@redhat.com>
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Michael Chang <mchang@suse.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Gbp-Pq: Topic network
Gbp-Pq: Name support-uefi-networking-protocols.patch
17 files changed:
grub-core/Makefile.core.def
grub-core/io/bufio.c
grub-core/kern/efi/efi.c
grub-core/net/drivers/efi/efinet.c
grub-core/net/efi/dhcp.c [new file with mode: 0644]
grub-core/net/efi/http.c [new file with mode: 0644]
grub-core/net/efi/ip4_config.c [new file with mode: 0644]
grub-core/net/efi/ip6_config.c [new file with mode: 0644]
grub-core/net/efi/net.c [new file with mode: 0644]
grub-core/net/efi/pxe.c [new file with mode: 0644]
grub-core/net/http.c
grub-core/net/net.c
include/grub/efi/api.h
include/grub/efi/dhcp.h [new file with mode: 0644]
include/grub/efi/http.h [new file with mode: 0644]
include/grub/net/efi.h [new file with mode: 0644]
util/grub-mknetdir.c