diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-03-27 21:41:04 +0100 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-03-27 21:52:11 +0100 |
commit | 17394f9a66e1b8caf2bb43419668dcd26e722ffe (patch) | |
tree | a03a050d861319f9878bf53ee7f686bcddf471d7 /doc | |
parent | d0826507e2d24974cb99bfa8cac39d7684107994 (diff) | |
download | u-boot-17394f9a66e1b8caf2bb43419668dcd26e722ffe.tar.gz |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.uefi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/README.uefi b/doc/README.uefi index 0982fad92e..cda29cdcf7 100644 --- a/doc/README.uefi +++ b/doc/README.uefi @@ -329,6 +329,9 @@ This driver is only available if U-Boot is configured with * persistence * runtime support +* incompletely implemented protocols + * support version 0x00020000 of the EFI file protocol + ## Links * [1](http://uefi.org/specifications) |