summaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_debug.c
diff options
context:
space:
mode:
authorMichael Brown2023-06-07 13:39:23 +0200
committerMichael Brown2023-06-07 13:57:51 +0200
commitbc75bbaf17b35bf7850255e7effe6f2ddf6f4fb2 (patch)
tree1ce1f34ec5db89f045e6442f706202a3116c4787 /src/interface/efi/efi_debug.c
parent[efi] Add Ip4Config2 header and GUID definition (diff)
downloadipxe-bc75bbaf17b35bf7850255e7effe6f2ddf6f4fb2.tar.gz
ipxe-bc75bbaf17b35bf7850255e7effe6f2ddf6f4fb2.tar.xz
ipxe-bc75bbaf17b35bf7850255e7effe6f2ddf6f4fb2.zip
[efi] Add DNS headers and GUID definitions
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/efi/efi_debug.c')
-rw-r--r--src/interface/efi/efi_debug.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/interface/efi/efi_debug.c b/src/interface/efi/efi_debug.c
index dec6b6e62..7205c6990 100644
--- a/src/interface/efi/efi_debug.c
+++ b/src/interface/efi/efi_debug.c
@@ -105,6 +105,14 @@ static struct efi_well_known_guid efi_well_known_guids[] = {
"Dhcp6Sb" },
{ &efi_disk_io_protocol_guid,
"DiskIo" },
+ { &efi_dns4_protocol_guid,
+ "Dns4" },
+ { &efi_dns4_service_binding_protocol_guid,
+ "Dns4Sb" },
+ { &efi_dns6_protocol_guid,
+ "Dns6" },
+ { &efi_dns6_service_binding_protocol_guid,
+ "Dns6Sb" },
{ &efi_graphics_output_protocol_guid,
"GraphicsOutput" },
{ &efi_hii_config_access_protocol_guid,