All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/1] efi_loader: support BootNext and BootCurrent
@ 2019-03-05  1:58 AKASHI Takahiro
  2019-03-05  1:58 ` [U-Boot] [PATCH v2 1/1] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior AKASHI Takahiro
  0 siblings, 1 reply; 6+ messages in thread
From: AKASHI Takahiro @ 2019-03-05  1:58 UTC (permalink / raw)
  To: u-boot

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(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-03-08  0:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-05  1:58 [U-Boot] [PATCH v2 0/1] efi_loader: support BootNext and BootCurrent AKASHI Takahiro
2019-03-05  1:58 ` [U-Boot] [PATCH v2 1/1] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior AKASHI Takahiro
2019-03-05 19:38   ` Heinrich Schuchardt
2019-03-06  0:17     ` AKASHI Takahiro
2019-03-06  4:21       ` Heinrich Schuchardt
2019-03-08  0:51         ` AKASHI Takahiro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.