summaryrefslogtreecommitdiff
path: root/IntelFspPkg
diff options
context:
space:
mode:
authorShumin Qiu <shumin.qiu@intel.com>2015-01-19 07:18:24 +0000
committershenshushi <shenshushi@Edk2>2015-01-19 07:18:24 +0000
commitb34eb190837327224a46723051a587d98b3cabd3 (patch)
tree9f39cb08aed2304d37bbd0b4983bf0172294f65f /IntelFspPkg
parentaaedfe3c126c434badb608284ad72d8a07ce162b (diff)
downloadedk2-platforms-b34eb190837327224a46723051a587d98b3cabd3.tar.xz
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
Diffstat (limited to 'IntelFspPkg')
-rw-r--r--IntelFspPkg/FspDxeIpl/FspDxeIpl.inf13
-rw-r--r--IntelFspPkg/FspSecCore/FspSecCore.inf19
-rw-r--r--IntelFspPkg/IntelFspPkg.dec3
-rw-r--r--IntelFspPkg/IntelFspPkg.dsc3
-rw-r--r--IntelFspPkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf3
-rw-r--r--IntelFspPkg/Library/BaseCacheLib/BaseCacheLib.inf3
-rw-r--r--IntelFspPkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf10
-rw-r--r--IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf7
-rw-r--r--IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf17
-rw-r--r--IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf7
-rw-r--r--IntelFspPkg/Library/SecPlatformSecLibNull/SecPlatformSecLibNull.inf3
11 files changed, 48 insertions, 40 deletions
diff --git a/IntelFspPkg/FspDxeIpl/FspDxeIpl.inf b/IntelFspPkg/FspDxeIpl/FspDxeIpl.inf
index 0a225278f2..1a745f7e1c 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 ae0994e5e3..aaeb28a5db 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 d16eaad346..092b3fed01 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 1f497ffa28..0c0b2b80e4 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 7c8492cc4d..1b98870472 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 fb8d5f6083..01cae9680c 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 0fa8c6a2dc..32b4482908 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 85c2615acc..00d79705ae 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 4122508baa..1f5dd1d1f8 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 c3b47b5dbf..a52ee033a0 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 31707a68d8..4f0424e873 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