]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/FspSecCore/FspSecCore.inf
Update IntelFspPkg to support FSP1.1
[mirror_edk2.git] / IntelFspPkg / FspSecCore / FspSecCore.inf
index d3ec2fc64ff175bf737db4382a0f50d98610e268..8dd476a0e12442ffae7079bbbe8a5e19661d78b0 100644 (file)
@@ -1,6 +1,7 @@
 ## @file\r
+#  Sec Core for FSP\r
 #\r
-#  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2014 - 2015, 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
@@ -18,7 +19,6 @@
   MODULE_TYPE                    = SEC\r
   VERSION_STRING                 = 1.0\r
 \r
-\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
   Ia32/Stack.asm  | MSFT\r
   Ia32/InitializeFpu.asm  | MSFT\r
   Ia32/FspApiEntry.asm  | MSFT\r
+  Ia32/FspHelper.asm  | MSFT\r
 \r
   Ia32/Stacks.s | GCC\r
   Ia32/InitializeFpu.s | GCC\r
   Ia32/FspApiEntry.s | GCC\r
+  Ia32/FspHelper.s | GCC\r
 \r
 [Binaries.Ia32]\r
   RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC\r
 \r
-[Binaries.X64]\r
-  RAW|Vtf0/Bin/ResetVec.x64.raw |GCC\r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   IntelFspPkg/IntelFspPkg.dec\r
   SerialPortLib\r
   FspSwitchStackLib\r
   FspCommonLib\r
+  FspSecPlatformLib\r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r
-  gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress\r
-  gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase\r
-  gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize\r
-  gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize\r
+  gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress           ## UNDEFINED\r
+  gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress      ## CONSUMES\r
+  gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase              ## CONSUMES\r
+  gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize              ## CONSUMES\r
+  gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize           ## CONSUMES\r
+  gIntelFspPkgTokenSpaceGuid.PcdFspBootFirmwareVolumeBase     ## CONSUMES\r
+  gIntelFspPkgTokenSpaceGuid.PcdFspAreaBaseAddress            ## CONSUMES\r
+  gIntelFspPkgTokenSpaceGuid.PcdFspAreaSize                   ## CONSUMES\r
 \r
 [FixedPcd]\r
-  gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry\r
-  gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry\r
+  gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry              ## CONSUMES\r
+  gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry               ## CONSUMES\r
 \r
 [Ppis]\r
-  gEfiTemporaryRamSupportPpiGuid                # PPI ALWAYS_PRODUCED\r
+  gEfiTemporaryRamSupportPpiGuid                ## PRODUCES \r
 \r