diff options
author | Jiewen Yao <jiewen.yao@intel.com> | 2016-09-21 11:00:49 +0800 |
---|---|---|
committer | Jiewen Yao <jiewen.yao@intel.com> | 2016-11-08 22:43:15 +0800 |
commit | cc0c03874a8130870f2ab477c334dfcc4a4aba0e (patch) | |
tree | 7966285fb96e3f2b1ede3041cee49c5deffb3301 /UefiCpuPkg | |
parent | e470ee6de9bec5c6fa93e0103dee9f6f13e65506 (diff) | |
download | edk2-cc0c03874a8130870f2ab477c334dfcc4a4aba0e.tar.gz edk2-cc0c03874a8130870f2ab477c334dfcc4a4aba0e.tar.bz2 edk2-cc0c03874a8130870f2ab477c334dfcc4a4aba0e.zip |
UefiCpuPkg/Include: Add Microcode FMP definition.
It defined ImageTypeId for Microcode.
Cc: Jeff Fan <jeff.fan@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'UefiCpuPkg')
-rw-r--r-- | UefiCpuPkg/Include/Guid/MicrocodeFmp.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/UefiCpuPkg/Include/Guid/MicrocodeFmp.h b/UefiCpuPkg/Include/Guid/MicrocodeFmp.h new file mode 100644 index 0000000000..88a19538c8 --- /dev/null +++ b/UefiCpuPkg/Include/Guid/MicrocodeFmp.h @@ -0,0 +1,21 @@ +/** @file
+
+ Copyright (c) 2016, 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
+ http://opensource.org/licenses/bsd-license.php
+
+ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+**/
+
+#ifndef __MICROCODE_FMP_GUID_H__
+#define __MICROCODE_FMP_GUID_H__
+
+#define MICROCODE_FMP_IMAGE_TYPE_ID_GUID { 0x96d4fdcd, 0x1502, 0x424d, { 0x9d, 0x4c, 0x9b, 0x12, 0xd2, 0xdc, 0xae, 0x5c } }
+
+extern EFI_GUID gMicrocodeFmpImageTypeIdGuid;
+
+#endif
|