]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFspWrapperPkg: Refine the format of meta data files.
authorShumin Qiu <shumin.qiu@intel.com>
Mon, 19 Jan 2015 07:45:25 +0000 (07:45 +0000)
committershenshushi <shenshushi@Edk2>
Mon, 19 Jan 2015 07:45:25 +0000 (07:45 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16623 6f19259b-4bc3-4df7-8a09-765794883524

IntelFspWrapperPkg/FspInitPei/FspInitPei.inf
IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf
IntelFspWrapperPkg/FspWrapperSecCore/FspWrapperSecCore.inf
IntelFspWrapperPkg/IntelFspWrapperPkg.dec
IntelFspWrapperPkg/IntelFspWrapperPkg.dsc
IntelFspWrapperPkg/Library/BaseFspApiLib/BaseFspApiLib.inf
IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/BaseFspPlatformInfoLibSample.inf
IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/PeiFspHobProcessLibSample.inf
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecPeiFspPlatformSecLibSample.inf

index 0efcf5e542a6252c2ec3f03dcbe54a15f895be86..500c9fd238e92e2b3c65173ebc02bdc5349159a1 100644 (file)
@@ -5,7 +5,7 @@
 # In 2nd entry, it will parse the hoblist from fsp and report them into pei core.\r
 # including install the memory as required.\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
   FspApiLib\r
 \r
 [Ppis]\r
-  gTopOfTemporaryRamPpiGuid\r
-  gFspInitDonePpiGuid\r
-  gEfiEndOfPeiSignalPpiGuid\r
+  gTopOfTemporaryRamPpiGuid             ## PRODUCES\r
+  gFspInitDonePpiGuid                   ## PRODUCES\r
+  gEfiEndOfPeiSignalPpiGuid             ## PRODUCES\r
 \r
 [FixedPcd]\r
-  gFspWrapperTokenSpaceGuid.PcdSecCoreMaxPpiSupported\r
+  gFspWrapperTokenSpaceGuid.PcdSecCoreMaxPpiSupported         ## CONSUMES\r
 \r
 [Pcd]\r
-  gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize\r
-  gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase\r
-  gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize\r
-  gFspWrapperTokenSpaceGuid.PcdMaxUpdRegionSize\r
+  gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize       ## CONSUMES\r
+  gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase                 ## CONSUMES\r
+  gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize                 ## CONSUMES\r
+  gFspWrapperTokenSpaceGuid.PcdMaxUpdRegionSize               ## CONSUMES\r
 \r
 [Depex]\r
   gEfiPeiMasterBootModePpiGuid\r
index 5138bb98a0b789471745397e8e0cd113e707d99d..3b819d9bb9d891e32c0101a7bada39789e3181ec 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 # This driver will register two callbacks to call fsp's notifies.\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
   FspApiLib\r
 \r
 [Protocols]\r
-  gEfiPciEnumerationCompleteProtocolGuid\r
+  gEfiPciEnumerationCompleteProtocolGuid            ## CONSUMES\r
 \r
 [Pcd]\r
-  gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase\r
-  gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize\r
+  gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase       ## CONSUMES\r
+  gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize       ## CONSUMES\r
 \r
 [Depex]\r
   TRUE\r
index fc221fc856002d9545ee96c6f76815caa9f0bb5c..479a5090cc815430dd700b510c306ef6d1246ddc 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This is the first module taking control of the platform upon power-on/reset.\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
   PeCoffExtraActionLib\r
 \r
 [Ppis]\r
-  gTopOfTemporaryRamPpiGuid\r
+  gTopOfTemporaryRamPpiGuid                                 ## CONSUMES\r
 \r
 [FixedPcd]\r
-  gFspWrapperTokenSpaceGuid.PcdSecCoreMaxPpiSupported\r
+  gFspWrapperTokenSpaceGuid.PcdSecCoreMaxPpiSupported       ## CONSUMES\r
 \r
 [Pcd]\r
-  gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize\r
+  gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize     ## CONSUMES\r
index 85bc978b13f2325685506f790a5e044ee73861c1..20bc8b71afd791a739498f79c3bef687e007a573 100644 (file)
@@ -1,8 +1,7 @@
 ## @file\r
-#\r
 # Provides drivers and definitions to support fsp in EDKII bios.\r
 #\r
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License that accompanies this distribution.\r
 # The full text of the license may be found at\r
index c93512aacb618e05a46ca62ab86a79e5de0402b1..dbd05a12727090d015cc35c3b541452b3d3e09c0 100644 (file)
@@ -1,8 +1,7 @@
 ## @file\r
-#\r
 # Provides drivers and definitions to support fsp in EDKII bios.\r
 #\r
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License that accompanies this distribution.\r
 # The full text of the license may be found at\r
index 451698d8d007a250c73826dbf2705beb48d8d49d..2608bf10437c8ddc87feeb46c9d41b02bb815654 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Provide FSP API related function.\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
@@ -63,4 +63,4 @@
 [LibraryClasses]\r
 \r
 [Guids]\r
-  gFspHeaderFileGuid\r
+  gFspHeaderFileGuid            ## CONSUMES ## GUID\r
index 68cd9a9a567b34cb7304ce7ed0e4f2231480938a..56d0f991b2e1155b71852e3e296f86f1bfc31d3b 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Sample to provide FSP platform information related function.\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
@@ -57,5 +57,5 @@
 [LibraryClasses]\r
 \r
 [Pcd]\r
-  gFspWrapperTokenSpaceGuid.PcdTemporaryRamBase\r
-  gFspWrapperTokenSpaceGuid.PcdTemporaryRamSize\r
+  gFspWrapperTokenSpaceGuid.PcdTemporaryRamBase     ## CONSUMES\r
+  gFspWrapperTokenSpaceGuid.PcdTemporaryRamSize     ## CONSUMES\r
index cbba3d41f6f2ef49b126882cb6cb8cd2f4f8d037..720d81f4f6445797195025c3a0699023eecc43b6 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Sample to provide FSP hob process related function.\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
   PeiServicesTablePointerLib\r
 \r
 [Pcd]\r
-  gFspWrapperTokenSpaceGuid.PcdPeiMinMemSize\r
-  gFspWrapperTokenSpaceGuid.PcdPeiRecoveryMinMemSize\r
+  gFspWrapperTokenSpaceGuid.PcdPeiMinMemSize              ## CONSUMES\r
+  gFspWrapperTokenSpaceGuid.PcdPeiRecoveryMinMemSize      ## CONSUMES\r
 \r
 [Guids]\r
-  gFspReservedMemoryResourceHobGuid\r
-  gEfiMemoryTypeInformationGuid\r
+  gFspReservedMemoryResourceHobGuid                       ## CONSUMES ## HOB\r
+  gEfiMemoryTypeInformationGuid                           ## CONSUMES ## GUID\r
 \r
 [Ppis]\r
-  gPeiCapsulePpiGuid\r
+  gPeiCapsulePpiGuid                                      ## CONSUMES\r
index 7df2abdeacac66b877c09602d13d39d5ef45f8ca..df82c649ad12ae30b5557a3a5dd24a895fc71f2d 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Sample to provide FSP wrapper platform sec related function.\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
   LocalApicLib\r
 \r
 [Ppis]\r
-  gEfiSecPlatformInformationPpiGuid\r
-  gPeiSecPerformancePpiGuid\r
-  gEfiTemporaryRamSupportPpiGuid\r
+  gEfiSecPlatformInformationPpiGuid       ## CONSUMES\r
+  gPeiSecPerformancePpiGuid               ## CONSUMES\r
+  gEfiTemporaryRamSupportPpiGuid          ## CONSUMES\r
 \r
 [Pcd]\r
-  gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize\r
-  gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase\r
-  gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize\r
+  gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize         ## CONSUMES\r
+  gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase                   ## CONSUMES\r
+  gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize                   ## CONSUMES\r
 \r
 [FixedPcd]\r
-  gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchAddress\r
-  gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize\r
-  gFspWrapperTokenSpaceGuid.PcdFlashMicroCodeOffset\r
-  gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheAddress\r
-  gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheSize\r
+  gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchAddress         ## CONSUMES\r
+  gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize      ## CONSUMES\r
+  gFspWrapperTokenSpaceGuid.PcdFlashMicroCodeOffset             ## CONSUMES\r
+  gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheAddress            ## CONSUMES\r
+  gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheSize               ## CONSUMES\r