PlatInitDxe.inf 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #/* @file
  2. #
  3. # Copyright (c) 2016, AMD Inc. All rights reserved.<BR>
  4. #
  5. # This program and the accompanying materials
  6. # are licensed and made available under the terms and conditions of the BSD License
  7. # which accompanies this distribution. 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. INF_VERSION = 0x00010005
  16. BASE_NAME = PlatInitDxe
  17. FILE_GUID = 6ae8bdbc-c0eb-40c5-9b3e-18119c0e2710
  18. MODULE_TYPE = DXE_DRIVER
  19. VERSION_STRING = 1.0
  20. ENTRY_POINT = PlatInitDxeEntryPoint
  21. #
  22. # The following information is for reference only and not required by the build tools.
  23. #
  24. # VALID_ARCHITECTURES = AARCH64
  25. #
  26. #
  27. [Sources.common]
  28. PlatInitDxe.c
  29. [Packages]
  30. ArmPkg/ArmPkg.dec
  31. MdePkg/MdePkg.dec
  32. MdeModulePkg/MdeModulePkg.dec
  33. Silicon/AMD/Styx/AmdModulePkg/AmdModulePkg.dec
  34. Silicon/AMD/Styx/AmdStyx.dec
  35. [LibraryClasses]
  36. UefiDriverEntryPoint
  37. UefiBootServicesTableLib
  38. BaseMemoryLib
  39. ArmSmcLib
  40. HobLib
  41. PcdLib
  42. DebugLib
  43. [Guids]
  44. gAmdStyxMpCoreInfoGuid
  45. [Protocols]
  46. gAmdMpCoreInfoProtocolGuid ## PRODUCER
  47. gAmdMpBootProtocolGuid ## PRODUCER
  48. [FixedPcd]
  49. gAmdStyxTokenSpaceGuid.PcdPsciOsSupport
  50. gAmdStyxTokenSpaceGuid.PcdPsciCpuOnContext
  51. gAmdStyxTokenSpaceGuid.PcdTrustedFWSupport
  52. [Depex]
  53. TRUE