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