summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Disk
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-288-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-284-26/+43
* MdeModulePkg/PartitionDxe: Simplify the error handling of DriverBindingSuppor...Sergey Isakov2014-08-191-5/+2
* MdeModulePkg/DiskIo: Introduced 'PcdDiskIoDataBufferBlockNum'Olivier Martin2014-02-123-14/+9
* MdeModulePkg CdExpressPei: Use correct PeiServices pointer to call low level ...Star Zeng2014-01-062-6/+5
* Add the missing assignment of EFI_DISK_IO2_TOKEN::Token in FlushDiskEx() impl...Ruiyu Ni2013-12-171-0/+1
* Fix 3 bugs in DiskIoDxe and PartitionDxe drivers introduced in DiskIo2 implem...Ruiyu Ni2013-09-172-25/+10
* MdeModulePkg/DiskIoDxe: fix source/destination pointer of overrun transferLaszlo Ersek2013-08-261-1/+1
* Fix DDK3790 build failure.Ruiyu Ni2013-08-221-1/+1
* Fix function header comments for DiskIoDestroySubtask.Ruiyu Ni2013-08-211-0/+1
* MdeModulePkg/DiskIoDxe: Fixed GCC build errorOlivier Martin2013-08-211-3/+0
* Add DiskIo2 protocol definition to MdePkg.Ruiyu Ni2013-08-209-477/+1239
* 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
* MdeModulePkg: Add CD Express PEIMjljusten2011-07-123-0/+984
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-063-6/+6
* String Reference Cleanup.lzeng142011-06-082-46/+42
* 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
* Enhance inf and dec file to follow specs.ydong102011-03-141-3/+3
* 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-052-5/+14
* Update the copyright notice formathhtian2010-04-2414-28/+28
* 1. Correct File header to ## @filelgao42010-02-243-12/+12
* 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-305-9/+9
* 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 reviewed and verified.gikidy2009-01-211-2/+2
* Meta-data review.gikidy2009-01-201-2/+2
* Meta-data review.gikidy2009-01-203-12/+12
* Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang82008-12-2310-36/+54