]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/IntelFsp2Pkg.dsc
IntelFsp2Pkg: FspSecCore support for X64
[mirror_edk2.git] / IntelFsp2Pkg / IntelFsp2Pkg.dsc
CommitLineData
cf1d4549
JY
1## @file\r
2# Provides driver and definitions to build fsp.\r
3#\r
2ee287b9 4# Copyright (c) 2014 - 2021, Intel Corporation. All rights reserved.<BR>\r
9672cd30 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
cf1d4549
JY
6#\r
7##\r
8\r
9[Defines]\r
10 PLATFORM_NAME = IntelFsp2Pkg\r
11 PLATFORM_GUID = 55CA3D18-831B-469A-A1C3-7AE719EB6A97\r
12 PLATFORM_VERSION = 0.1\r
13 DSC_SPECIFICATION = 0x00010005\r
14 OUTPUT_DIRECTORY = Build/IntelFsp2Pkg\r
15 SUPPORTED_ARCHITECTURES = IA32\r
16 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
17 SKUID_IDENTIFIER = DEFAULT\r
18\r
2ee287b9
DB
19!include MdePkg/MdeLibs.dsc.inc\r
20\r
cf1d4549
JY
21[LibraryClasses]\r
22 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
23 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
24 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
25 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
26 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
27 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
28 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
29 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
0060e0a6 30 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
cf1d4549
JY
31\r
32 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
33 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
34 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
35 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
36 DebugDeviceLib|IntelFsp2Pkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf\r
37\r
38 # FSP override\r
39 DebugLib|IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf\r
40\r
41 # FSP specific lib\r
42 CacheAsRamLib|IntelFsp2Pkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf\r
43 CacheLib|IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf\r
44 FspCommonLib|IntelFsp2Pkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf\r
45 FspPlatformLib|IntelFsp2Pkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf\r
46 FspSwitchStackLib|IntelFsp2Pkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf\r
47 FspSecPlatformLib|IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf\r
48\r
49[LibraryClasses.common.PEIM]\r
50 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
51 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
52 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
53 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
54 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
55\r
56 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
57\r
58[Components]\r
59 IntelFsp2Pkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf\r
60 IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf\r
61 IntelFsp2Pkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf\r
62 IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf\r
63 IntelFsp2Pkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf\r
64 IntelFsp2Pkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf\r
970a9a8b
LG
65 IntelFsp2Pkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf\r
66 IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf\r
cf1d4549
JY
67\r
68 IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf\r
69 IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf\r
70 IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf\r
394e8e4b 71 IntelFsp2Pkg/FspSecCore/Fsp22SecCoreS.inf\r
cf1d4549
JY
72 IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.inf\r
73\r
74[PcdsFixedAtBuild.common]\r
75 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
76 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046\r
77 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
bc8a1730
HW
78\r
79[BuildOptions]\r
80 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r