ShellPkg: Updates to 'smbiosview' command
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chris Phillips <chrisp@hp.com> reviewed-by: Jaben Carsey <jaben.carsey@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13996 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -3953,7 +3953,7 @@ DisplayPMAUse (
|
|||||||
IN UINT8 Option
|
IN UINT8 Option
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_QUERYTABLE_PHYS_MEM_ARRAY_LOCATION), gShellDebug1HiiHandle);
|
ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_QUERYTABLE_PHYS_MEM_ARRAY_USE), gShellDebug1HiiHandle);
|
||||||
PRINT_INFO_OPTION (Use, Option);
|
PRINT_INFO_OPTION (Use, Option);
|
||||||
PRINT_TABLE_ITEM (PMAUseTable, Use);
|
PRINT_TABLE_ITEM (PMAUseTable, Use);
|
||||||
}
|
}
|
||||||
|
@@ -325,6 +325,12 @@ SMBiosView (
|
|||||||
if (!RandomView) {
|
if (!RandomView) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
//
|
||||||
|
// Support Execution Interrupt.
|
||||||
|
//
|
||||||
|
if (ShellGetExecutionBreakFlag ()) {
|
||||||
|
return EFI_ABORTED;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ShellPrintEx(-1,-1,L"\n=========================================================\n");
|
ShellPrintEx(-1,-1,L"\n=========================================================\n");
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user