ShellPkg: Add Persistent Memory support in 'memmap' command
As per ECR 1416, latest UEFI Shell 2.2 Specification has added Persistent Memory support in 'memmap' command. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapandshah@hpe.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
@ -116,10 +116,11 @@
|
||||
" MMIO_Port : %,14ld Pages (%,ld Bytes)\r\n"
|
||||
" PalCode : %,14ld Pages (%,ld Bytes)\r\n"
|
||||
" Available : %,14ld Pages (%,ld Bytes)\r\n"
|
||||
" Persistent: %,14ld Pages (%,ld Bytes)\r\n"
|
||||
" -------------- \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"\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_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