mirror of https://github.com/acidanthera/audk.git
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:
parent
b34eb19083
commit
b0446065db
|
@ -5,7 +5,7 @@
|
||||||
# In 2nd entry, it will parse the hoblist from fsp and report them into pei core.
|
# In 2nd entry, it will parse the hoblist from fsp and report them into pei core.
|
||||||
# including install the memory as required.
|
# 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
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -64,18 +64,18 @@
|
||||||
FspApiLib
|
FspApiLib
|
||||||
|
|
||||||
[Ppis]
|
[Ppis]
|
||||||
gTopOfTemporaryRamPpiGuid
|
gTopOfTemporaryRamPpiGuid ## PRODUCES
|
||||||
gFspInitDonePpiGuid
|
gFspInitDonePpiGuid ## PRODUCES
|
||||||
gEfiEndOfPeiSignalPpiGuid
|
gEfiEndOfPeiSignalPpiGuid ## PRODUCES
|
||||||
|
|
||||||
[FixedPcd]
|
[FixedPcd]
|
||||||
gFspWrapperTokenSpaceGuid.PcdSecCoreMaxPpiSupported
|
gFspWrapperTokenSpaceGuid.PcdSecCoreMaxPpiSupported ## CONSUMES
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize
|
gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize ## CONSUMES
|
||||||
gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase
|
gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase ## CONSUMES
|
||||||
gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize
|
gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize ## CONSUMES
|
||||||
gFspWrapperTokenSpaceGuid.PcdMaxUpdRegionSize
|
gFspWrapperTokenSpaceGuid.PcdMaxUpdRegionSize ## CONSUMES
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
gEfiPeiMasterBootModePpiGuid
|
gEfiPeiMasterBootModePpiGuid
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
# This driver will register two callbacks to call fsp's notifies.
|
# This driver will register two callbacks to call fsp's notifies.
|
||||||
#
|
#
|
||||||
# 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
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -45,11 +45,11 @@
|
||||||
FspApiLib
|
FspApiLib
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiPciEnumerationCompleteProtocolGuid
|
gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase
|
gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase ## CONSUMES
|
||||||
gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize
|
gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize ## CONSUMES
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
TRUE
|
TRUE
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## @file
|
## @file
|
||||||
# This is the first module taking control of the platform upon power-on/reset.
|
# This is the first module taking control of the platform upon power-on/reset.
|
||||||
#
|
#
|
||||||
# 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
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -57,10 +57,10 @@
|
||||||
PeCoffExtraActionLib
|
PeCoffExtraActionLib
|
||||||
|
|
||||||
[Ppis]
|
[Ppis]
|
||||||
gTopOfTemporaryRamPpiGuid
|
gTopOfTemporaryRamPpiGuid ## CONSUMES
|
||||||
|
|
||||||
[FixedPcd]
|
[FixedPcd]
|
||||||
gFspWrapperTokenSpaceGuid.PcdSecCoreMaxPpiSupported
|
gFspWrapperTokenSpaceGuid.PcdSecCoreMaxPpiSupported ## CONSUMES
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize
|
gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize ## CONSUMES
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
## @file
|
## @file
|
||||||
#
|
|
||||||
# Provides drivers and definitions to support fsp in EDKII bios.
|
# Provides drivers and definitions to support 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
|
# 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 terms and conditions of the BSD License that accompanies this distribution.
|
||||||
# The full text of the license may be found at
|
# The full text of the license may be found at
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
## @file
|
## @file
|
||||||
#
|
|
||||||
# Provides drivers and definitions to support fsp in EDKII bios.
|
# Provides drivers and definitions to support 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
|
# 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 terms and conditions of the BSD License that accompanies this distribution.
|
||||||
# The full text of the license may be found at
|
# The full text of the license may be found at
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## @file
|
## @file
|
||||||
# Provide FSP API related function.
|
# Provide FSP API related function.
|
||||||
#
|
#
|
||||||
# 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
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -63,4 +63,4 @@
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gFspHeaderFileGuid
|
gFspHeaderFileGuid ## CONSUMES ## GUID
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## @file
|
## @file
|
||||||
# Sample to provide FSP platform information related function.
|
# Sample to provide FSP platform information related function.
|
||||||
#
|
#
|
||||||
# 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
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -57,5 +57,5 @@
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gFspWrapperTokenSpaceGuid.PcdTemporaryRamBase
|
gFspWrapperTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES
|
||||||
gFspWrapperTokenSpaceGuid.PcdTemporaryRamSize
|
gFspWrapperTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## @file
|
## @file
|
||||||
# Sample to provide FSP hob process related function.
|
# Sample to provide FSP hob process related function.
|
||||||
#
|
#
|
||||||
# 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
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -64,12 +64,12 @@
|
||||||
PeiServicesTablePointerLib
|
PeiServicesTablePointerLib
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gFspWrapperTokenSpaceGuid.PcdPeiMinMemSize
|
gFspWrapperTokenSpaceGuid.PcdPeiMinMemSize ## CONSUMES
|
||||||
gFspWrapperTokenSpaceGuid.PcdPeiRecoveryMinMemSize
|
gFspWrapperTokenSpaceGuid.PcdPeiRecoveryMinMemSize ## CONSUMES
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gFspReservedMemoryResourceHobGuid
|
gFspReservedMemoryResourceHobGuid ## CONSUMES ## HOB
|
||||||
gEfiMemoryTypeInformationGuid
|
gEfiMemoryTypeInformationGuid ## CONSUMES ## GUID
|
||||||
|
|
||||||
[Ppis]
|
[Ppis]
|
||||||
gPeiCapsulePpiGuid
|
gPeiCapsulePpiGuid ## CONSUMES
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## @file
|
## @file
|
||||||
# Sample to provide FSP wrapper platform sec related function.
|
# Sample to provide FSP wrapper platform sec related function.
|
||||||
#
|
#
|
||||||
# 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
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -76,18 +76,18 @@
|
||||||
LocalApicLib
|
LocalApicLib
|
||||||
|
|
||||||
[Ppis]
|
[Ppis]
|
||||||
gEfiSecPlatformInformationPpiGuid
|
gEfiSecPlatformInformationPpiGuid ## CONSUMES
|
||||||
gPeiSecPerformancePpiGuid
|
gPeiSecPerformancePpiGuid ## CONSUMES
|
||||||
gEfiTemporaryRamSupportPpiGuid
|
gEfiTemporaryRamSupportPpiGuid ## CONSUMES
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize
|
gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize ## CONSUMES
|
||||||
gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase
|
gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase ## CONSUMES
|
||||||
gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize
|
gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize ## CONSUMES
|
||||||
|
|
||||||
[FixedPcd]
|
[FixedPcd]
|
||||||
gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchAddress
|
gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES
|
||||||
gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize
|
gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize ## CONSUMES
|
||||||
gFspWrapperTokenSpaceGuid.PcdFlashMicroCodeOffset
|
gFspWrapperTokenSpaceGuid.PcdFlashMicroCodeOffset ## CONSUMES
|
||||||
gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheAddress
|
gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheAddress ## CONSUMES
|
||||||
gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheSize
|
gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheSize ## CONSUMES
|
||||||
|
|
Loading…
Reference in New Issue