]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg/Pci.c: Update supported link speed to PCI5.0
authorGao, Zhichao <zhichao.gao@intel.com>
Mon, 22 Jul 2019 06:57:54 +0000 (14:57 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 4 Sep 2019 07:57:27 +0000 (15:57 +0800)
commitadb59b633c12eae334540295092da94736bffa33
treedd19369dfcc24081651f11196ef5ef56c7b4452b
parentfa5e184327519e2ff367538b1cade1e5687e8795
ShellPkg/Pci.c: Update supported link speed to PCI5.0

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1955

Refer to PCI express base specification Reversion 5.0, Version
1.0, Table 7-33, Supported Link Speeds Vector bit 3 indicate
the speed 16 GT/s and bit 4 indicate the speed 32 GT/s.
Add the support to shell command 'pci ...'.

Change the MaxLinkSpeed other values' result from 'Unknown'
to 'Reserved' to make the result align.

Cc: Ray Ni <ray.ni@intel.com>
Cc: Oleksiy <oleksiyy@ami.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c