]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c
MdeModulePkg/PartitionDxe: Add UDF file system support
authorPaulo Alcantara <pcacjr@zytor.com>
Fri, 8 Sep 2017 12:41:46 +0000 (09:41 -0300)
committerLaszlo Ersek <lersek@redhat.com>
Fri, 8 Sep 2017 18:42:47 +0000 (20:42 +0200)
commit8aafec2c13360f02152b4c19feb376c7c7cfd60d
treee8c2e23fecd75428e45b8f5031561384083574a9
parentfae0d2a2c6eb1c5d25797f85e6400516b2a130e7
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>
MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c
MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h
MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
MdeModulePkg/Universal/Disk/PartitionDxe/Udf.c [new file with mode: 0644]