]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
ShellPkg/SmbiosView: SMBIOS 3.3.0 add PCI gen4 values for type 9
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / SmbiosView / QueryTable.c
index fdb7a47d33250fc2c244d6196b88e836099ce913..94d995bda1eb3197923d97326f215a988e23add6 100644 (file)
@@ -2,7 +2,7 @@
   Build a table, each item is (Key, Info) pair.\r
   And give a interface of query a string out of a table.\r
 \r
-  Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2005 - 2019, Intel Corporation. All rights reserved.<BR>\r
   (C) Copyright 2016-2019 Hewlett Packard Enterprise Development LP<BR>\r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
@@ -1523,6 +1523,30 @@ TABLE_ITEM  SystemSlotTypeTable[] = {
   {\r
     0xB6,\r
     L"PCI Express Gen 3 X16"\r
+  },\r
+  {\r
+    SlotTypePciExpressGen4,\r
+    L"PCI Express Gen 4"\r
+  },\r
+  {\r
+    SlotTypePciExpressGen4X1,\r
+    L"PCI Express Gen 4 X1"\r
+  },\r
+  {\r
+    SlotTypePciExpressGen4X2,\r
+    L"PCI Express Gen 4 X2"\r
+  },\r
+  {\r
+    SlotTypePciExpressGen4X4,\r
+    L"PCI Express Gen 4 X4"\r
+  },\r
+  {\r
+    SlotTypePciExpressGen4X8,\r
+    L"PCI Express Gen 4 X8"\r
+  },\r
+  {\r
+    SlotTypePciExpressGen4X16,\r
+    L"PCI Express Gen 4 X16"\r
   }\r
 };\r
 \r