]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg UefiTcgPlatform.h: Add definition for EV_CPU_MICROCODE event type.
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 24 May 2012 05:23:33 +0000 (05:23 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 24 May 2012 05:23:33 +0000 (05:23 +0000)
Signed-off-by: Sun Rui <rui.sun@intel.com>
Reviewed-by: Dong Guo <guo.dong@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13357 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/IndustryStandard/UefiTcgPlatform.h

index cc65ea1a91b22adbf9d5eed3230b83865a01ef0a..e36179905086d400a3b1e6b70fea2485fbd052fa 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   TCG EFI Platform Definition in TCG_EFI_Platform_1_20_Final\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
   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
@@ -25,6 +25,7 @@
 #define EV_SEPARATOR                ((TCG_EVENTTYPE) 0x00000004)\r
 #define EV_S_CRTM_CONTENTS          ((TCG_EVENTTYPE) 0x00000007)\r
 #define EV_S_CRTM_VERSION           ((TCG_EVENTTYPE) 0x00000008)\r
+#define EV_CPU_MICROCODE            ((TCG_EVENTTYPE) 0x00000009)\r
 \r
 //\r
 // EFI specific event types\r