ShellPkg: Fix pci command for '_e' option
ShellPkg: Fix pci command for '_e' option Processing of '_e' argument was missing. Added fix, to process the '_e' option for printing additional AER information. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Abdul Lateef Attar <abdul-lateef.attar@hpe.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
This commit is contained in:
committed by
Jaben Carsey
parent
c87b13cdb5
commit
262e2d94b6
@ -2370,6 +2370,7 @@ PCI_CONFIG_SPACE *mConfigSpace = NULL;
|
||||
STATIC CONST SHELL_PARAM_ITEM ParamList[] = {
|
||||
{L"-s", TypeValue},
|
||||
{L"-i", TypeFlag},
|
||||
{L"-_e", TypeFlag},
|
||||
{NULL, TypeMax}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user