[edk2] [PATCH 0/2] ShellPkg/memmap: Dump memory map information for all memory types

Ruiyu Ni posted 2 patches 6 years, 10 months ago
Failed in applying to current master (apply log)
.../Library/UefiShellDebug1CommandsLib/MemMap.c    | 199 +++++++++++++++------
.../UefiShellDebug1CommandsLib.uni                 |   4 +-
2 files changed, 148 insertions(+), 55 deletions(-)
[edk2] [PATCH 0/2] ShellPkg/memmap: Dump memory map information for all memory types
Posted by Ruiyu Ni 6 years, 10 months ago
The patch dumps memory map information for all memory types.
But to follow the SFO format of "memmap" defined in Shell 2.2 spec,
the patch doesn't dump the memory map information for OEM/OS
memory types. But it does include the OEM/OS memory in the total
size in SFO format.

Ruiyu Ni (2):
  ShellPkg/memmap: Refine code
  ShellPkg/memmap: Dump memory map information for all memory types

 .../Library/UefiShellDebug1CommandsLib/MemMap.c    | 199 +++++++++++++++------
 .../UefiShellDebug1CommandsLib.uni                 |   4 +-
 2 files changed, 148 insertions(+), 55 deletions(-)

-- 
2.12.2.windows.2

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH 0/2] ShellPkg/memmap: Dump memory map information for all memory types
Posted by Carsey, Jaben 6 years, 10 months ago
For series.
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>

> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of
> Ruiyu Ni
> Sent: Thursday, May 11, 2017 3:27 AM
> To: edk2-devel@lists.01.org
> Subject: [edk2] [PATCH 0/2] ShellPkg/memmap: Dump memory map
> information for all memory types
> Importance: High
> 
> The patch dumps memory map information for all memory types.
> But to follow the SFO format of "memmap" defined in Shell 2.2 spec,
> the patch doesn't dump the memory map information for OEM/OS
> memory types. But it does include the OEM/OS memory in the total
> size in SFO format.
> 
> Ruiyu Ni (2):
>   ShellPkg/memmap: Refine code
>   ShellPkg/memmap: Dump memory map information for all memory types
> 
>  .../Library/UefiShellDebug1CommandsLib/MemMap.c    | 199
> +++++++++++++++------
>  .../UefiShellDebug1CommandsLib.uni                 |   4 +-
>  2 files changed, 148 insertions(+), 55 deletions(-)
> 
> --
> 2.12.2.windows.2
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel