]> git.proxmox.com Git - mirror_edk2.git/blob - IntelSiliconPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf
IntelSiliconPkg: Update MicrocodeUpdate to build with the package
[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 - 2017, 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 MicrocodeUpdate.h
34 MicrocodeFmp.c
35 MicrocodeUpdate.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 IntelSiliconPkg/IntelSiliconPkg.dec
40 UefiCpuPkg/UefiCpuPkg.dec
41
42 [LibraryClasses]
43 BaseLib
44 UefiLib
45 BaseMemoryLib
46 DebugLib
47 PcdLib
48 MemoryAllocationLib
49 UefiBootServicesTableLib
50 HobLib
51 UefiRuntimeServicesTableLib
52 UefiDriverEntryPoint
53 MicrocodeFlashAccessLib
54
55 [Guids]
56 gMicrocodeFmpImageTypeIdGuid ## CONSUMES ## GUID
57
58 [Protocols]
59 gEfiFirmwareManagementProtocolGuid ## PRODUCES
60 gEfiMpServiceProtocolGuid ## CONSUMES
61
62 [Pcd]
63 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES
64 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize ## CONSUMES
65
66 [Depex]
67 gEfiVariableArchProtocolGuid AND
68 gEfiMpServiceProtocolGuid
69
70 [UserExtensions.TianoCore."ExtraFiles"]
71 MicrocodeUpdateDxeExtra.uni
72