2014-07-29 04:21:52 +02:00
|
|
|
## @file
|
2015-01-19 08:18:24 +01:00
|
|
|
# Provides driver and definitions to build fsp in EDKII bios.
|
2014-07-29 04:21:52 +02:00
|
|
|
#
|
2016-01-21 03:14:43 +01:00
|
|
|
# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
|
2014-07-29 04:21:52 +02:00
|
|
|
# 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 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]
|
|
|
|
PLATFORM_NAME = IntelFspPkg
|
|
|
|
PLATFORM_GUID = 29C6791F-9EBC-4470-A126-2BB47431AE5E
|
|
|
|
PLATFORM_VERSION = 0.1
|
|
|
|
DSC_SPECIFICATION = 0x00010005
|
|
|
|
OUTPUT_DIRECTORY = Build/IntelFspPkg
|
|
|
|
SUPPORTED_ARCHITECTURES = IA32
|
2016-01-21 03:14:43 +01:00
|
|
|
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
2014-07-29 04:21:52 +02:00
|
|
|
SKUID_IDENTIFIER = DEFAULT
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
|
|
|
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
|
|
|
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
|
|
|
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
|
|
|
DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
|
|
|
PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
|
|
|
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
|
|
|
UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
|
|
|
|
|
|
|
|
# Dummy - test build only
|
|
|
|
SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
|
|
|
|
ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
|
|
|
|
DebugDeviceLib|IntelFspPkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf
|
|
|
|
|
|
|
|
# FSP override
|
|
|
|
DebugLib|IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf
|
|
|
|
|
|
|
|
# FSP specific lib
|
|
|
|
CacheAsRamLib|IntelFspPkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf
|
|
|
|
CacheLib|IntelFspPkg/Library/BaseCacheLib/BaseCacheLib.inf
|
|
|
|
FspCommonLib|IntelFspPkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf
|
|
|
|
FspPlatformLib|IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf
|
|
|
|
FspSwitchStackLib|IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf
|
2015-04-23 10:52:21 +02:00
|
|
|
FspSecPlatformLib|IntelFspPkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf
|
2014-07-29 04:21:52 +02:00
|
|
|
|
|
|
|
[LibraryClasses.common.PEIM]
|
|
|
|
PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
|
|
|
PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
|
|
|
PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
|
|
|
MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
|
|
|
ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
|
|
|
|
|
|
|
|
HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
|
|
|
|
|
|
|
[Components]
|
|
|
|
IntelFspPkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf
|
|
|
|
IntelFspPkg/Library/BaseCacheLib/BaseCacheLib.inf
|
|
|
|
IntelFspPkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf
|
|
|
|
IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf
|
|
|
|
IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf
|
|
|
|
IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf
|
|
|
|
|
2015-04-23 10:52:21 +02:00
|
|
|
IntelFspPkg/FspSecCore/FspSecCore.inf
|
2014-07-29 04:21:52 +02:00
|
|
|
IntelFspPkg/FspDxeIpl/FspDxeIpl.inf
|
|
|
|
|
|
|
|
[PcdsFixedAtBuild.common]
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
|
2016-08-01 08:07:36 +02:00
|
|
|
|
|
|
|
[BuildOptions]
|
|
|
|
*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
|