[BUG] U-Boot selftest for ESRT table: %pUl
Heinrich Schuchardt
xypron.glpk at gmx.de
Sun Jan 16 14:33:39 CET 2022
Hello Jose,
you wrote the following lines:
lib/efi_selftest/efi_selftest_esrt.c:124:
efi_st_error("ESRT field mismatch for entry with fw_class=%pUl\n",
lib/efi_selftest/efi_selftest_esrt.c:131:
efi_st_error("ESRT field mismatch for entry with fw_class=%pUl\n",
lib/efi_selftest/efi_selftest_esrt.c:138:
efi_st_error("ESRT field mismatch for entry with fw_class=%pUl\n",
lib/efi_selftest/efi_selftest_esrt.c:145:
efi_st_error("ESRT field mismatch for entry with fw_class=%pUl\n",
%pUl will print the address value of fw_class and the string "Ul".
See lib/efi_selftest/efi_selftest_console.c which has no support for
printing GUIDs.
Best regards
Heirnich
More information about the U-Boot
mailing list