2013-01-25 12:28:06 +01:00
|
|
|
#/** @file
|
2014-08-19 15:29:52 +02:00
|
|
|
#
|
2013-01-25 12:28:06 +01:00
|
|
|
# Component description file for NorFlashDxe module
|
2014-08-19 15:29:52 +02:00
|
|
|
#
|
2014-04-08 20:01:32 +02:00
|
|
|
# Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
|
2014-08-19 15:29:52 +02:00
|
|
|
#
|
2013-01-25 12:28:06 +01:00
|
|
|
# This program and the accompanying materials
|
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
2014-08-19 15:29:52 +02:00
|
|
|
#
|
2013-01-25 12:28:06 +01:00
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
2014-08-19 15:29:52 +02:00
|
|
|
#
|
2013-01-25 12:28:06 +01:00
|
|
|
#**/
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = ArmVeNorFlashDxe
|
|
|
|
FILE_GUID = 93E34C7E-B50E-11DF-9223-2443DFD72085
|
2014-04-08 20:01:32 +02:00
|
|
|
MODULE_TYPE = DXE_RUNTIME_DRIVER
|
2013-01-25 12:28:06 +01:00
|
|
|
VERSION_STRING = 1.0
|
|
|
|
ENTRY_POINT = NorFlashInitialise
|
|
|
|
|
|
|
|
[Sources.common]
|
|
|
|
NorFlashDxe.c
|
|
|
|
NorFlashFvbDxe.c
|
|
|
|
NorFlashBlockIoDxe.c
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
ArmPlatformPkg/ArmPlatformPkg.dec
|
2018-04-11 22:50:18 +02:00
|
|
|
EmbeddedPkg/EmbeddedPkg.dec
|
2013-01-25 12:28:06 +01:00
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
IoLib
|
|
|
|
BaseLib
|
|
|
|
DebugLib
|
|
|
|
HobLib
|
|
|
|
NorFlashPlatformLib
|
|
|
|
UefiLib
|
|
|
|
UefiDriverEntryPoint
|
|
|
|
UefiBootServicesTableLib
|
2014-04-08 20:02:32 +02:00
|
|
|
UefiRuntimeLib
|
2014-04-08 20:03:25 +02:00
|
|
|
DxeServicesTableLib
|
2013-01-25 12:28:06 +01:00
|
|
|
|
|
|
|
[Guids]
|
|
|
|
gEfiSystemNvDataFvGuid
|
|
|
|
gEfiVariableGuid
|
2016-06-21 11:57:48 +02:00
|
|
|
gEfiAuthenticatedVariableGuid
|
2014-04-08 20:03:25 +02:00
|
|
|
gEfiEventVirtualAddressChangeGuid
|
2018-04-11 22:50:18 +02:00
|
|
|
gEdkiiNvVarStoreFormattedGuid ## PRODUCES ## PROTOCOL
|
2013-01-25 12:28:06 +01:00
|
|
|
|
|
|
|
[Protocols]
|
|
|
|
gEfiBlockIoProtocolGuid
|
|
|
|
gEfiDevicePathProtocolGuid
|
|
|
|
gEfiFirmwareVolumeBlockProtocolGuid
|
2014-05-08 16:52:12 +02:00
|
|
|
gEfiDiskIoProtocolGuid
|
2014-08-19 15:29:52 +02:00
|
|
|
|
2013-01-25 12:28:06 +01:00
|
|
|
[Pcd.common]
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
|
2014-08-19 15:29:52 +02:00
|
|
|
|
2013-01-25 12:28:06 +01:00
|
|
|
gArmPlatformTokenSpaceGuid.PcdNorFlashCheckBlockLocked
|
|
|
|
|
|
|
|
[Depex]
|
2018-04-11 22:59:13 +02:00
|
|
|
gEfiCpuArchProtocolGuid
|