2 # CPU driver installs CPU Architecture Protocol and CPU MP protocol.
4 # Copyright (c) 2008 - 2017, Intel Corporation. All rights reserved.<BR>
5 # Copyright (c) 2017, AMD Incorporated. 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
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.
18 INF_VERSION = 0x00010005
20 MODULE_UNI_FILE = CpuDxe.uni
21 FILE_GUID = 1A1E4886-9517-440e-9FDE-3BE44CEE2136
22 MODULE_TYPE = DXE_DRIVER
24 ENTRY_POINT = InitializeCpu
28 MdeModulePkg/MdeModulePkg.dec
29 UefiCpuPkg/UefiCpuPkg.dec
39 UefiBootServicesTableLib
44 CpuExceptionHandlerLib
71 gEfiCpuArchProtocolGuid ## PRODUCES
72 gEfiMpServiceProtocolGuid ## PRODUCES
75 gIdleLoopEventGuid ## CONSUMES ## Event
76 gEfiVectorHandoffTableGuid ## SOMETIMES_CONSUMES ## SystemTable
79 gEfiSecPlatformInformation2PpiGuid ## UNDEFINED # HOB
80 gEfiSecPlatformInformationPpiGuid ## UNDEFINED # HOB
83 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask ## CONSUMES
88 [UserExtensions.TianoCore."ExtraFiles"]