]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuDxe/CpuDxe.inf
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuDxe.inf
index f61b2c9d7ff72e8d15d9c904df0c6c4e2b4c7901..57381dbc8588d1e52c1f679a9617f7d15380f303 100644 (file)
@@ -1,14 +1,10 @@
 ## @file\r
 #  CPU driver installs CPU Architecture Protocol and CPU MP protocol.\r
 #\r
-#  Copyright (c) 2008 - 2017, Intel Corporation. All rights reserved.<BR>\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
+#  Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
 #\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
@@ -43,6 +39,8 @@
   HobLib\r
   ReportStatusCodeLib\r
   MpInitLib\r
+  TimerLib\r
+  PeCoffGetEntryPointLib\r
 \r
 [Sources]\r
   CpuDxe.c\r
   CpuPageTable.c\r
 \r
 [Sources.IA32]\r
-  Ia32/CpuAsm.asm\r
   Ia32/CpuAsm.nasm\r
-  Ia32/CpuAsm.S\r
 \r
 [Sources.X64]\r
-  X64/CpuAsm.asm\r
   X64/CpuAsm.nasm\r
-  X64/CpuAsm.S\r
 \r
 [Protocols]\r
   gEfiCpuArchProtocolGuid                       ## PRODUCES\r
   gEfiMpServiceProtocolGuid                     ## PRODUCES\r
+  gEfiSmmBase2ProtocolGuid                      ## SOMETIMES_CONSUMES\r
 \r
 [Guids]\r
   gIdleLoopEventGuid                            ## CONSUMES           ## Event\r
   gEfiSecPlatformInformation2PpiGuid            ## UNDEFINED # HOB\r
   gEfiSecPlatformInformationPpiGuid             ## UNDEFINED # HOB\r
 \r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask    ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard                       ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdHeapGuardPropertyMask               ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask    ## CONSUMES\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuStackSwitchExceptionList              ## CONSUMES\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuKnownGoodStackSize                    ## CONSUMES\r
+\r
 [Depex]\r
   TRUE\r
 \r