commit | 6e3f70b167085b1cb272a7b8e1c005be6080e56d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Oct 26 08:40:47 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 01 13:37:58 2024 -0600 |
tree | e64c86ffd27432ab61f47130d66c22538a5f21b6 | |
parent | e415b99551b71d176702a311042a05ad3a3eb82d [diff] |
efi_loader: fix GetInfo and SetInfo * 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 <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>