]> git.baikalelectronics.ru Git - uboot.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)
commitb67269c50698da50b9ef212bceb2df01e6f932d2
tree4a88d8122b50625a36c2057ede0cf7261fd22a7a
parentb29b17a5bf583f61d5c7d9d75a81c15b1c9f647f
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