ShellPkg: Update shell command memmap to show unaccepted memory
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937 ShellCommandRunMemMap() is updated to handle the case of unaccepted memory type. Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Cc: Erdem Aktas <erdemaktas@google.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: James Bottomley <jejb@linux.ibm.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Tom Lendacky <thomas.lendacky@amd.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by: Min Xu <min.m.xu@intel.com>
This commit is contained in:
@ -88,13 +88,14 @@
|
||||
" MMIO : %,14ld Pages (%,ld Bytes)\r\n"
|
||||
" MMIO_Port : %,14ld Pages (%,ld Bytes)\r\n"
|
||||
" PalCode : %,14ld Pages (%,ld Bytes)\r\n"
|
||||
" Unaccepted: %,14ld Pages (%,ld Bytes)\r\n"
|
||||
" Available : %,14ld Pages (%,ld Bytes)\r\n"
|
||||
" Persistent: %,14ld Pages (%,ld Bytes)\r\n"
|
||||
#string STR_MEMMAP_LIST_SUMM_OTHER #language en-US " %08x : %,14ld Pages (%,ld Bytes)\r\n"
|
||||
#string STR_MEMMAP_LIST_SUMM2 #language en-US " -------------- \r\n"
|
||||
"Total Memory: %,14ld MB (%,ld Bytes)\r\n"
|
||||
#string STR_MEMMAP_LIST_ITEM_SFO #language en-US "MemoryMap,"%s","%LX","%LX","%LX","%LX"\r\n"
|
||||
#string STR_MEMMAP_LIST_SUMM_SFO #language en-US "MemoryMapSummary,"%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld"\r\n"
|
||||
#string STR_MEMMAP_LIST_SUMM_SFO #language en-US "MemoryMapSummary,"%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld","%Ld", "%Ld"\r\n"
|
||||
|
||||
#string STR_EFI_COMPRESS_FAIL #language en-US "Unable to compress: %r.\r\n"
|
||||
#string STR_EFI_DECOMPRESS_FAIL #language en-US "Unable to decompress: %r.\r\n"
|
||||
|
Reference in New Issue
Block a user