summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Disk/PartitionDxe
AgeCommit message (Expand)AuthorFilesLines
2018-10-23MdeModulePkg/PartitionDxe: Add check for underlying device block sizeHao Wu1-0/+29
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao7-57/+57
2018-03-29MdeModulePkg/PartitionDxe: Add partition type guid to installed handleJeff Brasen6-18/+38
2018-01-26MdeModulePkg/Partition: Fix media probeRuiyu Ni1-3/+7
2017-12-06MdeModulePkg/PartitionDxe: Remove unnecessary parentheses in 'if'Hao Wu1-1/+1
2017-11-20MdeModulePkg/PartitionDxe: Merge the discovery of ElTorito into UDFHao Wu2-6/+28
2017-11-15MdeModulePkg/PartitionDxe: Fix UDF fs access on certain CD/DVD mediasPaulo Alcantara1-53/+201
2017-09-25MdeModulePkg/UDF: Fix creation of UDF logical partitionPaulo Alcantara1-60/+306
2017-09-19MdeModulePkg/Udf: Avoid declaring and initializing local GUID variableHao Wu1-2/+6
2017-09-19MdeModulePkg/Udf: Refine function description commentsHao Wu1-0/+12
2017-09-12MdeModulePkg/PartitionDxe: remove always false comparisonLaszlo Ersek1-2/+1
2017-09-12MdeModulePkg/PartitionDxe: don't divide 64-bit values with C operatorsLaszlo Ersek1-1/+7
2017-09-12MdeModulePkg/PartitionDxe: Initialize the array after declarationDandan Bi1-3/+10
2017-09-08MdeModulePkg/PartitionDxe: Add UDF file system supportPaulo Alcantara4-7/+355
2017-07-11MdeModulePkg/PartitionDxe: Add impl of Partition Information ProtocolHao Wu6-88/+135
2016-03-29MdeModulePkg PartitionDxe: Add Re-entry handling logic for BindingStopHao Wu2-21/+110
2016-03-29MdeModulePkg PartitionDxe: Some ISO images cannot be recognized properlyHao Wu1-7/+7
2016-02-23MdeModulePkg/Partition: Fix 64bit build failure caused by last patchNi, Ruiyu1-1/+1
2016-02-19MdeModulePkg/Partition: Use proper partition number for MBRRuiyu Ni1-6/+4
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-07-07MdeModulePkg/PartitionDxe: Fix media probeRonald Cron1-2/+6
2015-01-13Fix IA32 build failure: Use MultU64x32 for 64bit * 32bit.Ruiyu Ni1-2/+2
2015-01-12MdeModulePkg/PartitionDxe: Fixed El Torito support when the medium is not a C...Olivier Martin1-33/+25
2014-11-27MdeModulePkg: Misc comments and DEBUG messagesSamer El-Haj-Mahmoud1-0/+4
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-11/+18
2014-08-19MdeModulePkg/PartitionDxe: Simplify the error handling of DriverBindingSuppor...Sergey Isakov1-5/+2
2013-09-17Fix 3 bugs in DiskIoDxe and PartitionDxe drivers introduced in DiskIo2 implem...Ruiyu Ni1-3/+3
2013-08-20Add DiskIo2 protocol definition to MdePkg.Ruiyu Ni6-86/+178
2013-07-31MdeModulePkg PartitionDxe: Ensure the NumberOfPartitionEntries * SizeOfPartit...Star Zeng1-3/+12
2012-06-12Add comment for modules which have external input.jyao12-8/+43
2012-05-09Use PartitionHeader->SizeOfPartitionEntry instead of sizeof (EFI_PARTITION_EN...niruiyu1-32/+32
2011-12-011. Remove the unnecessary check of the existing of BlockIo2 in PartitionDrive...qianouyang1-29/+4
2011-10-12Grub4Dos copies the BPB of the first partition to the MBR. If the DriverBindi...niruiyu1-1/+9
2011-09-19The patch enhances the Partition driver to return the media status (EFI_NO_ME...niruiyu1-12/+53
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu1-2/+2
2011-05-27MdeModulePkg: Fixed memory corruption when BlockIo2 is not presentgeekboy15a1-6/+6
2011-05-23Change Partition/ScsiDxe driver to produce Block IO revision 3.niruiyu1-3/+9
2011-05-19Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...qianouyang2-2/+1
2011-05-06Add Pointer check for NULL before referring it and remove unnecessary pointer...qianouyang1-48/+29
2011-05-03Add BlockIO2 Protocol.qianouyang6-217/+646
2011-04-25Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu1-4/+35
2011-04-01Set the BlockIo.Media.IoAlign to 0 because the BlockIo produced by Partition ...niruiyu1-2/+7
2010-07-20Per UEFI Spec, LowestAlignedLba and LogicalBlocksPerPhysicalBlock must be 0 f...niruiyu1-1/+10
2010-05-05raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related m...erictian1-4/+9
2010-04-24Update the copyright notice formathhtian7-14/+14
2010-02-241. Correct File header to ## @filelgao41-4/+4
2009-09-21Update partition driver to not produce BlockIo if a GPT with OS-specific fiel...qhuang82-3/+15