
18 Oct
2024
18 Oct
'24
7:20 p.m.
On Fri, 18 Oct 2024 at 07:43, Ilias Apalodimas ilias.apalodimas@linaro.org wrote:
On Fri, 18 Oct 2024 at 04:18, Heinrich Schuchardt heinrich.schuchardt@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@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@chromium.org