mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
efi: Add another tranch of GUIDs
Provide information about the GUIDs supplied by QEMU, so far as it is known. These values are used in the 'efi table' command as well as the printf format string %sU Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
a6d263f59e
commit
ac93275d79
@@ -255,6 +255,14 @@ static const struct {
|
||||
EFI_CERT_TYPE_PKCS7_GUID,
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_EFI
|
||||
{ "EFI_LZMA_COMPRESSED", EFI_LZMA_COMPRESSED },
|
||||
{ "EFI_DXE_SERVICES", EFI_DXE_SERVICES },
|
||||
{ "EFI_HOB_LIST", EFI_HOB_LIST },
|
||||
{ "EFI_MEMORY_TYPE", EFI_MEMORY_TYPE },
|
||||
{ "EFI_MEM_STATUS_CODE_REC", EFI_MEM_STATUS_CODE_REC },
|
||||
{ "EFI_GUID_EFI_ACPI1", EFI_GUID_EFI_ACPI1 },
|
||||
#endif
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user