]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: enable file SetInfo()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 6 Apr 2019 16:17:39 +0000 (18:17 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Apr 2019 12:17:06 +0000 (14:17 +0200)
commitf6bfac89a379cdf8f081789b5c312001ce3236f6
treed6bea750ab5b893e0c6242411527f11804638c91
parent3f746a329541f400c0af88b4d1f77df19a249a4f
efi_loader: enable file SetInfo()

EFI shell command edit uses the SetInfo() methods to unset the read only
attribute of the file to be edited. So let efi_file_setinfo() return
success in this case.

Return an error if the function is called for to rename or resize a file
as we do not support this yet.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_file.c