mbox series

[0/2] EFI: Add CAPSULE_FLAG_INITIATE_RESET support

Message ID 164311027891.175897.14232281505893559986.stgit@localhost
Headers show
Series EFI: Add CAPSULE_FLAG_INITIATE_RESET support | expand

Message

Masami Hiramatsu Jan. 25, 2022, 11:31 a.m. UTC
Hi,

This is the patchset for adding CAPSULE_FLAG_INITIATE_RESET
support to EFU capsule support, according to Takahiro's
comment.

The first patch is the core patch to add supporting the
CAPSULE_FLAG_INITIATE_RESET. The system reset soon after
applying the capsule file which has this flag. The rest of
capsule files on disk will be applied after reboot.
The second one adding "--flags reset" option to mkeficapsule
tool. This might better be rebased on top of Takahiro's work,
but in this version I made this series on top of the latest
master branch.

Thank you,

---

Masami Hiramatsu (2):
      EFI: Support CAPSULE_FLAGS_INITIATE_RESET for capsule update
      mkeficapsule: Support "--flags reset" option


 lib/efi_loader/efi_capsule.c |   13 +++++++++++++
 tools/mkeficapsule.c         |   26 ++++++++++++++++++++++----
 2 files changed, 35 insertions(+), 4 deletions(-)

--
Masami Hiramatsu <masami.hiramatsu@linaro.org>