Re: [RFC PATCH 31/31] temp: cmd: efi: add a command to dump EFI memory map

2024-06-09 Thread Sughosh Ganu
On Sat, 8 Jun 2024 at 09:03, Heinrich Schuchardt wrote: > > > > Am 7. Juni 2024 20:52:40 MESZ schrieb Sughosh Ganu : > >Add a command to dump the EFI memory map. > > What are you missing in 'efidebug memmap'? Nothing. I wasn't aware of this sub-command. Thanks for pointing it out. -sughosh > >

Re: [RFC PATCH 31/31] temp: cmd: efi: add a command to dump EFI memory map

2024-06-07 Thread Heinrich Schuchardt
Am 7. Juni 2024 20:52:40 MESZ schrieb Sughosh Ganu : >Add a command to dump the EFI memory map. What are you missing in 'efidebug memmap'? Best regards Heinrich > >Not for committing. > >Signed-off-by: Sughosh Ganu >--- > cmd/Makefile| 1 + > cmd/efi_map_dump.c | 28

[RFC PATCH 31/31] temp: cmd: efi: add a command to dump EFI memory map

2024-06-07 Thread Sughosh Ganu
Add a command to dump the EFI memory map. Not for committing. Signed-off-by: Sughosh Ganu --- cmd/Makefile| 1 + cmd/efi_map_dump.c | 28 include/efi_loader.h| 2 ++ lib/efi_loader/efi_memory.c | 32