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