IntelFsp2Pkg.dsc 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. ## @file
  2. # Provides driver and definitions to build fsp.
  3. #
  4. # Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
  5. # This program and the accompanying materials are licensed and made available under
  6. # the terms and conditions of the BSD License that accompanies this distribution.
  7. # The full text of the license may be found at
  8. # http://opensource.org/licenses/bsd-license.php.
  9. #
  10. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  12. #
  13. ##
  14. [Defines]
  15. PLATFORM_NAME = IntelFsp2Pkg
  16. PLATFORM_GUID = 55CA3D18-831B-469A-A1C3-7AE719EB6A97
  17. PLATFORM_VERSION = 0.1
  18. DSC_SPECIFICATION = 0x00010005
  19. OUTPUT_DIRECTORY = Build/IntelFsp2Pkg
  20. SUPPORTED_ARCHITECTURES = IA32
  21. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  22. SKUID_IDENTIFIER = DEFAULT
  23. [LibraryClasses]
  24. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  25. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  26. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  27. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  28. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  29. PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
  30. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  31. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  32. ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
  33. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  34. SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
  35. ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
  36. DebugDeviceLib|IntelFsp2Pkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf
  37. # FSP override
  38. DebugLib|IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf
  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. [LibraryClasses.common.PEIM]
  47. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  48. PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  49. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  50. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  51. ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
  52. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  53. [Components]
  54. IntelFsp2Pkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf
  55. IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf
  56. IntelFsp2Pkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf
  57. IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf
  58. IntelFsp2Pkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf
  59. IntelFsp2Pkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf
  60. IntelFsp2Pkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf
  61. IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf
  62. IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf
  63. IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf
  64. IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf
  65. IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.inf
  66. [PcdsFixedAtBuild.common]
  67. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
  68. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046
  69. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
  70. [BuildOptions]
  71. *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES