IntelFsp2Pkg.dsc 4.1 KB

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