Revision: 17008
          http://sourceforge.net/p/edk2/code/17008
Author:   hwu1225
Date:     2015-03-04 08:00:57 +0000 (Wed, 04 Mar 2015)
Log Message:
-----------
ShellPkg: smbiosview shows wrong information for Type 27.

Fixed smbiosview to use correct value to parse Type 27.

(Sync patch r17007 from main trunk.)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Elvin Li <[email protected]>
Reviewed-by: Shumin Qiu <[email protected]>

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/17007

Modified Paths:
--------------
    
branches/UDK2014.SP1/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c

Modified: 
branches/UDK2014.SP1/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
===================================================================
--- 
branches/UDK2014.SP1/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
    2015-03-04 07:50:47 UTC (rev 17007)
+++ 
branches/UDK2014.SP1/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
    2015-03-04 08:00:57 UTC (rev 17008)
@@ -2,7 +2,7 @@
   Build a table, each item is (Key, Info) pair.
   And give a interface of query a string out of a table.
 
-  Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2005 - 2015, Intel Corporation. All rights reserved.<BR>
   This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD 
License
   which accompanies this distribution.  The full text of the license may be 
found at
@@ -2718,11 +2718,11 @@
     L" Integrated Refrigeration "
   },
   {
-    0x0A,
+    0x10,
     L" Active Cooling "
   },
   {
-    0x0B,
+    0x11,
     L" Passive Cooling "
   },
 };


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to