Am 30. März 2023 23:32:07 MESZ schrieb Simon Glass <s...@chromium.org>: >The CMD_EFIDEBUG option enables debugging so it is reasonable to assume >that all effects should be made to decode the dreaded UUIDs favoured by >UEFI. > >Update the table to show them all when CONFIG_CMD_EFIDEBUG is enabled. > >Signed-off-by: Simon Glass <s...@chromium.org> >--- > > lib/uuid.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/lib/uuid.c b/lib/uuid.c >index 96e1af3c8b00..ab30fbf9152f 100644 >--- a/lib/uuid.c >+++ b/lib/uuid.c >@@ -255,7 +255,7 @@ static const struct { > EFI_CERT_TYPE_PKCS7_GUID, > }, > #endif >-#ifdef CONFIG_EFI >+#if defined(CONFIG_CMD_EFIDEBUG) || defined(CONFIG_EFI) > { "EFI_LZMA_COMPRESSED", EFI_LZMA_COMPRESSED }, > { "EFI_DXE_SERVICES", EFI_DXE_SERVICES }, > { "EFI_HOB_LIST", EFI_HOB_LIST }, None of these are used when not building the EFI app. Best regards Heinrich
- Re: [PATCH 07/38] x86: Add a comment for board_in... Heinrich Schuchardt
- [PATCH 11/38] acpi: Add a comment to set the acpi tabl... Simon Glass
- [PATCH 15/38] log: Tidy up an ambiguous comment. Simon Glass
- [PATCH 14/38] qfw: Show the file address if available Simon Glass
- Re: [PATCH 14/38] qfw: Show the file address if a... Heinrich Schuchardt
- Re: [PATCH 14/38] qfw: Show the file address ... Simon Glass
- Re: [PATCH 14/38] qfw: Show the file address ... Mark Kettenis
- [PATCH 16/38] video: Allow building video drivers for ... Simon Glass
- [PATCH 17/38] qfw: Set the address of the ACPI tables Simon Glass
- [PATCH 18/38] efi: Show all known UUIDs with CONFIG_CM... Simon Glass
- Re: [PATCH 18/38] efi: Show all known UUIDs with ... Heinrich Schuchardt
- Re: [PATCH 18/38] efi: Show all known UUIDs w... Simon Glass
- Re: [PATCH 18/38] efi: Show all known UUI... Heinrich Schuchardt
- Re: [PATCH 18/38] efi: Show all known... Simon Glass
- Re: [PATCH 18/38] efi: Show all ... Heinrich Schuchardt
- Re: [PATCH 18/38] efi: Show ... Simon Glass
- [PATCH 20/38] Show the malloc base with the bdinfo com... Simon Glass
- [PATCH 19/38] x86: Improve the trampoline in 64-bit mo... Simon Glass
- [PATCH 21/38] nvme: Provide more useful debugging mess... Simon Glass
- [PATCH 24/38] pci: Tidy up logging and reporting for v... Simon Glass
- [PATCH 23/38] pci: Allow the video BIOS to work in SPL... Simon Glass