forked from OERV-BSP/u-boot
lib: uuid: add EFI_PARTITION_INFO_PROTOCOL_GUID translation
Add support for translating the EFI_PARTITION_INFO_PROTOCOL_GUID to a text. Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
@@ -139,6 +139,10 @@ static const struct {
|
||||
NULL, "Disk IO",
|
||||
EFI_DISK_IO_PROTOCOL_GUID,
|
||||
},
|
||||
{
|
||||
NULL, "Partition Info",
|
||||
EFI_PARTITION_INFO_PROTOCOL_GUID,
|
||||
},
|
||||
{
|
||||
NULL, "Simple File System",
|
||||
EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_GUID,
|
||||
|
||||
Reference in New Issue
Block a user