Skip to content

Commit 4af2f9b

Browse files
PatrickRudolphcrawfxrd
authored andcommitted
UefiPayloadPkg: Use new filesystem drivers
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
1 parent 29023d4 commit 4af2f9b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

UefiPayloadPkg/UefiPayloadPkg.fdf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,21 @@ INF MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
317317
!endif
318318
INF FatPkg/EnhancedFatDxe/Fat.inf
319319

320+
#
321+
# Filesystem drivers
322+
#
323+
!if $(ARCH) == IA32
324+
INF RuleOverride=BINARY USE = IA32 FSDrivers/exfat.inf
325+
INF RuleOverride=BINARY USE = IA32 FSDrivers/ext2.inf
326+
INF RuleOverride=BINARY USE = IA32 FSDrivers/ntfs.inf
327+
INF RuleOverride=BINARY USE = IA32 FSDrivers/ext4.inf
328+
!else
329+
INF RuleOverride=BINARY USE = X64 FSDrivers/exfat.inf
330+
INF RuleOverride=BINARY USE = X64 FSDrivers/ext2.inf
331+
INF RuleOverride=BINARY USE = X64 FSDrivers/ntfs.inf
332+
INF RuleOverride=BINARY USE = X64 FSDrivers/ext4.inf
333+
!endif
334+
320335
#
321336
# SD/eMMC Support
322337
#

0 commit comments

Comments
 (0)