efi_loader: implement GetNextVariableName()
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Mon, 21 Jan 2019 11:43:13 +0000 (12:43 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 13 Feb 2019 08:40:06 +0000 (09:40 +0100)
commitd99a87f84b7593263bd0bfadce8ec0d59e430cdf
tree907b8ff09db3a8078d97f0fdb4633fadcfb0566a
parent77d4d396563c47a0cd74ea31fc8f906157c94b39
efi_loader: implement GetNextVariableName()

The current GetNextVariableName() is a placeholder.
With this patch, it works well as expected.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
rebased on efi-next
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_variable.c