Index: Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
===================================================================
--- Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c	(revision 16419)
+++ Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c	(working copy)
@@ -1,7 +1,7 @@
 /** @file
   Module for clarifying the content of the smbios structure element information.
 
-  Copyright (c) 2005 - 2012, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2005 - 2015, Intel Corporation. All rights reserved.<BR>
   Copyright (c) 2014, Hewlett-Packard Development Company, L.P.<BR>
   This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD License
@@ -363,6 +363,11 @@
       PRINT_STRUCT_VALUE (Struct, Type4, ThreadCount);
       DisplayProcessorCharacteristics (Struct->Type4->ProcessorCharacteristics, Option);
     }
+    if (AE_SMBIOS_VERSION (0x3, 0x0) && (Struct->Hdr->Length > 0x2A)) {
+      PRINT_STRUCT_VALUE (Struct, Type4, CoreCount2);
+      PRINT_STRUCT_VALUE (Struct, Type4, EnabledCoreCount2);
+      PRINT_STRUCT_VALUE (Struct, Type4, ThreadCount2);
+    }
     break;
 
   //
