Add EXT4 and NTFS drivers

This commit is contained in:
Jeremy Soller
2020-06-11 11:10:19 -06:00
parent e61bb9222c
commit e3e4f6ddd5
5 changed files with 50 additions and 0 deletions

BIN
FSDrivers/X64/ext4.efi Normal file

Binary file not shown.

BIN
FSDrivers/X64/ntfs.efi Normal file

Binary file not shown.

22
FSDrivers/ext4.inf Normal file
View File

@@ -0,0 +1,22 @@
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = ext4
FILE_GUID = 9d380387-a15a-4053-ae19-ff3495b6d0d5
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
VALID_ARCHITECTURES = X64
[Binaries.X64]
PE32|X64/ext4.efi|*

22
FSDrivers/ntfs.inf Normal file
View File

@@ -0,0 +1,22 @@
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = ntfs
FILE_GUID = 2282efd0-678b-4753-8d06-200d5940285d
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
VALID_ARCHITECTURES = X64
[Binaries.X64]
PE32|X64/ntfs.efi|*

View File

@@ -170,6 +170,12 @@ INF MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
INF FatPkg/EnhancedFatDxe/Fat.inf
!if $(ARCH) == IA32
!else
INF RuleOverride=BINARY USE = X64 FSDrivers/ntfs.inf
INF RuleOverride=BINARY USE = X64 FSDrivers/ext4.inf
!endif
#
# SD/eMMC Support
#