
4 Oct
2022
4 Oct
'22
6:30 p.m.
Hi Heinrich,
On Tue, 4 Oct 2022 at 06:34, Heinrich Schuchardt heinrich.schuchardt@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@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