]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/CpuDxe/CpuDxe.inf
UefiCpuPkg/CpuDxe: Add memory attribute setting.
[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
47 [Sources]
48 CpuDxe.c
49 CpuDxe.h
50 CpuGdt.c
51 CpuGdt.h
52 CpuMp.c
53 CpuMp.h
54 CpuPageTable.h
55 CpuPageTable.c
56
57 [Sources.IA32]
58 Ia32/CpuAsm.asm
59 Ia32/CpuAsm.nasm
60 Ia32/CpuAsm.S
61
62 [Sources.X64]
63 X64/CpuAsm.asm
64 X64/CpuAsm.nasm
65 X64/CpuAsm.S
66
67 [Protocols]
68 gEfiCpuArchProtocolGuid ## PRODUCES
69 gEfiMpServiceProtocolGuid ## PRODUCES
70
71 [Guids]
72 gIdleLoopEventGuid ## CONSUMES ## Event
73 gEfiVectorHandoffTableGuid ## SOMETIMES_CONSUMES ## SystemTable
74
75 [Ppis]
76 gEfiSecPlatformInformation2PpiGuid ## UNDEFINED # HOB
77 gEfiSecPlatformInformationPpiGuid ## UNDEFINED # HOB
78
79 [Depex]
80 TRUE
81
82 [UserExtensions.TianoCore."ExtraFiles"]
83 CpuDxeExtra.uni