]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / IntelFsp2WrapperPkg / FspmWrapperPeim / FspmWrapperPeim.inf
index df735e1065c5184fc06332047cf03f4ad8132f03..332509e0bcd2e2c7a5493083653ed057ac82ca5e 100644 (file)
@@ -6,14 +6,9 @@
 # register TemporaryRamDonePpi to call TempRamExit API, and register MemoryDiscoveredPpi\r
 # notify to call FspSiliconInit API.\r
 #\r
-#  Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2014 - 2021, Intel Corporation. All rights reserved.<BR>\r
 #\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
-#  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
@@ -42,7 +37,7 @@
   HobLib\r
   FspWrapperPlatformLib\r
   FspWrapperHobProcessLib\r
-  DebugAgentLib\r
+  CpuLib\r
   UefiCpuLib\r
   PeCoffGetEntryPointLib\r
   PeCoffExtraActionLib\r
   TimerLib\r
   FspWrapperApiLib\r
   FspWrapperApiTestLib\r
+  FspMeasurementLib\r
+  FspWrapperMultiPhaseProcessLib\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   UefiCpuPkg/UefiCpuPkg.dec\r
+  SecurityPkg/SecurityPkg.dec\r
   IntelFsp2Pkg/IntelFsp2Pkg.dec\r
   IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec\r
 \r
 [Pcd]\r
-  gFspWrapperTokenSpaceGuid.PcdFspmBaseAddress                ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFspmBaseAddress       ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFspmUpdDataAddress    ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection      ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFsptBaseAddress       ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFspMeasurementConfig  ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFspmUpdDataAddress64  ## CONSUMES\r
 \r
 [Sources]\r
   FspmWrapperPeim.c\r
 \r
-[Ppis]\r
-  gTopOfTemporaryRamPpiGuid             ## PRODUCES\r
-  gEfiEndOfPeiSignalPpiGuid             ## PRODUCES\r
-  gEfiPeiMemoryDiscoveredPpiGuid        ## PRODUCES\r
-\r
 [Guids]\r
   gFspHobGuid                           ## PRODUCES ## HOB\r
-  gFspApiPerformanceGuid                ## CONSUMES ## GUID\r
+  gFspApiPerformanceGuid                ## SOMETIMES_CONSUMES ## GUID\r
+\r
+[Ppis]\r
+  gEdkiiTcgPpiGuid                                       ## NOTIFY\r
+  gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid    ## PRODUCES\r
 \r
 [Depex]\r
   gEfiPeiMasterBootModePpiGuid\r