From: Heinrich Schuchardt Date: Sat, 12 May 2018 01:28:44 +0000 (+0200) Subject: README.uefi: update list of missing functionality X-Git-Tag: v2018.07-rc1~10^2~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=71cee4ce68e19c0bf67e5b587ba2e1b940d18d09;p=u-boot README.uefi: update list of missing functionality Update the list of missing functionality for boottime and runtime services. Signed-off-by: Heinrich Schuchardt Signed-off-by: Alexander Graf --- 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