Support UEFI networking protocols
authorMichael Chang <mchang@suse.com>
Mon, 9 Jan 2023 23:30:35 +0000 (18:30 -0500)
committerFelix Zielcke <fzielcke@z-51.de>
Wed, 11 Jun 2025 15:42:34 +0000 (17:42 +0200)
commit91fac1ffc7200019e6d178ec38cc0b52d206a268
tree86435984dc953118353016ecf3beae1e8bb02ec1
parent340cb123180c986421c9a28be25bce308f2ceabd
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