]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Fix pci command for '_e' option
authorAbdul Lateef Attar <abdul-lateef.attar@hpe.com>
Thu, 21 Apr 2016 11:24:14 +0000 (04:24 -0700)
committerJaben Carsey <jaben.carsey@intel.com>
Wed, 27 Apr 2016 16:27:39 +0000 (09:27 -0700)
    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>
ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c

index 4a8a97b94f2aae0913597d1aa0f812fb568f3064..3e867fc514306510b4284aaca41cc226b4850752 100644 (file)
@@ -2370,6 +2370,7 @@ PCI_CONFIG_SPACE  *mConfigSpace = NULL;
 STATIC CONST SHELL_PARAM_ITEM ParamList[] = {\r
   {L"-s", TypeValue},\r
   {L"-i", TypeFlag},\r
+  {L"-_e", TypeFlag},
   {NULL, TypeMax}\r
   };\r
 \r