]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
ArmPlatformPkg: Enable support for flash in 64-bit address space
[mirror_edk2.git] / ArmPlatformPkg / Drivers / NorFlashDxe / NorFlashDxe.inf
1 #/** @file
2 #
3 # Component description file for NorFlashDxe module
4 #
5 # Copyright (c) 2011 - 2021, Arm Limited. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #**/
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = ArmVeNorFlashDxe
14 FILE_GUID = 93E34C7E-B50E-11DF-9223-2443DFD72085
15 MODULE_TYPE = DXE_RUNTIME_DRIVER
16 VERSION_STRING = 1.0
17 ENTRY_POINT = NorFlashInitialise
18
19 [Sources.common]
20 NorFlash.c
21 NorFlash.h
22 NorFlashDxe.c
23 NorFlashFvb.c
24 NorFlashBlockIoDxe.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 MdeModulePkg/MdeModulePkg.dec
29 ArmPlatformPkg/ArmPlatformPkg.dec
30 EmbeddedPkg/EmbeddedPkg.dec
31
32 [LibraryClasses]
33 IoLib
34 BaseLib
35 DebugLib
36 HobLib
37 NorFlashPlatformLib
38 UefiLib
39 UefiDriverEntryPoint
40 UefiBootServicesTableLib
41 UefiRuntimeLib
42 DxeServicesTableLib
43
44 [Guids]
45 gEfiSystemNvDataFvGuid
46 gEfiVariableGuid
47 gEfiAuthenticatedVariableGuid
48 gEfiEventVirtualAddressChangeGuid
49 gEdkiiNvVarStoreFormattedGuid ## PRODUCES ## PROTOCOL
50
51 [Protocols]
52 gEfiBlockIoProtocolGuid
53 gEfiDevicePathProtocolGuid
54 gEfiFirmwareVolumeBlockProtocolGuid
55 gEfiDiskIoProtocolGuid
56
57 [Pcd.common]
58 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64
59 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
60 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
61 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64
62 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
63 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
64 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64
65 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
66 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
67
68 gArmPlatformTokenSpaceGuid.PcdNorFlashCheckBlockLocked
69
70 [Depex]
71 gEfiCpuArchProtocolGuid