efi_loader: TODO for the EFI file protocol
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 27 Mar 2019 20:41:04 +0000 (21:41 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 27 Mar 2019 20:52:11 +0000 (21:52 +0100)
commit17394f9a66e1b8caf2bb43419668dcd26e722ffe
treea03a050d861319f9878bf53ee7f686bcddf471d7
parentd0826507e2d24974cb99bfa8cac39d7684107994
efi_loader: TODO for the EFI file protocol

We currently only support EFI_FILE_PROTOCOL_REVISION while
UEFI specs 2.4 - 2.7 prescribe EFI_FILE_PROTOCOL_REVISION2.
Add a todo.

Add missing constants for the EFI file protocol revision.

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