[RFC 1/1] cmd: add command to dump EFI block devices

Simon Glass sjg at chromium.org
Tue Oct 4 18:30:32 CEST 2022


Hi Heinrich,

On Tue, 4 Oct 2022 at 06:34, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> Provide a command to dump
>
> * all block devices
> * the protocol interfaces installed on these
> * the open protocol information
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> When working on the EFI DM integration this command will us help to
> better understand the setup.
>
> We might want to add some of the output to efidebug in future.
> ---
>  cmd/Kconfig   |   7 ++
>  cmd/Makefile  |   1 +
>  cmd/blkdump.c | 176 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 184 insertions(+)
>  create mode 100644 cmd/blkdump.c

Shouldn't this be in efidebug or under the 'efi' command? It seems
specific to EFI.

Regards,
Simon


More information about the U-Boot mailing list