efi: Add a few more GUIDs

We can never hope to have a definitive list of GUIDs, but add four more,
discovered when booting from QEMU on ARM.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-08-11 14:08:12 -06:00
parent 41d386529a
commit 7fb1c0760e
2 changed files with 20 additions and 0 deletions

View File

@@ -275,6 +275,10 @@ static const struct {
{ "EFI_MEMORY_TYPE", EFI_MEMORY_TYPE },
{ "EFI_MEM_STATUS_CODE_REC", EFI_MEM_STATUS_CODE_REC },
{ "EFI_GUID_EFI_ACPI1", EFI_GUID_EFI_ACPI1 },
{ "CRC32 Guided Section Extraction", EFI_GUIDED_SECTION_EXTRACTION },
{ "Debug Image Info", EFI_DEBUG_IMAGE_INFO_TABLE },
{ "Memory Attribute", EFI_ACPI_MCFG_TABLE_GUID },
{ "Random-number-generator Algorithms", EFI_RNG_ALGORITHM_GUID },
#endif
#endif /* !USE_HOSTCC */
};