efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUG
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:38:51 +0000 (21:38 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:12:07 +0000 (17:12 +0800)
commit3710802ebfc42e24fa6b7f8b78f3d668dac1363e
treed0b0093813519dcad310016a0f3c7c554c576c48
parent854624c277295fe6c2de66c08750442969b5e584
efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUG

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 <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
lib/uuid.c