mbox series

[U-Boot,v2,0/2] efi_loader: support APPEND_WRITE

Message ID 20190906060953.31481-1-takahiro.akashi@linaro.org
Headers show
Series efi_loader: support APPEND_WRITE | expand

Message

AKASHI Takahiro Sept. 6, 2019, 6:09 a.m. UTC
Changes in v2 (Sept 6, 2019)
* add a check against read-only variable to delete with APPEND_WRITE
* add a check against non-existent variable to append
* add/modify APPEND_WRITE tests

AKASHI Takahiro (2):
  efi_loader: variable: support APPEND_WRITE
  efi_loader: selftest: enable APPEND_WRITE tests

 lib/efi_loader/efi_variable.c             | 70 ++++++++++++++---------
 lib/efi_selftest/efi_selftest_variables.c | 20 ++++++-
 2 files changed, 63 insertions(+), 27 deletions(-)