[PATCH v3 0/3] EFI: Use sysreset instead of reset command
Masami Hiramatsu
masami.hiramatsu at linaro.org
Mon Mar 21 14:37:25 CET 2022
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 at linaro.org>
More information about the U-Boot
mailing list