efi: Add the component-name2 protocol to efidebug dh

Add the GUID and API for this protocol so that we can use it in the
'efidebug dh' command.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-08-16 10:54:09 -06:00
parent 27893c8309
commit 2d2b8cff43
4 changed files with 18 additions and 0 deletions

View File

@@ -156,6 +156,7 @@ extern const efi_guid_t efi_global_variable_guid;
extern const efi_guid_t efi_guid_fdt;
/* GUID of the EFI_DRIVER_BINDING_PROTOCOL */
extern const efi_guid_t efi_guid_driver_binding_protocol;
extern const efi_guid_t efi_guid_component_name2;
/* Generic EFI table header */
struct efi_table_hdr {