]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: implement non-blocking file services
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 1 Jan 2021 07:39:43 +0000 (08:39 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 13 Jan 2021 01:38:00 +0000 (02:38 +0100)
commit1fd901483d3cd024e7f77efb2e0b1c931eebf937
tree99d5c223ade9d274205227a79387951a6834e473
parent58df1cfe40bae7f2a432f1ec27b1bb33d178ca20
efi_loader: implement non-blocking file services

Implement services OpenEx(), ReadEx(), WriteEx(), FlushEx() of the
EFI_FILE_PROTOCOL.

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