On Sat, 26 Oct 2024 at 08:41, Heinrich Schuchardt <[email protected]> wrote: > > * Some of our file system drivers cannot report a file size for > directories. Use a dummy value in this case. > * For SetInfo the UEFI spec requires to ignore the file size field. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > lib/efi_loader/efi_file.c | 30 ++++++++++++++++++++---------- > 1 file changed, 20 insertions(+), 10 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

