diff options
Diffstat (limited to 'IntelFspWrapperPkg/FspInitPei')
-rw-r--r-- | IntelFspWrapperPkg/FspInitPei/FspInitPei.inf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/IntelFspWrapperPkg/FspInitPei/FspInitPei.inf b/IntelFspWrapperPkg/FspInitPei/FspInitPei.inf index 0efcf5e542..500c9fd238 100644 --- a/IntelFspWrapperPkg/FspInitPei/FspInitPei.inf +++ b/IntelFspWrapperPkg/FspInitPei/FspInitPei.inf @@ -5,7 +5,7 @@ # In 2nd entry, it will parse the hoblist from fsp and report them into pei core.
# including install the memory as required.
#
-# 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
@@ -64,18 +64,18 @@ FspApiLib
[Ppis]
- gTopOfTemporaryRamPpiGuid
- gFspInitDonePpiGuid
- gEfiEndOfPeiSignalPpiGuid
+ gTopOfTemporaryRamPpiGuid ## PRODUCES
+ gFspInitDonePpiGuid ## PRODUCES
+ gEfiEndOfPeiSignalPpiGuid ## PRODUCES
[FixedPcd]
- gFspWrapperTokenSpaceGuid.PcdSecCoreMaxPpiSupported
+ gFspWrapperTokenSpaceGuid.PcdSecCoreMaxPpiSupported ## CONSUMES
[Pcd]
- gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize
- gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase
- gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize
- gFspWrapperTokenSpaceGuid.PcdMaxUpdRegionSize
+ gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize ## CONSUMES
+ gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase ## CONSUMES
+ gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize ## CONSUMES
+ gFspWrapperTokenSpaceGuid.PcdMaxUpdRegionSize ## CONSUMES
[Depex]
gEfiPeiMasterBootModePpiGuid
|