summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
diff options
context:
space:
mode:
authorPaulo Alcantara <pcacjr@zytor.com>2017-09-08 09:41:46 -0300
committerLaszlo Ersek <lersek@redhat.com>2017-09-08 20:42:47 +0200
commit8aafec2c13360f02152b4c19feb376c7c7cfd60d (patch)
treee8c2e23fecd75428e45b8f5031561384083574a9 /MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
parentfae0d2a2c6eb1c5d25797f85e6400516b2a130e7 (diff)
downloadedk2-8aafec2c13360f02152b4c19feb376c7c7cfd60d.tar.gz
edk2-8aafec2c13360f02152b4c19feb376c7c7cfd60d.tar.bz2
edk2-8aafec2c13360f02152b4c19feb376c7c7cfd60d.zip
MdeModulePkg/PartitionDxe: Add UDF file system support
Scan for UDF file systems on all block devices, as specified by OSTA Universal Disk Format Specification 2.60, and install a Vendor-Defined Media Device Path for each file system found. The Vendor-Defined Media Device Path for the UDF file system is then checked by UdfDxe to decide whether or not start the driver. Cc: Star Zeng <star.zeng@intel.com> Cc: Eric Dong <eric.dong@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Paulo Alcantara <pcacjr@zytor.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf')
-rw-r--r--MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf b/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
index 48212773e8..fb2ea87a9d 100644
--- a/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
+++ b/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
@@ -4,7 +4,7 @@
# This module produces the logical Block I/O device that represents
# the bytes from Start to End of the Parent Block I/O device.
# The partition of physical BlockIo device supported is one of legacy MBR, GPT,
-# and "El Torito" partitions.
+# UDF and "El Torito" partitions.
#
# Caution: This module requires additional review when modified.
# This driver will have external input - disk partition.
@@ -46,6 +46,7 @@
Mbr.c
Gpt.c
ElTorito.c
+ Udf.c
Partition.c
Partition.h