]> git.baikalelectronics.ru Git - uboot.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)
commitbe73eb9dfefbf354a609f5421cfcd9c4988dc2aa
tree93c87e475c8e301f5ef46deefbd0a121e2564002
parent1228c5f3d8d5643cb458bb47ab76610138c474ef
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