Re: [PATCH 3/3] cmd: bootefi: error handling bootefi selftest

2024-03-20 Thread Ilias Apalodimas
On Sat, 16 Mar 2024 at 11:37, Heinrich Schuchardt wrote: > > If bootefi selftest is executed and a problem with the device-tree > installation occurs, efi_install_fdt() writes sensible error messages. > It never returns EFI_INVALID_PARAMETER. It neither makes sense to check > for EFI_INVALID_PARAM

[PATCH 3/3] cmd: bootefi: error handling bootefi selftest

2024-03-16 Thread Heinrich Schuchardt
If bootefi selftest is executed and a problem with the device-tree installation occurs, efi_install_fdt() writes sensible error messages. It never returns EFI_INVALID_PARAMETER. It neither makes sense to check for EFI_INVALID_PARAMETER nor to show the usage help for the bootefi command in this case