All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] efi_loader: indicating capsule update results
@ 2021-07-01  8:20 Heinrich Schuchardt
  2021-07-01  8:20 ` [PATCH v3 1/2] efi_loader: fix set_capsule_result() Heinrich Schuchardt
  2021-07-01  8:20 ` [PATCH v3 2/2] efi_loader: clear OsIndications Heinrich Schuchardt
  0 siblings, 2 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2021-07-01  8:20 UTC (permalink / raw)
  To: u-boot; +Cc: Alexander Graf, Ilias Apalodimas, Heinrich Schuchardt

When creating the Capsule#### variable we should immediately update
CapsuleLast.

After each reboot we must clear flag
EFI_OS_INDICATIONS_FILE_CAPSULE_DELIVERY_SUPPORTED in variable
OsIndications.

v3:
	clear EFI_OS_INDICATIONS_FILE_CAPSULE_DELIVERY_SUPPORTED even
	after capsule update failure

Heinrich Schuchardt (2):
  efi_loader: fix set_capsule_result()
  efi_loader: clear OsIndications

 lib/efi_loader/efi_capsule.c | 39 +++++++++++++++++++----------------
 lib/efi_loader/efi_setup.c   | 40 +++++++++++++++++++++++++++++++++++-
 2 files changed, 60 insertions(+), 19 deletions(-)

--
2.30.2


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

end of thread, other threads:[~2021-07-01  8:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-01  8:20 [PATCH v3 0/2] efi_loader: indicating capsule update results Heinrich Schuchardt
2021-07-01  8:20 ` [PATCH v3 1/2] efi_loader: fix set_capsule_result() Heinrich Schuchardt
2021-07-01  8:27   ` AKASHI Takahiro
2021-07-01  8:20 ` [PATCH v3 2/2] efi_loader: clear OsIndications Heinrich Schuchardt

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.