mbox series

[U-Boot,v2,0/1] efi_loader: support BootNext and BootCurrent

Message ID 20190305015836.7345-1-takahiro.akashi@linaro.org
Headers show
Series efi_loader: support BootNext and BootCurrent | expand

Message

AKASHI Takahiro March 5, 2019, 1:58 a.m. UTC
This patch was originally posted as a single one, but then was
merged in my "run -e." Now I would like to post it on its own.

With this patch, EFI Boot Manager will handles BootNext and BootCurrent
variable as UEFI specification describes.

Changes in v2 (Mar 5, 2019)
* extract this patch from my "run -e" patch set
* use efi_[get|set]_variable instead of 'rs->*'
* add EFI_CALL
* cosmetic changes

AKASHI Takahiro (1):
  efi_loader: bootmgr: support BootNext and BootCurrent variable
    behavior

 lib/efi_loader/efi_bootmgr.c | 40 ++++++++++++++++++++++++++++++++----
 1 file changed, 36 insertions(+), 4 deletions(-)