IntelFsp2Pkg: 1.Defined performance measure mask to mask the Perf id (Bits 63:56) of the Perf Data from FSP Global data. 2.Replaced the hard coded perf ids to use the standard defines from FspStatuscode.h 3.Add the PerfData form Fsp Global data ( for TempRaminit entry, TempramInit exit, memoryinit entry) to FPDT entries IntelFsp2WrapperPkg: Moved the code to add the FSP FPDT records and wrapper FPDT records from ReadytoBoot event to EndofFirmware event Cc: Maurice Ma <maurice.ma@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Satya Yarlagadda <satya.p.yarlagadda@intel.com> Reviewed-by: Maurice Ma <maurice.ma@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
| ## @file
 | |
| # Instance of FspPlatformLib
 | |
| #
 | |
| #  Copyright (c) 2014 - 2016, 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
 | |
| #  which accompanies this distribution. The full text of the license may be found at
 | |
| #  http://opensource.org/licenses/bsd-license.php.
 | |
| #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
 | |
| #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 | |
| #
 | |
| ##
 | |
| 
 | |
| [Defines]
 | |
|   INF_VERSION                    = 0x00010005
 | |
|   BASE_NAME                      = BaseFspPlatformLib
 | |
|   FILE_GUID                      = B6380BFB-7140-4C52-AC42-8C966C9A3F34
 | |
|   MODULE_TYPE                    = BASE
 | |
|   VERSION_STRING                 = 1.0
 | |
|   LIBRARY_CLASS                  = FspPlatformLib
 | |
| 
 | |
| [Sources]
 | |
|   FspPlatformMemory.c
 | |
|   FspPlatformNotify.c
 | |
| 
 | |
| [Packages]
 | |
|   MdePkg/MdePkg.dec
 | |
|   IntelFsp2Pkg/IntelFsp2Pkg.dec
 | |
| 
 | |
| [LibraryClasses]
 | |
|   BaseMemoryLib
 | |
|   MemoryAllocationLib
 | |
|   FspCommonLib
 | |
|   PerformanceLib
 | |
|   ReportStatusCodeLib
 | |
| 
 | |
| [Pcd]
 | |
|   gIntelFsp2PkgTokenSpaceGuid.PcdGlobalDataPointerAddress    ## CONSUMES
 | |
|   gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase            ## CONSUMES
 | |
|   gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamSize            ## CONSUMES
 | |
|   gIntelFsp2PkgTokenSpaceGuid.PcdFspTemporaryRamSize         ## CONSUMES
 | |
| 
 | |
| [Guids]
 | |
|   gFspPerformanceDataGuid                                   ## CONSUMES ## GUID
 | |
|   gFspEventEndOfFirmwareGuid                                ## PRODUCES ## GUID
 | |
|   gEfiEventReadyToBootGuid                                  ## CONSUMES ## Event
 | |
| 
 | |
| [Protocols]
 | |
|   gEfiPciEnumerationCompleteProtocolGuid                    ## CONSUMES
 | |
| 
 | |
| [FixedPcd]
 | |
|   gIntelFsp2PkgTokenSpaceGuid.PcdFspMaxPatchEntry        ## CONSUMES
 | |
|   gIntelFsp2PkgTokenSpaceGuid.PcdFspMaxPerfEntry         ## CONSUMES
 |