[PATCH 08/10] cmd: add "efidebug capsule" command

Sughosh Ganu sughosh.ganu at linaro.org
Thu Apr 30 14:38:11 CEST 2020


On Mon, 27 Apr 2020 at 15:19, AKASHI Takahiro <takahiro.akashi at linaro.org>
wrote:

> "efidebug capsule" is more or less a debugging utility.
>   efidebug capsule update: invoke UpdateCapsule against data on memory
>   efidebug capsule show: show a capsule header
>   efidebug capsule result: dump a capsule result variable
>
> Signed-off-by: AKASHI Takahiro <takahiro.akashi at linaro.org>
> ---
>  cmd/efidebug.c | 234 +++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 234 insertions(+)
>
> diff --git a/cmd/efidebug.c b/cmd/efidebug.c
> index 02ef01969443..8956fa1d50be 100644
> --- a/cmd/efidebug.c
> +++ b/cmd/efidebug.c
> @@ -19,6 +19,227 @@
>  #define BS systab.boottime
>  #define RT systab.runtime
>
> +#ifdef CONFIG_EFI_CAPSULE_UPDATE
>

This config option is no longer used in the non-rfc series. I think this
needs to be CONFIG_EFI_HAVE_CAPSULE_SUPPORT.

-sughosh


More information about the U-Boot mailing list