IntelFspWrapperPkg: 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@16623 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user