summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Disk/PartitionDxe/Mbr.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-10MdeModulePkg/PartitionDxe: Add break to handle invalid LBA0 in MBREdwards, Craig1-0/+7
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-51/+60
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-1/+1
2020-08-13MdeModulePkg/PartitionDxe: Revert changes for the special MBRZhichao Gao1-31/+6
2020-07-15MdeModulePkg/PartitionDxe: Skip the MBR that add for CD-ROMZhichao Gao1-6/+31
2020-07-15MdeModulePkg/PartitionDxe: Correct the MBR last block valueZhichao Gao1-5/+8
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-28MdeModulePkg/PartitionDxe: Ensure blocksize holds MBR (CVE-2018-12180)Hao Wu1-1/+8
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-10/+10
2018-03-29MdeModulePkg/PartitionDxe: Add partition type guid to installed handleJeff Brasen1-2/+5
2017-07-11MdeModulePkg/PartitionDxe: Add impl of Partition Information ProtocolHao Wu1-17/+34
2016-02-23MdeModulePkg/Partition: Fix 64bit build failure caused by last patchNi, Ruiyu1-1/+1
2016-02-19MdeModulePkg/Partition: Use proper partition number for MBRRuiyu Ni1-6/+4
2014-11-27MdeModulePkg: Misc comments and DEBUG messagesSamer El-Haj-Mahmoud1-0/+4
2013-08-20Add DiskIo2 protocol definition to MdePkg.Ruiyu Ni1-1/+5
2011-05-03Add BlockIO2 Protocol.qianouyang1-24/+35
2010-04-24Update the copyright notice formathhtian1-2/+2
2009-08-14Fix a potential issue to use FreePool() with NULL pointer.qhuang81-2/+2
2009-04-27Fix the bug that the "Offset" parameter for DiskIo protocol should be byte-or...qhuang81-1/+1
2009-04-22Use DiskIo->ReadDisk() API to avoid alignment issue.qhuang81-15/+14
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang81-2/+2
2008-11-111, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu21-2/+2
2008-07-18Code scrub for DiskIo, Partition & Unicode Collationqhuang81-1/+0
2008-05-14Minor coding style adjustment for DiskIo, Partition, English and Ebc modules.qhuang81-1/+1
2008-05-08Add doxygen style comments for functions in Partition & Disk IO modules.qhuang81-32/+25
2008-04-08Update all files to follow doxygen style file header.qhuang81-18/+11
2008-03-07Merger tracker: Dell - Cannot detect FAT16 partition if the 1st entry in the ...vanjeff1-1/+1
2007-07-16Modules cleanup.vanjeff1-0/+328