FlashFvbDxe.inf 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. #/** @file
  2. #
  3. # Copyright (c) 2011-2015, ARM Limited. All rights reserved.
  4. # Copyright (c) 2015, Hisilicon Limited. All rights reserved.
  5. # Copyright (c) 2015, Linaro Limited. All rights reserved.
  6. #
  7. # This program and the accompanying materials
  8. # are licensed and made available under the terms and conditions of the BSD License
  9. # which accompanies this distribution. The full text of the license may be found at
  10. # http://opensource.org/licenses/bsd-license.php
  11. #
  12. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  13. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  14. #
  15. #**/
  16. [Defines]
  17. INF_VERSION = 0x00010005
  18. BASE_NAME = FlashFvbDxe
  19. FILE_GUID = 93E34C7E-B50E-11DF-9223-2443DFD72085
  20. MODULE_TYPE = DXE_RUNTIME_DRIVER
  21. VERSION_STRING = 1.0
  22. ENTRY_POINT = FlashFvbInitialize
  23. [Sources.common]
  24. FlashFvbDxe.c
  25. FlashBlockIoDxe.c
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. MdeModulePkg/MdeModulePkg.dec
  29. ArmPlatformPkg/ArmPlatformPkg.dec
  30. Silicon/Hisilicon/HisiPkg.dec
  31. [LibraryClasses]
  32. IoLib
  33. BaseLib
  34. DebugLib
  35. HobLib
  36. UefiLib
  37. UefiDriverEntryPoint
  38. UefiBootServicesTableLib
  39. UefiRuntimeLib
  40. [Guids]
  41. gEfiSystemNvDataFvGuid
  42. gEfiVariableGuid
  43. [Protocols]
  44. gEfiBlockIoProtocolGuid
  45. gEfiDevicePathProtocolGuid
  46. gEfiFirmwareVolumeBlockProtocolGuid
  47. gHisiSpiFlashProtocolGuid
  48. [Pcd.common]
  49. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64
  50. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
  51. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64
  52. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
  53. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64
  54. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
  55. gArmPlatformTokenSpaceGuid.PcdNorFlashCheckBlockLocked
  56. gHisiTokenSpaceGuid.PcdSFCMEM0BaseAddress
  57. [Depex]
  58. gHisiSpiFlashProtocolGuid
  59. [BuildOptions]