]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuDxe/CpuDxe.inf
UefiCpuPkg/CpuDxe: Add support for PCD PcdPteMemoryEncryptionAddressOrMask
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuDxe.inf
index 01ec1efb08b500b0085e5637fa010826a473c120..3e8d1967395bddd699ce5d7b2fd7beb7e48bbdf4 100644 (file)
@@ -1,9 +1,10 @@
 ## @file\r
+#  CPU driver installs CPU Architecture Protocol and CPU MP protocol.\r
 #\r
-#    Component description file for simple CPU driver\r
+#  Copyright (c) 2008 - 2017, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
 #\r
-#  Copyright (c) 2008 - 2010, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = CpuDxe\r
-  FILE_GUID                      = 62D171CB-78CD-4480-8678-C6A2A797A8DE\r
+  MODULE_UNI_FILE                = CpuDxe.uni\r
+  FILE_GUID                      = 1A1E4886-9517-440e-9FDE-3BE44CEE2136\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-\r
   ENTRY_POINT                    = InitializeCpu\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
   UefiCpuPkg/UefiCpuPkg.dec\r
 \r
 [LibraryClasses]\r
   MtrrLib\r
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r
+  LocalApicLib\r
+  UefiCpuLib\r
+  UefiLib\r
+  CpuExceptionHandlerLib\r
+  HobLib\r
+  ReportStatusCodeLib\r
+  MpInitLib\r
+  TimerLib\r
 \r
 [Sources]\r
   CpuDxe.c\r
   CpuDxe.h\r
   CpuGdt.c\r
-\r
-  Ia32/IvtAsm.asm | MSFT\r
-  Ia32/IvtAsm.asm | INTEL\r
-  Ia32/IvtAsm.S   | GCC\r
+  CpuGdt.h\r
+  CpuMp.c\r
+  CpuMp.h\r
+  CpuPageTable.h\r
+  CpuPageTable.c\r
 \r
 [Sources.IA32]\r
-  Ia32/CpuAsm.asm | MSFT\r
-  Ia32/CpuAsm.asm | INTEL\r
-  Ia32/CpuAsm.S   | GCC\r
+  Ia32/CpuAsm.asm\r
+  Ia32/CpuAsm.nasm\r
+  Ia32/CpuAsm.S\r
 \r
 [Sources.X64]\r
-  X64/CpuAsm.asm | MSFT\r
-  X64/CpuAsm.asm | INTEL\r
-  X64/CpuAsm.S   | GCC\r
+  X64/CpuAsm.asm\r
+  X64/CpuAsm.nasm\r
+  X64/CpuAsm.S\r
 \r
 [Protocols]\r
-  gEfiCpuArchProtocolGuid\r
+  gEfiCpuArchProtocolGuid                       ## PRODUCES\r
+  gEfiMpServiceProtocolGuid                     ## PRODUCES\r
+\r
+[Guids]\r
+  gIdleLoopEventGuid                            ## CONSUMES           ## Event\r
+  gEfiVectorHandoffTableGuid                    ## SOMETIMES_CONSUMES ## SystemTable\r
+\r
+[Ppis]\r
+  gEfiSecPlatformInformation2PpiGuid            ## UNDEFINED # HOB\r
+  gEfiSecPlatformInformationPpiGuid             ## UNDEFINED # HOB\r
+\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask    ## CONSUMES\r
 \r
 [Depex]\r
   TRUE\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  CpuDxeExtra.uni\r