[U-Boot] [PATCH v2 0/2] efi_loader: add GetNextVariableName

AKASHI Takahiro takahiro.akashi at linaro.org
Mon Jan 21 03:10:38 UTC 2019


In this patch, GetNextVariableName runtime service will be implemented.

Changes in v2 (Jan 21, 2019)
* update variable_name_size in GetNextVariableName
* add more comments
* change some internal variable names

AKASHI Takahiro (2):
  efi_loader: implement GetNextVariableName()
  efi_selftest: fix variables test for GetNextVariableName()

 lib/efi_loader/efi_variable.c             | 154 +++++++++++++++++++++-
 lib/efi_selftest/efi_selftest_variables.c |  13 +-
 2 files changed, 160 insertions(+), 7 deletions(-)

-- 
2.19.1



More information about the U-Boot mailing list