]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf
UefiCpuPkg/MicrocodeUpdate: enhance flash write logic
[mirror_edk2.git] / UefiCpuPkg / 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
6# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
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
39 UefiCpuPkg/UefiCpuPkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 UefiLib\r
44 BaseMemoryLib\r
45 DebugLib\r
46 PcdLib\r
47 MemoryAllocationLib\r
48 UefiBootServicesTableLib\r
49 HobLib\r
50 UefiRuntimeServicesTableLib\r
51 UefiDriverEntryPoint\r
52 MicrocodeFlashAccessLib\r
53\r
54[Guids]\r
764b294f 55 gMicrocodeFmpImageTypeIdGuid ## CONSUMES ## GUID\r
88266859
JY
56\r
57[Protocols]\r
764b294f 58 gEfiFirmwareManagementProtocolGuid ## PRODUCES\r
88266859
JY
59\r
60[Pcd]\r
61 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES\r
62 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize ## CONSUMES\r
63\r
64[Depex]\r
65 gEfiVariableArchProtocolGuid\r
66\r
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 MicrocodeUpdateDxeExtra.uni\r
69\r