From cc0c03874a8130870f2ab477c334dfcc4a4aba0e Mon Sep 17 00:00:00 2001 From: Jiewen Yao Date: Wed, 21 Sep 2016 11:00:49 +0800 Subject: [PATCH] UefiCpuPkg/Include: Add Microcode FMP definition. It defined ImageTypeId for Microcode. Cc: Jeff Fan Cc: Feng Tian Cc: Star Zeng Cc: Michael D Kinney Cc: Liming Gao Cc: Chao Zhang Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao Reviewed-by: Jeff Fan Reviewed-by: Michael Kinney --- UefiCpuPkg/Include/Guid/MicrocodeFmp.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 UefiCpuPkg/Include/Guid/MicrocodeFmp.h 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.
+ 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 -- 2.39.2