summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Disk
AgeCommit message (Expand)AuthorFilesLines
2013-08-26MdeModulePkg/DiskIoDxe: fix source/destination pointer of overrun transferLaszlo Ersek1-1/+1
2013-08-22Fix DDK3790 build failure.Ruiyu Ni1-1/+1
2013-08-21Fix function header comments for DiskIoDestroySubtask.Ruiyu Ni1-0/+1
2013-08-21MdeModulePkg/DiskIoDxe: Fixed GCC build errorOlivier Martin1-3/+0
2013-08-20Add DiskIo2 protocol definition to MdePkg.Ruiyu Ni9-477/+1239
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-12MdeModulePkg: Add CD Express PEIMjljusten3-0/+984
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu3-6/+6
2011-06-08String Reference Cleanup.lzeng142-46/+42
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
2011-03-14Enhance inf and dec file to follow specs.ydong101-3/+3
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...erictian2-5/+14
2010-04-24Update the copyright notice formathhtian14-28/+28
2010-02-241. Correct File header to ## @filelgao43-12/+12
2009-09-21Update partition driver to not produce BlockIo if a GPT with OS-specific fiel...qhuang82-3/+15
2009-09-161. updated "the Bus Driver that creates all of its child handles on the first...vanjeff1-12/+39
2009-08-14Enhance Partition driver for EFI_NO_MEDIA caseqhuang81-6/+18
2009-08-14Enhance GPT to remove the assumption that GPT partition entry in PMBR must be...qhuang81-5/+10
2009-08-14Fix a potential issue to use FreePool() with NULL pointer.qhuang81-2/+2
2009-07-24Roll back the change in Partition driver. currently we enhance the EHCI drive...eric_tian1-1/+1
2009-07-22if Usb mass storage interface returns EFI_DEVICE_ERROR, we should jump out th...eric_tian1-1/+1
2009-06-02Use DiskIo->WriteDisk() API to avoid alignment issue.qhuang81-2/+8
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy5-9/+9
2009-04-27Fix the bug that the "Offset" parameter for DiskIo protocol should be byte-or...qhuang83-10/+10
2009-04-22Use DiskIo->ReadDisk() API to avoid alignment issue.qhuang83-44/+43
2009-04-10Using sizeof(EFO_BLOCK_IO_MEDIA) replace Macro.gikidy2-4/+1
2009-04-02Modified for use reversion field and fix a typo. gikidy2-2/+5
2009-01-21Meta-data reviewed and verified.gikidy1-2/+2
2009-01-20Meta-data review.gikidy1-2/+2
2009-01-20Meta-data review.gikidy3-12/+12
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang810-36/+54
2008-12-18check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji41-1/+1
2008-12-16Clean up to update the reference of the these macros:qhuang82-2/+2
2008-12-041)Global variables have been moved backward ahead of functions.jji42-0/+2
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy3-9/+0
2008-11-111, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu21-2/+2
2008-10-27re-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record Volume...vanjeff1-6/+6
2008-10-20Move definition of EFI_PARTITION_ENTRY_STATUS from IndustryStandard in MDE Pa...xli241-0/+9