]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Tidy up reporting of errors
authorSimon Glass <sjg@chromium.org>
Wed, 10 May 2023 22:34:26 +0000 (16:34 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 13 May 2023 13:52:32 +0000 (09:52 -0400)
commitc8894348454aef103a29e5afbfe45c0959b9d45b
treead0e08049b5acf510ab6f56fe9d30cd1188c47e2
parentd8d40bc392d1ce60660e479a73970666e6a8a7be
bootstd: Tidy up reporting of errors

In a few cases the error handling is not quite right. Make sure we
return the actual error in distro_efi_read_bootflow_file() rather than
-EINVAL. Return -IO when a file cannot be read. Also show the error name
if available.

This does not change operation, but does make it easier to diagnose
problems.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootmeth-uclass.c
boot/bootmeth_efi.c
cmd/bootflow.c
test/boot/bootflow.c