]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Update smbiosview for latest Type 17 devices
authorSamer El-Haj-Mahmoud <samer.el-haj-mahmoud@hpe.com>
Wed, 27 Apr 2016 22:55:09 +0000 (15:55 -0700)
committerJaben Carsey <jaben.carsey@intel.com>
Thu, 28 Apr 2016 20:03:26 +0000 (13:03 -0700)
Update smbiosview to understand latest SMBIOS Type 17 devices from
SMBIOS 3.0.0 spec

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c

index 759f486a3295cccfa2c90d4bf6cefd6cb608f0a0..40fcdcdd1fbbaf6b1cd1edd0cafb03410ce270f6 100644 (file)
@@ -3,6 +3,7 @@
   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
+  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -2303,6 +2304,26 @@ TABLE_ITEM  MemoryDeviceTypeTable[] = {
   {\r
     0x19,\r
     L"  FBD2"\r
+  },
+  {
+    0x1A,
+    L"  DDR4"
+  },
+  {
+    0x1B,
+    L"  LPDDR"
+  },
+  {
+    0x1C,
+    L"  LPDDR2"
+  },
+  {
+    0x1D,
+    L"  LPDDR3"
+  },
+  {
+    0x1E,
+    L"  LPDDR4"
   }\r
 };\r
 \r