summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-03-27 22:02:30 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-03-27 22:02:30 +0100
commit98dc26016837447ae8e3e943418af5c8bdab7c43 (patch)
tree356ab84bf7c9736c73961ffbbef2d5ab5e9573d7 /doc
parentfbe6549aa9caddeb40d6c5c6f53c935da1a5bfec (diff)
downloadu-boot-98dc26016837447ae8e3e943418af5c8bdab7c43.tar.gz
efi_loader: update TODOs in doc/README.uefi
The following TODOs are closed: - GetNextVariableName is not implemented - event groups - manage events in a linked list Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.uefi5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/README.uefi b/doc/README.uefi
index cda29cdcf7..b38efbc0cc 100644
--- a/doc/README.uefi
+++ b/doc/README.uefi
@@ -299,7 +299,7 @@ This driver is only available if U-Boot is configured with
CONFIG_BLK=y
CONFIG_PARTITIONS=y
-## TODOs as of U-Boot 2018.07
+## TODOs as of U-Boot 2019.04
* unimplemented or incompletely implemented boot services
* Exit - call unload function, unload applications only
@@ -308,16 +308,13 @@ This driver is only available if U-Boot is configured with
* unimplemented or incompletely implemented runtime services
* SetVariable() ignores attribute EFI_VARIABLE_APPEND_WRITE
- * GetNextVariableName is not implemented
* QueryVariableInfo is not implemented
* unimplemented events
* EVT_RUNTIME
* EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE
- * event groups
* data model
- * manage events in a linked list
* manage configuration tables in a linked list
* UEFI drivers