]> git.proxmox.com Git - mirror_edk2.git/blame - IntelSiliconPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf
IntelSiliconPkg MicrocodeUpdateDxe: Honor FIT table
[mirror_edk2.git] / IntelSiliconPkg / Feature / Capsule / MicrocodeUpdateDxe / MicrocodeUpdateDxe.inf
CommitLineData
88266859
JY
1## @file\r
2# Microcode FMP update driver.\r
3#\r
4# Produce FMP instance to update Microcode.\r
5#\r
e9179788 6# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
88266859
JY
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = MicrocodeUpdateDxe\r
20 MODULE_UNI_FILE = MicrocodeUpdateDxe.uni\r
21 FILE_GUID = 0565365C-2FE1-4F88-B3BE-624C04623A20\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = MicrocodeFmpMain\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = X64\r
30#\r
31\r
32[Sources]\r
764b294f 33 MicrocodeUpdate.h\r
88266859
JY
34 MicrocodeFmp.c\r
35 MicrocodeUpdate.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
43e12eea 39 IntelSiliconPkg/IntelSiliconPkg.dec\r
88266859
JY
40 UefiCpuPkg/UefiCpuPkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 UefiLib\r
45 BaseMemoryLib\r
46 DebugLib\r
47 PcdLib\r
48 MemoryAllocationLib\r
49 UefiBootServicesTableLib\r
50 HobLib\r
51 UefiRuntimeServicesTableLib\r
52 UefiDriverEntryPoint\r
53 MicrocodeFlashAccessLib\r
54\r
55[Guids]\r
764b294f 56 gMicrocodeFmpImageTypeIdGuid ## CONSUMES ## GUID\r
88266859
JY
57\r
58[Protocols]\r
764b294f 59 gEfiFirmwareManagementProtocolGuid ## PRODUCES\r
31d060d9 60 gEfiMpServiceProtocolGuid ## CONSUMES\r
88266859
JY
61\r
62[Pcd]\r
63 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES\r
64 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize ## CONSUMES\r
65\r
66[Depex]\r
31d060d9 67 gEfiVariableArchProtocolGuid AND\r
e9179788 68 gEfiVariableWriteArchProtocolGuid AND\r
31d060d9 69 gEfiMpServiceProtocolGuid\r
88266859
JY
70\r
71[UserExtensions.TianoCore."ExtraFiles"]\r
72 MicrocodeUpdateDxeExtra.uni\r
73\r