summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c
AgeCommit message (Expand)Author
2017-09-05Remove core packages since we can get them from edk2 repositoryGuo Mang
2013-08-20Add DiskIo2 protocol definition to MdePkg.Ruiyu Ni
2013-07-31MdeModulePkg PartitionDxe: Ensure the NumberOfPartitionEntries * SizeOfPartit...Star Zeng
2012-06-12Add comment for modules which have external input.jyao1
2012-05-09Use PartitionHeader->SizeOfPartitionEntry instead of sizeof (EFI_PARTITION_EN...niruiyu
2011-05-19Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...qianouyang
2011-05-03Add BlockIO2 Protocol.qianouyang
2010-04-24Update the copyright notice formathhtian
2009-09-21Update partition driver to not produce BlockIo if a GPT with OS-specific fiel...qhuang8
2009-08-14Enhance GPT to remove the assumption that GPT partition entry in PMBR must be...qhuang8
2009-06-02Use DiskIo->WriteDisk() API to avoid alignment issue.qhuang8
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
2008-12-18check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji4
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
2007-11-22Clean up: update "EFI" to "UEFI" if applicable.qhuang8
2007-08-06Fix bug in GPT check that was introduced when a CompareMem() call was changed...mdkinney
2007-07-16Modules cleanup.vanjeff