EarlyConfigPeimD03.inf 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #/** @file
  2. #
  3. # Copyright (c) 2016, Hisilicon Limited. All rights reserved.
  4. # Copyright (c) 2016, Linaro Limited. All rights reserved.
  5. #
  6. # This program and the accompanying materials
  7. # are licensed and made available under the terms and conditions of the BSD License
  8. # which accompanies this distribution. The full text of the license may be found at
  9. # http://opensource.org/licenses/bsd-license.php
  10. #
  11. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  13. #
  14. #**/
  15. [Defines]
  16. INF_VERSION = 0x00010005
  17. BASE_NAME = EarlyConfigPeimD03
  18. FILE_GUID = A181AD33-E64A-4084-A54A-A69DF1FB0ABF
  19. MODULE_TYPE = PEIM
  20. VERSION_STRING = 1.0
  21. ENTRY_POINT = EarlyConfigEntry
  22. [Sources.common]
  23. EarlyConfigPeimD03.c
  24. [Packages]
  25. MdePkg/MdePkg.dec
  26. MdeModulePkg/MdeModulePkg.dec
  27. ArmPkg/ArmPkg.dec
  28. Silicon/Hisilicon/HisiPkg.dec
  29. [LibraryClasses]
  30. PeimEntryPoint
  31. PcdLib
  32. DebugLib
  33. IoLib
  34. CacheMaintenanceLib
  35. PlatformSysCtrlLib
  36. ArmLib
  37. [Pcd]
  38. gHisiTokenSpaceGuid.PcdMailBoxAddress
  39. gHisiTokenSpaceGuid.PcdTrustedFirmwareEnable
  40. gHisiTokenSpaceGuid.PcdPeriSubctrlAddress
  41. [Depex]
  42. ## As we will clean mailbox in this module, need to wait memory init complete
  43. gEfiPeiMemoryDiscoveredPpiGuid
  44. [BuildOptions]