summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/PartitionDxe: Ignore PMBR BootIndicator per UEFI specNeal Gompa2021-07-061-2/+1
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/PartitionDxe: Ensure blocksize holds MBR (CVE-2018-12180)Hao Wu2019-02-281-1/+8
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-4/+4
* MdeModulePkg/PartitionDxe: Add partition type guid to installed handleJeff Brasen2018-03-291-1/+3
* MdeModulePkg/PartitionDxe: Add impl of Partition Information ProtocolHao Wu2017-07-111-23/+32
* Add DiskIo2 protocol definition to MdePkg.Ruiyu Ni2013-08-201-0/+3
* MdeModulePkg PartitionDxe: Ensure the NumberOfPartitionEntries * SizeOfPartit...Star Zeng2013-07-311-3/+12
* Add comment for modules which have external input.jyao12012-06-121-6/+36
* Use PartitionHeader->SizeOfPartitionEntry instead of sizeof (EFI_PARTITION_EN...niruiyu2012-05-091-32/+32
* Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...qianouyang2011-05-191-1/+0
* Add BlockIO2 Protocol.qianouyang2011-05-031-43/+49
* Update the copyright notice formathhtian2010-04-241-2/+2
* Update partition driver to not produce BlockIo if a GPT with OS-specific fiel...qhuang82009-09-211-2/+13
* Enhance GPT to remove the assumption that GPT partition entry in PMBR must be...qhuang82009-08-141-5/+10
* Use DiskIo->WriteDisk() API to avoid alignment issue.qhuang82009-06-021-2/+8
* Fix the bug that the "Offset" parameter for DiskIo protocol should be byte-or...qhuang82009-04-271-7/+7
* Use DiskIo->ReadDisk() API to avoid alignment issue.qhuang82009-04-221-15/+15
* check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji42008-12-181-1/+1
* Code scrub for DiskIo, Partition & Unicode Collationqhuang82008-07-181-16/+18
* Minor coding style adjustment for DiskIo, Partition, English and Ebc modules.qhuang82008-05-141-12/+11
* Add doxygen style comments for functions in Partition & Disk IO modules.qhuang82008-05-081-11/+92
* Update all files to follow doxygen style file header.qhuang82008-04-081-8/+8
* Clean up: update "EFI" to "UEFI" if applicable.qhuang82007-11-221-1/+1
* Fix bug in GPT check that was introduced when a CompareMem() call was changed...mdkinney2007-08-061-1/+1
* Modules cleanup.vanjeff2007-07-161-0/+720