summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Disk/PartitionDxe
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...qianouyang2011-05-192-2/+1
* Add Pointer check for NULL before referring it and remove unnecessary pointer...qianouyang2011-05-061-48/+29
* Add BlockIO2 Protocol.qianouyang2011-05-036-217/+646
* Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu2011-04-251-4/+35
* Set the BlockIo.Media.IoAlign to 0 because the BlockIo produced by Partition ...niruiyu2011-04-011-2/+7
* Per UEFI Spec, LowestAlignedLba and LogicalBlocksPerPhysicalBlock must be 0 f...niruiyu2010-07-201-1/+10
* raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related m...erictian2010-05-051-4/+9
* Update the copyright notice formathhtian2010-04-247-14/+14
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* Update partition driver to not produce BlockIo if a GPT with OS-specific fiel...qhuang82009-09-212-3/+15
* 1. updated "the Bus Driver that creates all of its child handles on the first...vanjeff2009-09-161-12/+39
* Enhance Partition driver for EFI_NO_MEDIA caseqhuang82009-08-141-6/+18
* Enhance GPT to remove the assumption that GPT partition entry in PMBR must be...qhuang82009-08-141-5/+10
* Fix a potential issue to use FreePool() with NULL pointer.qhuang82009-08-141-2/+2
* Roll back the change in Partition driver. currently we enhance the EHCI drive...eric_tian2009-07-241-1/+1
* if Usb mass storage interface returns EFI_DEVICE_ERROR, we should jump out th...eric_tian2009-07-221-1/+1
* Use DiskIo->WriteDisk() API to avoid alignment issue.qhuang82009-06-021-2/+8
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-302-4/+4
* Fix the bug that the "Offset" parameter for DiskIo protocol should be byte-or...qhuang82009-04-273-10/+10
* Use DiskIo->ReadDisk() API to avoid alignment issue.qhuang82009-04-223-44/+43
* Using sizeof(EFO_BLOCK_IO_MEDIA) replace Macro.gikidy2009-04-102-4/+1
* Modified for use reversion field and fix a typo. gikidy2009-04-022-2/+5
* Meta-data review.gikidy2009-01-201-8/+8
* Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang82008-12-234-17/+17
* check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji42008-12-181-1/+1
* Clean up to update the reference of the these macros:qhuang82008-12-161-1/+1