summaryrefslogtreecommitdiff
path: root/doc/README.uefi
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-03-27 23:41:04 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-03-27 23:52:11 +0300
commit17394f9a66e1b8caf2bb43419668dcd26e722ffe (patch)
treea03a050d861319f9878bf53ee7f686bcddf471d7 /doc/README.uefi
parentd0826507e2d24974cb99bfa8cac39d7684107994 (diff)
downloadu-boot-17394f9a66e1b8caf2bb43419668dcd26e722ffe.tar.xz
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/README.uefi')
-rw-r--r--doc/README.uefi3
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)