summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdul Lateef Attar <abdul-lateef.attar@hpe.com>2016-04-21 04:24:14 -0700
committerHao Wu <hao.a.wu@intel.com>2016-07-13 20:43:05 +0800
commitfbe7c5b3f68b41b2e776d5ed94ad29ba4cf29361 (patch)
tree7cf7f8f5e984aba90552a9f7493ddcb915cb58a7
parentb0465d483b5b1d5fabc5e2e6d1783a163f6a7380 (diff)
downloadedk2-platforms-fbe7c5b3f68b41b2e776d5ed94ad29ba4cf29361.tar.xz
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> (cherry picked from commit 262e2d94b6c889fe0737a756bd4860d732aa2dc3)
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
index 4a8a97b94f..3e867fc514 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
@@ -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}
};