From: "Sean Rhodes" <sean@starlabs.systems>
To: devel@edk2.groups.io
Cc: Patrick Rudolph <patrick.rudolph@9elements.com>,
Guo Dong <guo.dong@intel.com>, Ray Ni <ray.ni@intel.com>,
Maurice Ma <maurice.ma@intel.com>,
Benjamin You <benjamin.you@intel.com>
Subject: [PATCH 2/2] UefiPayloadPkg: Use new filesystem drivers
Date: Mon, 21 Mar 2022 09:46:46 +0000 [thread overview]
Message-ID: <6a006ddf145106b7d60128dc21a329ace50bb828.1647856006.git.sean@starlabs.systems> (raw)
In-Reply-To: <94c812e2dedef206a5084d7a1b0e9f9f78a38f4d.1647856006.git.sean@starlabs.systems>
From: Patrick Rudolph <patrick.rudolph@9elements.com>
Cc: Guo Dong <guo.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
---
UefiPayloadPkg/UefiPayloadPkg.fdf | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/UefiPayloadPkg/UefiPayloadPkg.fdf b/UefiPayloadPkg/UefiPayloadPkg.fdf
index c7b04978ad..d50a31fd06 100644
--- a/UefiPayloadPkg/UefiPayloadPkg.fdf
+++ b/UefiPayloadPkg/UefiPayloadPkg.fdf
@@ -206,6 +206,21 @@ INF MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
!endif
INF FatPkg/EnhancedFatDxe/Fat.inf
+#
+# Filesystem drivers
+#
+!if $(ARCH) == IA32
+INF RuleOverride=BINARY USE = IA32 FSDrivers/exfat.inf
+INF RuleOverride=BINARY USE = IA32 FSDrivers/ext2.inf
+INF RuleOverride=BINARY USE = IA32 FSDrivers/ntfs.inf
+INF RuleOverride=BINARY USE = IA32 FSDrivers/ext4.inf
+!else
+INF RuleOverride=BINARY USE = X64 FSDrivers/exfat.inf
+INF RuleOverride=BINARY USE = X64 FSDrivers/ext2.inf
+INF RuleOverride=BINARY USE = X64 FSDrivers/ntfs.inf
+INF RuleOverride=BINARY USE = X64 FSDrivers/ext4.inf
+!endif
+
#
# SD/eMMC Support
#
--
2.32.0
next prev parent reply other threads:[~2022-03-21 9:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-21 9:46 [PATCH 1/2] Add filesystem drivers Sean Rhodes
2022-03-21 9:46 ` Sean Rhodes [this message]
2022-03-21 14:20 ` [edk2-devel] " Michael D Kinney
2022-03-21 15:49 ` Patrick Rudolph
2022-03-21 20:28 ` Pedro Falcato
2022-03-21 20:44 ` Sean Rhodes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6a006ddf145106b7d60128dc21a329ace50bb828.1647856006.git.sean@starlabs.systems \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox