]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf
UefiCpuPkg: Add info string to UNI file for PcdCpuSmmStaticPageTable
[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
33 MicrocodeFmp.c\r
34 MicrocodeUpdate.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 UefiCpuPkg/UefiCpuPkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 UefiLib\r
43 BaseMemoryLib\r
44 DebugLib\r
45 PcdLib\r
46 MemoryAllocationLib\r
47 UefiBootServicesTableLib\r
48 HobLib\r
49 UefiRuntimeServicesTableLib\r
50 UefiDriverEntryPoint\r
51 MicrocodeFlashAccessLib\r
52\r
53[Guids]\r
54 gMicrocodeFmpImageTypeIdGuid\r
55\r
56[Protocols]\r
57 gEfiFirmwareManagementProtocolGuid ## SOMTIMES_PRODUCE\r
58\r
59[Pcd]\r
60 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES\r
61 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize ## CONSUMES\r
62\r
63[Depex]\r
64 gEfiVariableArchProtocolGuid\r
65\r
66[UserExtensions.TianoCore."ExtraFiles"]\r
67 MicrocodeUpdateDxeExtra.uni\r
68\r