]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi: Include GUID names with EFI app and payload
authorSimon Glass <sjg@chromium.org>
Sun, 19 Mar 2023 19:30:12 +0000 (08:30 +1300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 25 Mar 2023 10:07:22 +0000 (11:07 +0100)
commit4e5e49a3c7108c07a739c1f3fbd865e67fbef868
tree93c87e475c8e301f5ef46deefbd0a121e2564002
parentac93275d79f85a169006a07e6a669b78970f381d
efi: Include GUID names with EFI app and payload

These are currently only available when running with EFI_LOADER.
Expand this to include the app and payload, since it is useful to be
able to decode things there.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/uuid.c