]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg SmbiosView: Add missing decoding of SlotType AGP8X
authorStar Zeng <star.zeng@intel.com>
Fri, 13 Jan 2017 08:14:54 +0000 (16:14 +0800)
committerStar Zeng <star.zeng@intel.com>
Thu, 19 Jan 2017 01:47:28 +0000 (09:47 +0800)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=344

SlotType AGP8X was added in SMBIOS spec 2.3.4, but the decoding
of it is missing. I found it when I am adding SMBIOS spec 3.1.0
support.

Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c

index b802c5450907d3f0c058a5530a973489c3d20dc7..bb7a19b04170c7f8ec70b3786e63683875fd5c06 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 - 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2005 - 2017, Intel Corporation. All rights reserved.<BR>\r
   (C) Copyright 2016-2017 Hewlett Packard Enterprise Development LP<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -1262,6 +1262,10 @@ TABLE_ITEM  SystemSlotTypeTable[] = {
     0x12,\r
     L"PCI-X"\r
   },\r
+  {\r
+    0x13,\r
+    L"AGP 8X"\r
+  },\r
   {\r
     0xA0,\r
     L"PC-98/C20 "\r