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