You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
73bb8ca22a
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>
49 lines
1.1 KiB
INI
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
|