]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/IntelFsp2Pkg.dsc
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / IntelFsp2Pkg / IntelFsp2Pkg.dsc
CommitLineData
cf1d4549
JY
1## @file\r
2# Provides driver and definitions to build fsp.\r
3#\r
6bec5a66 4# Copyright (c) 2014 - 2022, 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
6bec5a66 15 SUPPORTED_ARCHITECTURES = IA32|X64\r
cf1d4549
JY
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
df25a545 48 FspMultiPhaseLib|IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf\r
cf1d4549
JY
49\r
50[LibraryClasses.common.PEIM]\r
51 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
52 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
53 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
54 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
55 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
56\r
57 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
58\r
59[Components]\r
60 IntelFsp2Pkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf\r
61 IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf\r
62 IntelFsp2Pkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf\r
63 IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf\r
64 IntelFsp2Pkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf\r
65 IntelFsp2Pkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf\r
970a9a8b
LG
66 IntelFsp2Pkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf\r
67 IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf\r
df25a545 68 IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf\r
cf1d4549
JY
69\r
70 IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf\r
71 IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf\r
df25a545 72 IntelFsp2Pkg/FspSecCore/Fsp24SecCoreM.inf\r
cf1d4549 73 IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf\r
48249243 74 IntelFsp2Pkg/FspSecCore/FspSecCoreI.inf\r
394e8e4b 75 IntelFsp2Pkg/FspSecCore/Fsp22SecCoreS.inf\r
df25a545 76 IntelFsp2Pkg/FspSecCore/Fsp24SecCoreS.inf\r
cf1d4549
JY
77 IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.inf\r
78\r
79[PcdsFixedAtBuild.common]\r
80 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
81 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046\r
82 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
bc8a1730
HW
83\r
84[BuildOptions]\r
85 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r