IntelFsp2Pkg.dsc 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
  28. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  29. SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
  30. ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
  31. DebugDeviceLib|IntelFsp2Pkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf
  32. # FSP override
  33. DebugLib|IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf
  34. # FSP specific lib
  35. CacheAsRamLib|IntelFsp2Pkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf
  36. CacheLib|IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf
  37. FspCommonLib|IntelFsp2Pkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf
  38. FspPlatformLib|IntelFsp2Pkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf
  39. FspSwitchStackLib|IntelFsp2Pkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf
  40. FspSecPlatformLib|IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf
  41. FspMultiPhaseLib|IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf
  42. [LibraryClasses.common.PEIM]
  43. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  44. PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  45. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  46. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  47. ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
  48. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  49. [Components]
  50. IntelFsp2Pkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf
  51. IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf
  52. IntelFsp2Pkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf
  53. IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf
  54. IntelFsp2Pkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf
  55. IntelFsp2Pkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf
  56. IntelFsp2Pkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf
  57. IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf
  58. IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf
  59. IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf
  60. IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf
  61. IntelFsp2Pkg/FspSecCore/Fsp24SecCoreM.inf
  62. IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf
  63. IntelFsp2Pkg/FspSecCore/FspSecCoreI.inf
  64. IntelFsp2Pkg/FspSecCore/Fsp22SecCoreS.inf
  65. IntelFsp2Pkg/FspSecCore/Fsp24SecCoreS.inf
  66. IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.inf
  67. [PcdsFixedAtBuild.common]
  68. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
  69. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046
  70. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
  71. [BuildOptions]
  72. *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES