efi_selftest: implement printing GUIDs
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 16 Jan 2022 14:49:17 +0000 (15:49 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 19 Jan 2022 15:16:33 +0000 (16:16 +0100)
commit7884a0986d18be5ab98b5374bd8bacd031c883a9
tree2ef87c96595b61ba3f0b189e5a0af9410c6e57f1
parent983a5a2e72d3292eff417396294188f28e169b04
efi_selftest: implement printing GUIDs

The ESRT test may try to print a GUID if an error occurs.
Implement the %pU print code.

Correct the ESRT test to use %pU instead of %pUl to avoid the output
of character 'l'.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_selftest/efi_selftest_console.c
lib/efi_selftest/efi_selftest_esrt.c