Revision: 15061
          http://sourceforge.net/p/edk2/code/15061
Author:   li-elvin
Date:     2014-01-09 01:32:58 +0000 (Thu, 09 Jan 2014)
Log Message:
-----------
Add processor family 2 definition in SMBIOS header file.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yi Li <yi...@linaro.org>
Reviewed by: Star Zeng <star.z...@intel.com>
Reviewed by: Elvin Li <elvin...@intel.com>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/IndustryStandard/SmBios.h

Modified: trunk/edk2/MdePkg/Include/IndustryStandard/SmBios.h
===================================================================
--- trunk/edk2/MdePkg/Include/IndustryStandard/SmBios.h 2014-01-09 00:30:27 UTC 
(rev 15060)
+++ trunk/edk2/MdePkg/Include/IndustryStandard/SmBios.h 2014-01-09 01:32:58 UTC 
(rev 15061)
@@ -1,7 +1,7 @@
 /** @file
   Industry Standard Definitions of SMBIOS Table Specification v2.7.1
 
-Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2014, 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 that accompanies this 
distribution.  
 The full text of the license may be found at
@@ -566,6 +566,22 @@
 } PROCESSOR_FAMILY_DATA;
 
 ///
+/// Processor Information2 - Processor Family2.
+///
+typedef enum {
+  ProcessorFamilySH3                   = 0x0104,
+  ProcessorFamilySH4                   = 0x0105,
+  ProcessorFamilyARM                   = 0x0118,
+  ProcessorFamilyStrongARM             = 0x0119,
+  ProcessorFamily6x86                  = 0x012C,
+  ProcessorFamilyMediaGX               = 0x012D,
+  ProcessorFamilyMII                   = 0x012E,
+  ProcessorFamilyWinChip               = 0x0140,
+  ProcessorFamilyDSP                   = 0x015E,
+  ProcessorFamilyVideoProcessor        = 0x01F4
+} PROCESSOR_FAMILY2_DATA;
+
+///
 /// Processor Information - Voltage. 
 ///
 typedef struct {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to