Files
slimbootloader/BootloaderCommonPkg/Library/NvmExpressLib/NvmExpressLib.inf
T
Maurice Ma 73bb8ca22a Add IoMmu support for NVMe library
This patch added IoMmu support for NVMe block access library.
This will allow the library to use DMA buffer for I/O transactions.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2020-03-19 22:06:41 -07:00

49 lines
1.1 KiB
INI

## @file
# NVM Express Host Controller Module.
#
# NvmExpressDxe driver is used to manage non-volatile memory subsystem which follows
# NVM Express specification.
#
# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = NvmExpressLib
FILE_GUID = 5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = NvmExpressLib
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
[Sources]
NvmExpressBlockIo.c
NvmExpressBlockIo.h
NvmExpress.c
NvmExpress.h
NvmExpressDiskInfo.c
NvmExpressDiskInfo.h
NvmExpressHci.c
NvmExpressHci.h
NvmExpressPassthru.c
[Packages]
MdePkg/MdePkg.dec
BootloaderCommonPkg/BootloaderCommonPkg.dec
[LibraryClasses]
DebugLib
PrintLib
IoMmuLib
[Pcd]
gPlatformCommonLibTokenSpaceGuid.PcdDmaBufferSize