]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0aa96e589db189444769a4c76cc25db535ca1807
treea03a050d861319f9878bf53ee7f686bcddf471d7
parentb13822f8b6afeee761a31a21c5f742db154b4320
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