
On Sun, 16 Jan 2022 at 08:14, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
For printing GUIDs with macro EFI_ENTRY use %pUs instead of %pUl to provide readable debug output.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
lib/efi_loader/efi_boottime.c | 26 +++++++++++++------------- lib/efi_loader/efi_capsule.c | 6 +++--- lib/efi_loader/efi_esrt.c | 6 +++--- lib/efi_loader/efi_file.c | 4 ++-- lib/efi_loader/efi_hii.c | 14 +++++++------- lib/efi_loader/efi_hii_config.c | 2 +- lib/efi_loader/efi_image_loader.c | 2 +- lib/efi_loader/efi_rng.c | 2 +- lib/efi_loader/efi_signature.c | 2 +- lib/efi_loader/efi_var_common.c | 6 +++--- 10 files changed, 35 insertions(+), 35 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org