[PATCH 7/8] efi_loader: user %pUs for printing GUIDs
Simon Glass
sjg at chromium.org
Fri Jan 21 16:20:45 CET 2022
On Sun, 16 Jan 2022 at 08:14, Heinrich Schuchardt
<heinrich.schuchardt at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list