summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-22ShellPkg/Pci: Add valid check for PCI extended config space parserVincentX Ke1-2/+8
2021-01-04MdePkg: Define structures for Resizable BAR CapabilityLuo, Heng1-3/+3
2019-09-04ShellPkg/Pci.c: Update supported link speed to PCI5.0Gao, Zhichao1-2/+14
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-98/+98
2017-04-20ShellPkg/pci: Fix VS2012 build failureRuiyu Ni1-1/+2
2017-04-19ShellPkg/Pci: Always dump the extended config space for PCIERuiyu Ni1-193/+125
2017-02-16ShellPkg/pci: Report error when invalid value is specified for "-ec"Ruiyu Ni1-6/+15
2017-01-25ShellPkg/pci: Fix extended register dumping for MFVC capabilityRuiyu Ni1-1/+2
2017-01-25ShellPkg/pci: Support interpreting specific PCIE ext cap thru "-ec"Ruiyu Ni1-36/+25
2017-01-25ShellPkg/pci: Use PCI definitions defined in MdePkgRuiyu Ni1-310/+272
2016-10-09ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen1-18/+0
2016-09-08ShellPkg: pci -i -_e to print next capabilityAbdul Lateef Attar1-2/+2
2016-07-29ShellPkg: Correct files with CRLF line endingLiming Gao1-1/+1
2016-04-27ShellPkg: Fix pci command for '_e' optionAbdul Lateef Attar1-0/+1
2016-03-09ShellPkg: Use DOS format end of line.Qiu Shumin1-7/+7
2016-03-04ShellPkg: Fix smbiosview decode of PCIe Extended CapabilitiesSamer El-Haj-Mahmoud1-2/+6
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-03ShellPkg: Update Debug1 profile commands response outputTapan Shah1-19/+19
2014-08-25ShellPkg: Replace non-ASCII character in Pci.c to fix GCC build errorQiu Shumin1-2/+2
2014-08-22ShellPkg: Update 'pci' command for updated class codesJaben Carsey1-18/+430
2014-08-14ShellPkg add size cast to bit operationsJaben Carsey1-4/+4
2014-07-28ShellPkg: fix typo.Jeff Bobzin (jeff.bobzin1-31/+31
2014-01-23Update the comments in function headers to follow Doxygen special documentati...Shumin Qiu1-10/+20
2014-01-13ShellPkg: remove unreachable break statementsOlivier Martin1-18/+0
2014-01-10ShellPkg: add the last PCIe extended capability decodingsJaben Carsey1-9/+222
2014-01-09ShellPkg: Add more output to PCI command for extended configuration.Jaben Carsey1-23/+583
2013-12-02ShellPkg: Fix pci command to parse seg, bus, dev, and func arguments as hexChris Phillips1-4/+44
2013-11-22ShellPkg: Fix pci command output of Max and Current Link Speed, and ASPM Supp...Chris Phillips1-13/+25
2013-11-21ShellPkg: Update pci command to use ShellPrintEx()Chris Phillips1-233/+226
2013-11-19ShellPkg pci command: Fix a typo; /r/n => \r\nJordan Justen1-1/+1
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey1-2/+0
2012-07-11ShellPkg: update pci enumeration routine for platforms with multiple pci segm...jcarsey1-9/+2
2012-05-30ShellPkg: Fix display of 64-bit BARs in PCI dump on 32-bit systems.jcarsey1-3/+3
2011-09-02Refine comments and two code style.ydong101-21/+21
2011-04-12ShellPkg: Fix GCC 4.4 build issuesjljusten1-7/+7
2011-04-07ShellParametersProtocol - remove parsing from within quoted parameters.jcarsey1-9/+14
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey1-336/+506
2011-03-25comp - add comments and add input verification jcarsey1-26/+28
2010-11-16Add "Debug1" profile (all but Edit and HexEdit commands)jcarsey1-0/+4532