Re: [PATCH] lib: uuid: support more efi protocols in uuid_guid_get_str()

2025-02-19 Thread Ilias Apalodimas
Thanks for the CC Heinrich I actually lost that on the ML On Thu, 20 Feb 2025 at 09:40, Heinrich Schuchardt wrote: > > On 1/17/25 18:13, Vincent Stehlé wrote: > > Add more EFI protocols GUIDs to the translation table used by > > uuid_guid_get_str(). > > > > Signed-off-by: Vincent Stehlé > > Cc:

Re: [PATCH] lib: uuid: support more efi protocols in uuid_guid_get_str()

2025-02-19 Thread Heinrich Schuchardt
On 1/17/25 18:13, Vincent Stehlé wrote: Add more EFI protocols GUIDs to the translation table used by uuid_guid_get_str(). Signed-off-by: Vincent Stehlé Cc: Tom Rini Reviewed-by: Heinrich Schuchardt --- Hi, While the EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL_GUID, the EFI_HII_CONFIG_ACCESS_

[PATCH] lib: uuid: support more efi protocols in uuid_guid_get_str()

2025-01-17 Thread Vincent Stehlé
Add more EFI protocols GUIDs to the translation table used by uuid_guid_get_str(). Signed-off-by: Vincent Stehlé Cc: Tom Rini --- Hi, While the EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL_GUID, the EFI_HII_CONFIG_ACCESS_PROTOCOL_GUID and the EFI_LOAD_FILE_PROTOCOL_GUID are actually used by the efi_l