[PATCH v2 1/2] efi_loader: reduce noisiness if ESP is missing

Simon Glass sjg at chromium.org
Fri Oct 18 19:20:55 CEST 2024


On Fri, 18 Oct 2024 at 07:43, Ilias Apalodimas
<ilias.apalodimas at linaro.org> wrote:
>
> On Fri, 18 Oct 2024 at 04:18, Heinrich Schuchardt
> <heinrich.schuchardt at canonical.com> wrote:
> >
> > EFI variables can be stored in a file on the EFI system partition. If that
> > partition is missing we are writing two error messages per variable. This
> > is too noisy.
> >
> > Just warn once about the missing ESP.
> >
> > Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> > ---
> > v2:
> >         new patch
> > ---
> >  lib/efi_loader/efi_var_file.c | 22 ++++++++++++++--------
> >  1 file changed, 14 insertions(+), 8 deletions(-)
> >

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list