[RFC PATCH v3 7/9] FWU: Add support for FWU Multi Bank Update feature

Masami Hiramatsu masami.hiramatsu at linaro.org
Thu Jan 20 07:07:05 CET 2022


Hello Sughosh,

2022年1月20日(木) 3:57 Sughosh Ganu <sughosh.ganu at linaro.org>:

> diff --git a/lib/fwu_updates/Kconfig b/lib/fwu_updates/Kconfig
> new file mode 100644
> index 0000000000..6de28e0c9c
> --- /dev/null
> +++ b/lib/fwu_updates/Kconfig
> @@ -0,0 +1,31 @@
> +config FWU_MULTI_BANK_UPDATE
> +       bool "Enable FWU Multi Bank Update Feature"
> +       depends on EFI_HAVE_CAPSULE_SUPPORT
> +       select PARTITION_TYPE_GUID
> +       select EFI_SETUP_EARLY

It is clear that the FWU_MULTI_BANK_UPDATE depends on
EFI_CAPSULE_FIRMWARE_RAW, please select it here.

Thank you,


--
Masami Hiramatsu


More information about the U-Boot mailing list