]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 15 May 2021 20:41:26 +0000 (22:41 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 12 Jul 2021 18:30:48 +0000 (20:30 +0200)
commit79a61ccb236547a69db53ee52751e62b6a4361c3
tree4a88d8122b50625a36c2057ede0cf7261fd22a7a
parentcbe3ab986bdd5301dd4cbfd50e316a063d17d7b8
efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read()

When reading a directory using EFI_FILE_PROTOCOL.Read() provide file
attributes and timestamps.

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