]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/CpuDxe/CpuDxe.inf
UefiCpuPkg/CpuDxe: Fix hard code actual TimerPeriod value
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuDxe.inf
1 ## @file
2 # CPU driver installs CPU Architecture Protocol and CPU MP protocol.
3 #
4 # Copyright (c) 2008 - 2017, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = CpuDxe
18 MODULE_UNI_FILE = CpuDxe.uni
19 FILE_GUID = 1A1E4886-9517-440e-9FDE-3BE44CEE2136
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = InitializeCpu
23
24 [Packages]
25 MdePkg/MdePkg.dec
26 MdeModulePkg/MdeModulePkg.dec
27 UefiCpuPkg/UefiCpuPkg.dec
28
29 [LibraryClasses]
30 BaseLib
31 BaseMemoryLib
32 CpuLib
33 DebugLib
34 DxeServicesTableLib
35 MemoryAllocationLib
36 MtrrLib
37 UefiBootServicesTableLib
38 UefiDriverEntryPoint
39 LocalApicLib
40 UefiCpuLib
41 UefiLib
42 CpuExceptionHandlerLib
43 HobLib
44 ReportStatusCodeLib
45 MpInitLib
46 TimerLib
47
48 [Sources]
49 CpuDxe.c
50 CpuDxe.h
51 CpuGdt.c
52 CpuGdt.h
53 CpuMp.c
54 CpuMp.h
55 CpuPageTable.h
56 CpuPageTable.c
57
58 [Sources.IA32]
59 Ia32/CpuAsm.asm
60 Ia32/CpuAsm.nasm
61 Ia32/CpuAsm.S
62
63 [Sources.X64]
64 X64/CpuAsm.asm
65 X64/CpuAsm.nasm
66 X64/CpuAsm.S
67
68 [Protocols]
69 gEfiCpuArchProtocolGuid ## PRODUCES
70 gEfiMpServiceProtocolGuid ## PRODUCES
71
72 [Guids]
73 gIdleLoopEventGuid ## CONSUMES ## Event
74 gEfiVectorHandoffTableGuid ## SOMETIMES_CONSUMES ## SystemTable
75
76 [Ppis]
77 gEfiSecPlatformInformation2PpiGuid ## UNDEFINED # HOB
78 gEfiSecPlatformInformationPpiGuid ## UNDEFINED # HOB
79
80 [Depex]
81 TRUE
82
83 [UserExtensions.TianoCore."ExtraFiles"]
84 CpuDxeExtra.uni