IntelFsp2WrapperPkg: Update Protocol/Guid usage in INF files
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
@ -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 - 2016, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2014 - 2017, 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
|
||||||
@ -53,10 +53,10 @@
|
|||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES
|
gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES
|
||||||
gAddPerfRecordProtocolGuid ## CONSUMES
|
gAddPerfRecordProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gFspApiPerformanceGuid ## CONSUMES ## GUID
|
gFspApiPerformanceGuid ## SOMETIMES_CONSUMES ## GUID
|
||||||
gEfiEventExitBootServicesGuid ## CONSUMES ## Event
|
gEfiEventExitBootServicesGuid ## CONSUMES ## Event
|
||||||
gFspHobGuid ## CONSUMES ## HOB
|
gFspHobGuid ## CONSUMES ## HOB
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# register TemporaryRamDonePpi to call TempRamExit API, and register MemoryDiscoveredPpi
|
# register TemporaryRamDonePpi to call TempRamExit API, and register MemoryDiscoveredPpi
|
||||||
# notify to call FspSiliconInit API.
|
# notify to call FspSiliconInit API.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2014 - 2017, 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,14 +64,9 @@
|
|||||||
[Sources]
|
[Sources]
|
||||||
FspmWrapperPeim.c
|
FspmWrapperPeim.c
|
||||||
|
|
||||||
[Ppis]
|
|
||||||
gTopOfTemporaryRamPpiGuid ## PRODUCES
|
|
||||||
gEfiEndOfPeiSignalPpiGuid ## PRODUCES
|
|
||||||
gEfiPeiMemoryDiscoveredPpiGuid ## PRODUCES
|
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gFspHobGuid ## PRODUCES ## HOB
|
gFspHobGuid ## PRODUCES ## HOB
|
||||||
gFspApiPerformanceGuid ## CONSUMES ## GUID
|
gFspApiPerformanceGuid ## SOMETIMES_CONSUMES ## GUID
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
gEfiPeiMasterBootModePpiGuid
|
gEfiPeiMasterBootModePpiGuid
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# register TemporaryRamDonePpi to call TempRamExit API, and register MemoryDiscoveredPpi
|
# register TemporaryRamDonePpi to call TempRamExit API, and register MemoryDiscoveredPpi
|
||||||
# notify to call FspSiliconInit API.
|
# notify to call FspSiliconInit API.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2014 - 2017, 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,14 +63,14 @@
|
|||||||
gFspSiliconInitDonePpiGuid ## PRODUCES
|
gFspSiliconInitDonePpiGuid ## PRODUCES
|
||||||
gEfiEndOfPeiSignalPpiGuid ## PRODUCES
|
gEfiEndOfPeiSignalPpiGuid ## PRODUCES
|
||||||
gEfiTemporaryRamDonePpiGuid ## PRODUCES
|
gEfiTemporaryRamDonePpiGuid ## PRODUCES
|
||||||
gEfiPeiMemoryDiscoveredPpiGuid ## PRODUCES
|
gEfiPeiMemoryDiscoveredPpiGuid ## NOTIFY
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress ## CONSUMES
|
gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress ## CONSUMES
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gFspHobGuid ## CONSUMES ## HOB
|
gFspHobGuid ## CONSUMES ## HOB
|
||||||
gFspApiPerformanceGuid ## CONSUMES ## GUID
|
gFspApiPerformanceGuid ## SOMETIMES_CONSUMES ## GUID
|
||||||
|
|
||||||
[Sources]
|
[Sources]
|
||||||
FspsWrapperPeim.c
|
FspsWrapperPeim.c
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
### @file
|
### @file
|
||||||
# Provide FSP-M wrapper API test related function.
|
# Provide FSP-M wrapper API test related function.
|
||||||
#
|
#
|
||||||
# Copyright (C) 2016, Intel Corporation. All rights reserved.<BR>
|
# Copyright (C) 2016 - 2017, 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
|
||||||
@ -53,4 +53,4 @@
|
|||||||
HobLib
|
HobLib
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gFspBootLoaderTolumHobGuid ## CONSUMES ## GUID
|
gFspBootLoaderTolumHobGuid ## SOMETIMES_CONSUMES ## GUID
|
Reference in New Issue
Block a user