X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FPci.c;h=337495e16892d324c2b222d4b87bdfefa31e5243;hb=9b7143c9041c9e9e7d431e3dc3788feda475d9bc;hp=df45cd68aa22a190d27d67c3539257abe0f438d5;hpb=c011b6c9e2baf57fc0557117e9875ceb3dca55a3;p=mirror_edk2.git diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c index df45cd68aa..337495e168 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c @@ -1,8 +1,9 @@ /** @file Main file for Pci shell Debug1 function. + Copyright (c) 2005 - 2016, Intel Corporation. All rights reserved.
(C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.
- Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.
+ (C) Copyright 2016 Hewlett Packard Enterprise Development LP
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -2369,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} }; @@ -5443,7 +5445,10 @@ PrintInterpretedExtendedCompatibilityAer ( Header->CorrectableErrorStatus, Header->CorrectableErrorMask, Header->AdvancedErrorCapabilitiesAndControl, - Header->HeaderLog, + Header->HeaderLog[0], + Header->HeaderLog[1], + Header->HeaderLog[2], + Header->HeaderLog[3], Header->RootErrorCommand, Header->RootErrorStatus, Header->ErrorSourceIdentification,