diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-05-12 03:28:44 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-06-03 15:27:20 +0200 |
commit | 71cee4ce68e19c0bf67e5b587ba2e1b940d18d09 (patch) | |
tree | aeb716432baf3257b3a08cc2092c39c1260add9d /doc | |
parent | 62217295d7b0377f5eeee0e9716cc0443e4ce1ba (diff) | |
download | u-boot-71cee4ce68e19c0bf67e5b587ba2e1b940d18d09.tar.gz u-boot-71cee4ce68e19c0bf67e5b587ba2e1b940d18d09.tar.bz2 u-boot-71cee4ce68e19c0bf67e5b587ba2e1b940d18d09.zip |
README.uefi: update list of missing functionality
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.uefi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/README.uefi b/doc/README.uefi index 196e99994a..d4031ef8e8 100644 --- a/doc/README.uefi +++ b/doc/README.uefi @@ -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 |