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>
Mon, 15 Jul 2024 15:05:20 +0000 (17:05 +0200)
commitb952536472422a7a6cc4b505833d71138ff17f34
tree87f835a697d4da684a13c1bf1b17ff7a543ebc87
parent514a86c2e0f58f843316ffc634a192f6bb78b824
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