commit | 7f771750cdb285183638406db4c205decbd7ce16 | [log] [tgz] |
---|---|---|
author | Gabriel Dalimonte <gabriel.dalimonte@gmail.com> | Mon Feb 17 13:26:47 2025 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 07 11:50:22 2025 -0600 |
tree | 7af4fcbff0b7a363c8bc370a617810fa16630148 | |
parent | 7823d75848486fcd8a3bfed5fa04f7f6e6691695 [diff] |
efi_loader: support file rename in SetInfo() Following the UEFI specification. The specification did not seem to delineate if file_name was explicitly a file name only, or could include paths to move the file to a different directory. The more generous interpretation of supporting paths was selected. Signed-off-by: Gabriel Dalimonte <gabriel.dalimonte@gmail.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>