commit | f7f5578ac4705990c968be00ddcdb1ff80eb1479 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 20 08:30:12 2023 +1300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Mar 25 11:07:22 2023 +0100 |
tree | 93c87e475c8e301f5ef46deefbd0a121e2564002 | |
parent | d134ad5a3065e90098b6cbad6b2e9da4cd445445 [diff] |
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>