FspSecCoreT.inf 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. ## @file
  2. # Sec Core for FSP
  3. #
  4. # Copyright (c) 2016 - 2022, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = FspSecCoreT
  12. FILE_GUID = 5B94E419-C795-414D-A0D4-B80A877BE5FE
  13. MODULE_TYPE = SEC
  14. VERSION_STRING = 1.0
  15. #
  16. # The following information is for reference only and not required by the build tools.
  17. #
  18. # VALID_ARCHITECTURES = IA32 X64
  19. #
  20. [Sources.IA32]
  21. Ia32/Stack.nasm
  22. Ia32/FspApiEntryT.nasm
  23. Ia32/FspHelper.nasm
  24. [Sources.X64]
  25. X64/Stack.nasm
  26. X64/FspApiEntryT.nasm
  27. X64/FspHelper.nasm
  28. [Binaries.Ia32]
  29. RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
  30. [Packages]
  31. MdePkg/MdePkg.dec
  32. IntelFsp2Pkg/IntelFsp2Pkg.dec
  33. [LibraryClasses]
  34. BaseMemoryLib
  35. DebugLib
  36. BaseLib
  37. PciCf8Lib
  38. SerialPortLib
  39. FspSwitchStackLib
  40. FspCommonLib
  41. FspSecPlatformLib
  42. [Pcd]
  43. gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES
  44. gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES
  45. gIntelFsp2PkgTokenSpaceGuid.PcdFspReservedBufferSize ## CONSUMES
  46. [Ppis]
  47. gEfiTemporaryRamSupportPpiGuid ## PRODUCES