Age | Commit message (Expand) | Author | Files | Lines |
2013-09-17 | Fix 3 bugs in DiskIoDxe and PartitionDxe drivers introduced in DiskIo2 implem... | Ruiyu Ni | 1 | -3/+3 |
2013-08-20 | Add DiskIo2 protocol definition to MdePkg. | Ruiyu Ni | 6 | -86/+178 |
2013-07-31 | MdeModulePkg PartitionDxe: Ensure the NumberOfPartitionEntries * SizeOfPartit... | Star Zeng | 1 | -3/+12 |
2012-06-12 | Add comment for modules which have external input. | jyao1 | 2 | -8/+43 |
2012-05-09 | Use PartitionHeader->SizeOfPartitionEntry instead of sizeof (EFI_PARTITION_EN... | niruiyu | 1 | -32/+32 |
2011-12-01 | 1. Remove the unnecessary check of the existing of BlockIo2 in PartitionDrive... | qianouyang | 1 | -29/+4 |
2011-10-12 | Grub4Dos copies the BPB of the first partition to the MBR. If the DriverBindi... | niruiyu | 1 | -1/+9 |
2011-09-19 | The patch enhances the Partition driver to return the media status (EFI_NO_ME... | niruiyu | 1 | -12/+53 |
2011-07-06 | Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ... | niruiyu | 1 | -2/+2 |
2011-05-27 | MdeModulePkg: Fixed memory corruption when BlockIo2 is not present | geekboy15a | 1 | -6/+6 |
2011-05-23 | Change Partition/ScsiDxe driver to produce Block IO revision 3. | niruiyu | 1 | -3/+9 |
2011-05-19 | Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par... | qianouyang | 2 | -2/+1 |
2011-05-06 | Add Pointer check for NULL before referring it and remove unnecessary pointer... | qianouyang | 1 | -48/+29 |
2011-05-03 | Add BlockIO2 Protocol. | qianouyang | 6 | -217/+646 |
2011-04-25 | Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B... | niruiyu | 1 | -4/+35 |
2011-04-01 | Set the BlockIo.Media.IoAlign to 0 because the BlockIo produced by Partition ... | niruiyu | 1 | -2/+7 |
2010-07-20 | Per UEFI Spec, LowestAlignedLba and LogicalBlocksPerPhysicalBlock must be 0 f... | niruiyu | 1 | -1/+10 |
2010-05-05 | raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related m... | erictian | 1 | -4/+9 |
2010-04-24 | Update the copyright notice format | hhtian | 7 | -14/+14 |
2010-02-24 | 1. Correct File header to ## @file | lgao4 | 1 | -4/+4 |
2009-09-21 | Update partition driver to not produce BlockIo if a GPT with OS-specific fiel... | qhuang8 | 2 | -3/+15 |
2009-09-16 | 1. updated "the Bus Driver that creates all of its child handles on the first... | vanjeff | 1 | -12/+39 |
2009-08-14 | Enhance Partition driver for EFI_NO_MEDIA case | qhuang8 | 1 | -6/+18 |
2009-08-14 | Enhance GPT to remove the assumption that GPT partition entry in PMBR must be... | qhuang8 | 1 | -5/+10 |
2009-08-14 | Fix a potential issue to use FreePool() with NULL pointer. | qhuang8 | 1 | -2/+2 |
2009-07-24 | Roll back the change in Partition driver. currently we enhance the EHCI drive... | eric_tian | 1 | -1/+1 |
2009-07-22 | if Usb mass storage interface returns EFI_DEVICE_ERROR, we should jump out th... | eric_tian | 1 | -1/+1 |
2009-06-02 | Use DiskIo->WriteDisk() API to avoid alignment issue. | qhuang8 | 1 | -2/+8 |
2009-04-30 | Replace references to RFC 3066 with RFC 4646. | gikidy | 2 | -4/+4 |
2009-04-27 | Fix the bug that the "Offset" parameter for DiskIo protocol should be byte-or... | qhuang8 | 3 | -10/+10 |
2009-04-22 | Use DiskIo->ReadDisk() API to avoid alignment issue. | qhuang8 | 3 | -44/+43 |
2009-04-10 | Using sizeof(EFO_BLOCK_IO_MEDIA) replace Macro. | gikidy | 2 | -4/+1 |
2009-04-02 | Modified for use reversion field and fix a typo. | gikidy | 2 | -2/+5 |
2009-01-20 | Meta-data review. | gikidy | 1 | -8/+8 |
2008-12-23 | Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En... | qhuang8 | 4 | -17/+17 |
2008-12-18 | check the usage of %d,%x,%ld,%lx and so on in debug print statement. | jji4 | 1 | -1/+1 |
2008-12-16 | Clean up to update the reference of the these macros: | qhuang8 | 1 | -1/+1 |
2008-12-04 | 1)Global variables have been moved backward ahead of functions. | jji4 | 1 | -0/+1 |
2008-12-03 | Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie... | gikidy | 1 | -3/+0 |
2008-11-11 | 1, Add <Library/DevicePathLib.h> for all source that use device path utility ... | klu2 | 1 | -2/+2 |
2008-10-27 | re-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record Volume... | vanjeff | 1 | -6/+6 |
2008-10-20 | Move definition of EFI_PARTITION_ENTRY_STATUS from IndustryStandard in MDE Pa... | xli24 | 1 | -0/+9 |
2008-08-25 | remove the unused msa files in MdeModulePkg. | lgao4 | 1 | -101/+0 |
2008-07-18 | Code scrub for DiskIo, Partition & Unicode Collation | qhuang8 | 4 | -30/+32 |
2008-05-14 | Minor coding style adjustment for DiskIo, Partition, English and Ebc modules. | qhuang8 | 4 | -30/+25 |
2008-05-08 | Add doxygen style comments for functions in Partition & Disk IO modules. | qhuang8 | 4 | -45/+223 |
2008-04-08 | Update all files to follow doxygen style file header. | qhuang8 | 7 | -71/+64 |
2008-03-07 | Merger tracker: Dell - Cannot detect FAT16 partition if the 1st entry in the ... | vanjeff | 1 | -1/+1 |
2007-11-22 | Clean up: update "EFI" to "UEFI" if applicable. | qhuang8 | 1 | -1/+1 |
2007-10-11 | Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicod... | qhuang8 | 1 | -1/+1 |