summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c
AgeCommit message (Expand)Author
2013-09-17Fix 3 bugs in DiskIoDxe and PartitionDxe drivers introduced in DiskIo2 implem...Ruiyu Ni
2013-08-20Add DiskIo2 protocol definition to MdePkg.Ruiyu Ni
2011-12-011. Remove the unnecessary check of the existing of BlockIo2 in PartitionDrive...qianouyang
2011-10-12Grub4Dos copies the BPB of the first partition to the MBR. If the DriverBindi...niruiyu
2011-09-19The patch enhances the Partition driver to return the media status (EFI_NO_ME...niruiyu
2011-05-27MdeModulePkg: Fixed memory corruption when BlockIo2 is not presentgeekboy15a
2011-05-23Change Partition/ScsiDxe driver to produce Block IO revision 3.niruiyu
2011-05-19Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...qianouyang
2011-05-06Add Pointer check for NULL before referring it and remove unnecessary pointer...qianouyang
2011-05-03Add BlockIO2 Protocol.qianouyang
2011-04-25Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu
2011-04-01Set the BlockIo.Media.IoAlign to 0 because the BlockIo produced by Partition ...niruiyu
2010-07-20Per UEFI Spec, LowestAlignedLba and LogicalBlocksPerPhysicalBlock must be 0 f...niruiyu
2010-05-05raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related m...erictian
2010-04-24Update the copyright notice formathhtian
2009-09-161. updated "the Bus Driver that creates all of its child handles on the first...vanjeff
2009-08-14Enhance Partition driver for EFI_NO_MEDIA caseqhuang8
2009-07-24Roll back the change in Partition driver. currently we enhance the EHCI drive...eric_tian
2009-07-22if Usb mass storage interface returns EFI_DEVICE_ERROR, we should jump out th...eric_tian
2009-04-10Using sizeof(EFO_BLOCK_IO_MEDIA) replace Macro.gikidy
2009-04-02Modified for use reversion field and fix a typo. gikidy
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang8
2008-07-18Code scrub for DiskIo, Partition & Unicode Collationqhuang8
2008-05-08Add doxygen style comments for functions in Partition & Disk IO modules.qhuang8
2008-04-08Update all files to follow doxygen style file header.qhuang8
2007-09-30Update to support to produce Component Name and & Component Name 2 protocol ...qhuang8
2007-07-16Modules cleanup.vanjeff