]> git.sur5r.net Git - u-boot/commitdiff
README.uefi: update list of missing functionality
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 12 May 2018 01:28:44 +0000 (03:28 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 3 Jun 2018 13:27:20 +0000 (15:27 +0200)
Update the list of missing functionality for boottime and runtime services.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
doc/README.uefi

index 196e99994a332d086b0428fe8aae5d9b63af5c93..d4031ef8e86576df75e1a2779eb4d546f8fa4db0 100644 (file)
@@ -299,13 +299,18 @@ This driver is only available if U-Boot is configured with
     CONFIG_BLK=y
     CONFIG_PARTITIONS=y
 
-## TODOs as of U-Boot 2018.03
+## TODOs as of U-Boot 2018.07
 
 * unimplemented or incompletely implemented boot services
   * Exit - call unload function, unload applications only
-  * ReinstallProtocolInterface
+  * ProtocolRegisterNotify
   * UnloadImage
 
+* 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