]> git.proxmox.com Git - mirror_edk2.git/blob - IntelSiliconPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf
8e9fa440f025e874e22272630faaeb88c43e71f1
[mirror_edk2.git] / IntelSiliconPkg / Feature / Capsule / MicrocodeUpdateDxe / MicrocodeUpdateDxe.inf
1 ## @file
2 # Microcode FMP update driver.
3 #
4 # Produce FMP instance to update Microcode.
5 #
6 # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = MicrocodeUpdateDxe
14 MODULE_UNI_FILE = MicrocodeUpdateDxe.uni
15 FILE_GUID = 0565365C-2FE1-4F88-B3BE-624C04623A20
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = MicrocodeFmpMain
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = X64
24 #
25
26 [Sources]
27 MicrocodeUpdate.h
28 MicrocodeFmp.c
29 MicrocodeUpdate.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 IntelSiliconPkg/IntelSiliconPkg.dec
34 UefiCpuPkg/UefiCpuPkg.dec
35
36 [LibraryClasses]
37 BaseLib
38 UefiLib
39 BaseMemoryLib
40 DebugLib
41 PcdLib
42 MemoryAllocationLib
43 UefiBootServicesTableLib
44 HobLib
45 UefiRuntimeServicesTableLib
46 UefiDriverEntryPoint
47 MicrocodeFlashAccessLib
48
49 [Guids]
50 gMicrocodeFmpImageTypeIdGuid ## CONSUMES ## GUID
51
52 [Protocols]
53 gEfiFirmwareManagementProtocolGuid ## PRODUCES
54 gEfiMpServiceProtocolGuid ## CONSUMES
55
56 [Pcd]
57 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES
58 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize ## CONSUMES
59
60 [Depex]
61 gEfiVariableArchProtocolGuid AND
62 gEfiVariableWriteArchProtocolGuid AND
63 gEfiMpServiceProtocolGuid
64
65 [UserExtensions.TianoCore."ExtraFiles"]
66 MicrocodeUpdateDxeExtra.uni
67