summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Disk/PartitionDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/PartitionDxe: Ignore PMBR BootIndicator per UEFI specNeal Gompa2021-07-061-2/+1
* Revert "MdeModulePkg/PartitionDxe: Fix the incorrect LBA size in child ..."Zhichao Gao2020-10-201-3/+9
* MdeModulePkg/PartitionDxe: Fix the incorrect LBA size in child handerZhichao Gao2020-08-131-9/+3
* MdeModulePkg/PartitionDxe: Revert changes for the special MBRZhichao Gao2020-08-131-31/+6
* MdeModulePkg/PartitionDxe: Put the UDF check ahead of MBRZhichao Gao2020-08-131-1/+9
* MdeModulePkg/PartitionDxe: Add already start check for child hanldesZhichao Gao2020-07-151-0/+9
* MdeModulePkg/PartitionDxe: Skip the MBR that add for CD-ROMZhichao Gao2020-07-151-6/+31
* MdeModulePkg/PartitionDxe: Correct the MBR last block valueZhichao Gao2020-07-151-5/+8
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0910-70/+10
* MdeModulePkg/PartitionDxe: Ensure blocksize holds MBR (CVE-2018-12180)Hao Wu2019-02-282-2/+16
* MdeModulePkg/PartitionDxe: Add check for underlying device block sizeHao Wu2018-10-231-0/+29
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-061-1/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-287-57/+57
* MdeModulePkg/PartitionDxe: Add partition type guid to installed handleJeff Brasen2018-03-296-18/+38
* MdeModulePkg/Partition: Fix media probeRuiyu Ni2018-01-261-3/+7
* MdeModulePkg/PartitionDxe: Remove unnecessary parentheses in 'if'Hao Wu2017-12-061-1/+1
* MdeModulePkg/PartitionDxe: Merge the discovery of ElTorito into UDFHao Wu2017-11-202-6/+28
* MdeModulePkg/PartitionDxe: Fix UDF fs access on certain CD/DVD mediasPaulo Alcantara2017-11-151-53/+201
* MdeModulePkg/UDF: Fix creation of UDF logical partitionPaulo Alcantara2017-09-251-60/+306
* MdeModulePkg/Udf: Avoid declaring and initializing local GUID variableHao Wu2017-09-191-2/+6
* MdeModulePkg/Udf: Refine function description commentsHao Wu2017-09-191-0/+12
* MdeModulePkg/PartitionDxe: remove always false comparisonLaszlo Ersek2017-09-121-2/+1
* MdeModulePkg/PartitionDxe: don't divide 64-bit values with C operatorsLaszlo Ersek2017-09-121-1/+7
* MdeModulePkg/PartitionDxe: Initialize the array after declarationDandan Bi2017-09-121-3/+10
* MdeModulePkg/PartitionDxe: Add UDF file system supportPaulo Alcantara2017-09-084-7/+355
* MdeModulePkg/PartitionDxe: Add impl of Partition Information ProtocolHao Wu2017-07-116-88/+135
* MdeModulePkg PartitionDxe: Add Re-entry handling logic for BindingStopHao Wu2016-03-292-21/+110
* MdeModulePkg PartitionDxe: Some ISO images cannot be recognized properlyHao Wu2016-03-291-7/+7
* MdeModulePkg/Partition: Fix 64bit build failure caused by last patchNi, Ruiyu2016-02-231-1/+1
* MdeModulePkg/Partition: Use proper partition number for MBRRuiyu Ni2016-02-191-6/+4
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg/PartitionDxe: Fix media probeRonald Cron2015-07-071-2/+6
* Fix IA32 build failure: Use MultU64x32 for 64bit * 32bit.Ruiyu Ni2015-01-131-2/+2
* MdeModulePkg/PartitionDxe: Fixed El Torito support when the medium is not a C...Olivier Martin2015-01-121-33/+25
* MdeModulePkg: Misc comments and DEBUG messagesSamer El-Haj-Mahmoud2014-11-271-0/+4
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-11/+18
* MdeModulePkg/PartitionDxe: Simplify the error handling of DriverBindingSuppor...Sergey Isakov2014-08-191-5/+2
* Fix 3 bugs in DiskIoDxe and PartitionDxe drivers introduced in DiskIo2 implem...Ruiyu Ni2013-09-171-3/+3
* Add DiskIo2 protocol definition to MdePkg.Ruiyu Ni2013-08-206-86/+178
* MdeModulePkg PartitionDxe: Ensure the NumberOfPartitionEntries * SizeOfPartit...Star Zeng2013-07-311-3/+12
* Add comment for modules which have external input.jyao12012-06-122-8/+43
* Use PartitionHeader->SizeOfPartitionEntry instead of sizeof (EFI_PARTITION_EN...niruiyu2012-05-091-32/+32
* 1. Remove the unnecessary check of the existing of BlockIo2 in PartitionDrive...qianouyang2011-12-011-29/+4
* Grub4Dos copies the BPB of the first partition to the MBR. If the DriverBindi...niruiyu2011-10-121-1/+9
* The patch enhances the Partition driver to return the media status (EFI_NO_ME...niruiyu2011-09-191-12/+53
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-061-2/+2
* MdeModulePkg: Fixed memory corruption when BlockIo2 is not presentgeekboy15a2011-05-271-6/+6
* Change Partition/ScsiDxe driver to produce Block IO revision 3.niruiyu2011-05-231-3/+9