aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_debug.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2014-07-26 11:22:36 +0100
committerMichael Brown <mcb30@ipxe.org>2014-07-26 11:24:24 +0100
commit410f50c2eee0fa02e1e291c96bb7b6cea39a3c2b (patch)
tree366535ea206aa4853b90080d5fe3092cf18c68b0 /src/interface/efi/efi_debug.c
parentde65a240b98b69e125fd8014ccff2c666d64361d (diff)
downloadipxe-410f50c2eee0fa02e1e291c96bb7b6cea39a3c2b.tar.gz
[efi] Show more diagnostic information when building with DEBUG=efi_wrap
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/efi/efi_debug.c b/src/interface/efi/efi_debug.c
index 611f46cef..b7a786bfd 100644
--- a/src/interface/efi/efi_debug.c
+++ b/src/interface/efi/efi_debug.c
@@ -61,6 +61,7 @@ static struct efi_well_known_guid efi_well_known_guids[] = {
{ EFI_DISK_IO_PROTOCOL_GUID, "DiskIo" },
{ EFI_DEVICE_PATH_PROTOCOL_GUID, "DevicePath" },
{ EFI_LOADED_IMAGE_PROTOCOL_GUID, "LoadedImage" },
+ { EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL_GUID, "LoadedImageDevicePath" },
{ EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_GUID, "SimpleFileSystem" },
{ EFI_SIMPLE_NETWORK_PROTOCOL_GUID, "SimpleNetwork" },
};