From: Yi Li Date: Thu, 9 Jan 2014 01:32:58 +0000 (+0000) Subject: Add processor family 2 definition in SMBIOS header file. X-Git-Tag: edk2-stable201903~11896 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f9ed6c93af4d21052c22e8c032cb9c426f75b50c Add processor family 2 definition in SMBIOS header file. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yi Li Reviewed by: Star Zeng Reviewed by: Elvin Li git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15061 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h index c74e18a7fc..91e85eeee1 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -1,7 +1,7 @@ /** @file Industry Standard Definitions of SMBIOS Table Specification v2.7.1 -Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
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 @@ -565,6 +565,22 @@ typedef enum { ProcessorFamilyReserved1 = 0xFF } 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. ///