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:
Abdul Lateef Attar
2016-04-21 04:24:14 -07:00
committed by Jaben Carsey
parent c87b13cdb5
commit 262e2d94b6

View File

@ -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}
};