hc
2024-03-26 e0728245c89800c2038c23308f2d88969d5b41c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#
#    Copyright (c) 2022, Rockchip Limited. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
 
[Defines]
  INF_VERSION                    = 0x0001001A
  BASE_NAME                      = RkFvbDxe
  FILE_GUID                      = df325b7e-ae7c-11ec-a154-f42a7dcb925d
  MODULE_TYPE                    = DXE_RUNTIME_DRIVER
  VERSION_STRING                 = 0.1
  ENTRY_POINT                    = RkFvbEntryPoint
 
[Sources]
  RkFvbDxe.c
 
[Packages]
  ArmPlatformPkg/ArmPlatformPkg.dec
  EmbeddedPkg/EmbeddedPkg.dec
  MdeModulePkg/MdeModulePkg.dec
  MdePkg/MdePkg.dec
  Silicon/Rockchip/RockchipPkg.dec
 
[LibraryClasses]
  IoLib
  BaseLib
  DebugLib
  HobLib
  UefiLib
  UefiDriverEntryPoint
  UefiBootServicesTableLib
  UefiRuntimeLib
  BaseMemoryLib
  DevicePathLib
  DxeServicesTableLib
  MemoryAllocationLib
  UefiRuntimeServicesTableLib
 
[Guids]
  gEdkiiNvVarStoreFormattedGuid
  gEfiAuthenticatedVariableGuid
  gEfiEventVirtualAddressChangeGuid
  gEfiSystemNvDataFvGuid
  gEfiVariableGuid
 
[Protocols]
  gEfiDevicePathProtocolGuid
  gEfiFirmwareVolumeBlockProtocolGuid
  gRockchipSpiFlashProtocolGuid
  gUniNorFlashProtocolGuid
 
[FixedPcd]
  gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
  gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
  gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
#  gRockchipTokenSpaceGuid.PcdSpiMemoryBase
#  gRockchipTokenSpaceGuid.PcdSpiMemoryMapped
  gRockchipTokenSpaceGuid.PcdNvStorageVariableBase
 
[Pcd]
  gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64
  gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64
  gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64
 
[Depex]
  TRUE
  #gEfiCpuArchProtocolGuid AND
  #gUniNorFlashProtocolGuid