mbox series

[v3,0/3] EFI: Use sysreset instead of reset command

Message ID 164786984495.412493.4209842889853239285.stgit@localhost
Headers show
Series EFI: Use sysreset instead of reset command | expand

Message

Masami Hiramatsu March 21, 2022, 1:37 p.m. UTC
Hi,

Here is the 3rd version of the series to use sysreset instead of do_reset
command interface for resetting after capsule update on disk. This change
requires EFI capsule update on disk to depends on sysreset.

This adds two fixes from the previous patch:
- [1/3] Disable 'capsule disk-update' of efidebug command when
        CONFIG_EFI_CAPSULE_ON_DISK is disabled.
- [2/3] Make efi_load_capsule_drivers() available even if the
        CONFIG_EFI_CAPSULE_ON_DISK is disabled.
And add Reviewed-by from Simon and Heinrich to [3/3].

Thank you,

---

Masami Hiramatsu (3):
      cmd: efidebug: Disable 'capsule disk-update' when CONFIG_EFI_CAPSULE_ON_DISK=n
      efi_loader: Make efi_load_capsule_drivers() available even if EFI_CAPSULE_ON_DISK=n
      efi_loader: Use sysreset instead of reset command


 cmd/efidebug.c               |    4 +++
 lib/efi_loader/Kconfig       |    1 +
 lib/efi_loader/efi_capsule.c |   65 +++++++++++++++++++++---------------------
 3 files changed, 38 insertions(+), 32 deletions(-)

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