FspSecCoreS.inf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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 = FspSecCoreS
  12. FILE_GUID = 53AB1ACD-EDB1-4E3A-A2C7-978D721D179D
  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]
  21. SecFspApiChk.c
  22. SecFsp.h
  23. [Sources.IA32]
  24. Ia32/Stack.nasm
  25. Ia32/FspApiEntryS.nasm
  26. Ia32/FspApiEntryCommon.nasm
  27. Ia32/FspHelper.nasm
  28. [Sources.X64]
  29. X64/Stack.nasm
  30. X64/FspApiEntryS.nasm
  31. X64/FspApiEntryCommon.nasm
  32. X64/FspHelper.nasm
  33. [Binaries.Ia32]
  34. RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
  35. [Packages]
  36. MdePkg/MdePkg.dec
  37. IntelFsp2Pkg/IntelFsp2Pkg.dec
  38. [LibraryClasses]
  39. BaseMemoryLib
  40. DebugLib
  41. BaseLib
  42. PciCf8Lib
  43. SerialPortLib
  44. FspSwitchStackLib
  45. FspCommonLib
  46. FspSecPlatformLib
  47. [Ppis]
  48. gEfiTemporaryRamSupportPpiGuid ## PRODUCES