]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
dddaa3c0f8fa7dee21baee4f3c0471bc0ea3c448
[mirror_edk2.git] / ArmPlatformPkg / Drivers / NorFlashDxe / NorFlashDxe.inf
1 #/** @file
2 #
3 # Component description file for NorFlashDxe module
4 #
5 # Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
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
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = ArmVeNorFlashDxe
20 FILE_GUID = 93E34C7E-B50E-11DF-9223-2443DFD72085
21 MODULE_TYPE = DXE_RUNTIME_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = NorFlashInitialise
24
25 [Sources.common]
26 NorFlashDxe.c
27 NorFlashFvbDxe.c
28 NorFlashBlockIoDxe.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33 ArmPlatformPkg/ArmPlatformPkg.dec
34
35 [LibraryClasses]
36 IoLib
37 BaseLib
38 DebugLib
39 HobLib
40 NorFlashPlatformLib
41 UefiLib
42 UefiDriverEntryPoint
43 UefiBootServicesTableLib
44 UefiRuntimeLib
45
46 [Guids]
47 gEfiSystemNvDataFvGuid
48 gEfiVariableGuid
49
50 [Protocols]
51 gEfiBlockIoProtocolGuid
52 gEfiDevicePathProtocolGuid
53 gEfiFirmwareVolumeBlockProtocolGuid
54
55 [Pcd.common]
56 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
57 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
58 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
59 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
60 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
61 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
62
63 gArmPlatformTokenSpaceGuid.PcdNorFlashCheckBlockLocked
64
65 [Depex]
66 #
67 # NorFlashDxe must be loaded before VariableRuntimeDxe in case empty flash needs populating with default values
68 #
69 BEFORE gVariableRuntimeDxeFileGuid