summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Disk/PartitionDxe
AgeCommit message (Expand)Author
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...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
2010-02-241. Correct File header to ## @filelgao4
2009-09-21Update partition driver to not produce BlockIo if a GPT with OS-specific fiel...qhuang8
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-08-14Enhance GPT to remove the assumption that GPT partition entry in PMBR must be...qhuang8
2009-08-14Fix a potential issue to use FreePool() with NULL pointer.qhuang8
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-06-02Use DiskIo->WriteDisk() API to avoid alignment issue.qhuang8
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy
2009-04-27Fix the bug that the "Offset" parameter for DiskIo protocol should be byte-or...qhuang8
2009-04-22Use DiskIo->ReadDisk() API to avoid alignment issue.qhuang8
2009-04-10Using sizeof(EFO_BLOCK_IO_MEDIA) replace Macro.gikidy
2009-04-02Modified for use reversion field and fix a typo. gikidy
2009-01-20Meta-data review.gikidy
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang8
2008-12-18check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji4
2008-12-16Clean up to update the reference of the these macros:qhuang8
2008-12-041)Global variables have been moved backward ahead of functions.jji4
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy
2008-11-111, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu2
2008-10-27re-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record Volume...vanjeff
2008-10-20Move definition of EFI_PARTITION_ENTRY_STATUS from IndustryStandard in MDE Pa...xli24
2008-08-25remove the unused msa files in MdeModulePkg.lgao4
2008-07-18Code scrub for DiskIo, Partition & Unicode Collationqhuang8
2008-05-14Minor coding style adjustment for DiskIo, Partition, English and Ebc modules.qhuang8
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
2008-03-07Merger tracker: Dell - Cannot detect FAT16 partition if the 1st entry in the ...vanjeff
2007-11-22Clean up: update "EFI" to "UEFI" if applicable.qhuang8
2007-10-11Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicod...qhuang8
2007-10-09Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component nam...qhuang8
2007-09-30Update to support to produce Component Name and & Component Name 2 protocol ...qhuang8
2007-08-06Fix bug in GPT check that was introduced when a CompareMem() call was changed...mdkinney
2007-07-20remove some comments introduced by tools.vanjeff
2007-07-16Modules cleanup.vanjeff