]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
ArmPlatformPkg: enable use of authenticated variables in NorFlashDxe
[mirror_edk2.git] / ArmPlatformPkg / Drivers / NorFlashDxe / NorFlashDxe.inf
CommitLineData
1e57a462 1#/** @file\r
3402aac7 2#\r
1e57a462 3# Component description file for NorFlashDxe module\r
3402aac7 4#\r
000f80f7 5# Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>\r
3402aac7 6#\r
1e57a462 7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
3402aac7 11#\r
1e57a462 12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
3402aac7 14#\r
1e57a462 15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = ArmVeNorFlashDxe\r
20 FILE_GUID = 93E34C7E-B50E-11DF-9223-2443DFD72085\r
000f80f7 21 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
1e57a462 22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = NorFlashInitialise\r
24\r
25[Sources.common]\r
26 NorFlashDxe.c\r
27 NorFlashFvbDxe.c\r
28 NorFlashBlockIoDxe.c\r
6cf1269d 29 NorFlashVariableDep.c\r
1e57a462 30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34 ArmPlatformPkg/ArmPlatformPkg.dec\r
35\r
36[LibraryClasses]\r
37 IoLib\r
38 BaseLib\r
39 DebugLib\r
40 HobLib\r
41 NorFlashPlatformLib\r
42 UefiLib\r
43 UefiDriverEntryPoint\r
44 UefiBootServicesTableLib\r
2dff0c1a 45 UefiRuntimeLib\r
1dbbfc17 46 DxeServicesTableLib\r
1e57a462 47\r
48[Guids]\r
49 gEfiSystemNvDataFvGuid\r
50 gEfiVariableGuid\r
1dbbfc17 51 gEfiEventVirtualAddressChangeGuid\r
1e57a462 52\r
53[Protocols]\r
54 gEfiBlockIoProtocolGuid\r
55 gEfiDevicePathProtocolGuid\r
56 gEfiFirmwareVolumeBlockProtocolGuid\r
452a9ee1 57 gEfiDiskIoProtocolGuid\r
3402aac7 58\r
1e57a462 59[Pcd.common]\r
60 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
3402aac7 66\r
1e57a462 67 gArmPlatformTokenSpaceGuid.PcdNorFlashCheckBlockLocked\r
68\r
69[Depex]\r
70 #\r
71 # NorFlashDxe must be loaded before VariableRuntimeDxe in case empty flash needs populating with default values\r
3402aac7
RC
72 #\r
73 BEFORE gVariableRuntimeDxeFileGuid\r