diff options
author | Shumin Qiu <shumin.qiu@intel.com> | 2015-01-19 07:18:24 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-01-19 07:18:24 +0000 |
commit | b34eb190837327224a46723051a587d98b3cabd3 (patch) | |
tree | 9f39cb08aed2304d37bbd0b4983bf0172294f65f | |
parent | aaedfe3c126c434badb608284ad72d8a07ce162b (diff) | |
download | edk2-b34eb190837327224a46723051a587d98b3cabd3.zip edk2-b34eb190837327224a46723051a587d98b3cabd3.tar.gz edk2-b34eb190837327224a46723051a587d98b3cabd3.tar.bz2 |
IntelFspPkg: Refine the format of meta data files.
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@16622 6f19259b-4bc3-4df7-8a09-765794883524
11 files changed, 48 insertions, 40 deletions
diff --git a/IntelFspPkg/FspDxeIpl/FspDxeIpl.inf b/IntelFspPkg/FspDxeIpl/FspDxeIpl.inf index 0a22527..1a745f7 100644 --- a/IntelFspPkg/FspDxeIpl/FspDxeIpl.inf +++ b/IntelFspPkg/FspDxeIpl/FspDxeIpl.inf @@ -1,6 +1,7 @@ ## @file
+# PEIM for DXE IPL
#
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -53,17 +54,17 @@ [Ppis]
gEfiDxeIplPpiGuid ## PRODUCES
gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_PRODUCES(Not produced on S3 boot path)
- gEfiPeiDecompressPpiGuid
+ gEfiPeiDecompressPpiGuid ## CONSUMES
[Protocols]
- gEfiPciEnumerationCompleteProtocolGuid # ALWAYS_PRODUCED
+ gEfiPciEnumerationCompleteProtocolGuid ## PRODUCES
[Guids]
- gEfiEventReadyToBootGuid # ALWAYS_PRODUCED
+ gEfiEventReadyToBootGuid ## PRODUCES ## Event
[FixedPcd]
- gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry
- gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry
+ gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES
+ gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES
[Depex]
gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiLoadFilePpiGuid
diff --git a/IntelFspPkg/FspSecCore/FspSecCore.inf b/IntelFspPkg/FspSecCore/FspSecCore.inf index ae0994e..aaeb28a 100644 --- a/IntelFspPkg/FspSecCore/FspSecCore.inf +++ b/IntelFspPkg/FspSecCore/FspSecCore.inf @@ -1,6 +1,7 @@ ## @file
+# Sec Core for FSP
#
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -57,16 +58,16 @@ FspCommonLib
[Pcd]
- gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
- gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress
- gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase
- gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize
- gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize
+ gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## UNDEFINED
+ gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress ## CONSUMES
+ gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES
+ gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES
+ gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize ## CONSUMES
[FixedPcd]
- gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry
- gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry
+ gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES
+ gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES
[Ppis]
- gEfiTemporaryRamSupportPpiGuid # PPI ALWAYS_PRODUCED
+ gEfiTemporaryRamSupportPpiGuid ## PRODUCES
diff --git a/IntelFspPkg/IntelFspPkg.dec b/IntelFspPkg/IntelFspPkg.dec index d16eaad..092b3fe 100644 --- a/IntelFspPkg/IntelFspPkg.dec +++ b/IntelFspPkg/IntelFspPkg.dec @@ -1,8 +1,7 @@ ## @file
-#
# Provides driver and definitions to build fsp in EDKII bios.
#
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials are licensed and made available under
# the terms and conditions of the BSD License that accompanies this distribution.
# The full text of the license may be found at
diff --git a/IntelFspPkg/IntelFspPkg.dsc b/IntelFspPkg/IntelFspPkg.dsc index 1f497ff..0c0b2b8 100644 --- a/IntelFspPkg/IntelFspPkg.dsc +++ b/IntelFspPkg/IntelFspPkg.dsc @@ -1,6 +1,7 @@ ## @file
+# Provides driver and definitions to build fsp in EDKII bios.
#
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials are licensed and made available under
# the terms and conditions of the BSD License that accompanies this distribution.
# The full text of the license may be found at
diff --git a/IntelFspPkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf b/IntelFspPkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf index 7c8492c..1b98870 100644 --- a/IntelFspPkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf +++ b/IntelFspPkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf @@ -1,6 +1,7 @@ ## @file
+# NULL instance of Base cache as RAM.
#
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
diff --git a/IntelFspPkg/Library/BaseCacheLib/BaseCacheLib.inf b/IntelFspPkg/Library/BaseCacheLib/BaseCacheLib.inf index fb8d5f6..01cae96 100644 --- a/IntelFspPkg/Library/BaseCacheLib/BaseCacheLib.inf +++ b/IntelFspPkg/Library/BaseCacheLib/BaseCacheLib.inf @@ -1,6 +1,7 @@ ## @file
+# Instance of BaseCache.
#
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
diff --git a/IntelFspPkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf b/IntelFspPkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf index 0fa8c6a..32b4482 100644 --- a/IntelFspPkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf +++ b/IntelFspPkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf @@ -1,6 +1,6 @@ ## @file
-#
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+# Instance of FspCommonLib
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -30,8 +30,8 @@ BaseMemoryLib
[Pcd]
- gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress
+ gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress ## CONSUMES
[FixedPcd]
- gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry
- gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry
+ gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES
+ gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES
diff --git a/IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf b/IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf index 85c2615..00d7970 100644 --- a/IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf +++ b/IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf @@ -1,6 +1,7 @@ ## @file
+# Instance of BaseFspDebugLib
#
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -44,6 +45,6 @@ DebugPrintErrorLevelLib
[Pcd]
- gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue
- gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask
+ gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## CONSUMES
+ gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES
diff --git a/IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf b/IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf index 4122508..1f5dd1d 100644 --- a/IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf +++ b/IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf @@ -1,6 +1,7 @@ ## @file
+# Instance of FspPlatformLib
#
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -31,14 +32,14 @@ BaseMemoryLib
[Pcd]
- gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress
- gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase
- gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize
- gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize
+ gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress ## CONSUMES
+ gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES
+ gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES
+ gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize ## CONSUMES
[Guids]
- gFspBootLoaderTemporaryMemoryGuid
+ gFspBootLoaderTemporaryMemoryGuid ## PRODUCES ## HOB
[FixedPcd]
- gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry
- gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry
+ gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES
+ gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES
diff --git a/IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf b/IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf index c3b47b5..a52ee03 100644 --- a/IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf +++ b/IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf @@ -1,6 +1,7 @@ ## @file
+# Instance of BaseFspSwitchStackLib
#
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -35,8 +36,8 @@ IoLib
[FixedPcd]
- gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry
- gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry
+ gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES
+ gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES
diff --git a/IntelFspPkg/Library/SecPlatformSecLibNull/SecPlatformSecLibNull.inf b/IntelFspPkg/Library/SecPlatformSecLibNull/SecPlatformSecLibNull.inf index 31707a6..4f0424e 100644 --- a/IntelFspPkg/Library/SecPlatformSecLibNull/SecPlatformSecLibNull.inf +++ b/IntelFspPkg/Library/SecPlatformSecLibNull/SecPlatformSecLibNull.inf @@ -1,6 +1,7 @@ ## @file
+# NULL instance of Platform Sec Lib.
#
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
|