]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
Check the input VaraibleName for db/dbx when appending variables with formatted as...
[mirror_edk2.git] / ArmPlatformPkg / Drivers / NorFlashDxe / NorFlashDxe.inf
CommitLineData
1d5d0ae9 1#/** @file
2#
68dda854 3# Component description file for NorFlashDxe module
4#
5# Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>
1d5d0ae9 6#
1d5d0ae9 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_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
d5e12da4 33 ArmPlatformPkg/ArmPlatformPkg.dec
1d5d0ae9 34
35[LibraryClasses]
36 IoLib
37 BaseLib
1d5d0ae9 38 DebugLib
68dda854 39 HobLib
d5e12da4 40 NorFlashPlatformLib
41 UefiLib
1d5d0ae9 42 UefiDriverEntryPoint
43 UefiBootServicesTableLib
44
45[Guids]
46 gEfiSystemNvDataFvGuid
47 gEfiVariableGuid
48
49[Protocols]
50 gEfiBlockIoProtocolGuid
51 gEfiDevicePathProtocolGuid
52 gEfiFirmwareVolumeBlockProtocolGuid
53
6acb379f 54[Pcd.common]
1d5d0ae9 55 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
d5e12da4 56 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
57 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
58 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
59 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
60 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
68dda854 61
62 gArmPlatformTokenSpaceGuid.PcdNorFlashCheckBlockLocked
1d5d0ae9 63
64[Depex]
6acb379f 65 #
66 # NorFlashDxe must be loaded before VariableRuntimeDxe in case empty flash needs populating with default values
67 #
68 BEFORE gVariableRuntimeDxeFileGuid