summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-179/+186
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-3/+2
2020-10-20Revert "MdeModulePkg/PartitionDxe: Fix the incorrect LBA size in child ..."Zhichao Gao1-3/+9
2020-08-13MdeModulePkg/PartitionDxe: Fix the incorrect LBA size in child handerZhichao Gao1-9/+3
2020-08-13MdeModulePkg/PartitionDxe: Put the UDF check ahead of MBRZhichao Gao1-1/+9
2020-07-15MdeModulePkg/PartitionDxe: Add already start check for child hanldesZhichao Gao1-0/+9
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-29/+29
2018-03-29MdeModulePkg/PartitionDxe: Add partition type guid to installed handleJeff Brasen1-11/+19
2018-01-26MdeModulePkg/Partition: Fix media probeRuiyu Ni1-3/+7
2017-12-06MdeModulePkg/PartitionDxe: Remove unnecessary parentheses in 'if'Hao Wu1-1/+1
2017-11-20MdeModulePkg/PartitionDxe: Merge the discovery of ElTorito into UDFHao Wu1-4/+3
2017-09-08MdeModulePkg/PartitionDxe: Add UDF file system supportPaulo Alcantara1-4/+5
2017-07-11MdeModulePkg/PartitionDxe: Add impl of Partition Information ProtocolHao Wu1-5/+18
2016-03-29MdeModulePkg PartitionDxe: Add Re-entry handling logic for BindingStopHao Wu1-21/+95
2015-07-07MdeModulePkg/PartitionDxe: Fix media probeRonald Cron1-2/+6
2014-08-19MdeModulePkg/PartitionDxe: Simplify the error handling of DriverBindingSuppor...Sergey Isakov1-5/+2
2013-09-17Fix 3 bugs in DiskIoDxe and PartitionDxe drivers introduced in DiskIo2 implem...Ruiyu Ni1-3/+3
2013-08-20Add DiskIo2 protocol definition to MdePkg.Ruiyu Ni1-83/+147
2011-12-011. Remove the unnecessary check of the existing of BlockIo2 in PartitionDrive...qianouyang1-29/+4
2011-10-12Grub4Dos copies the BPB of the first partition to the MBR. If the DriverBindi...niruiyu1-1/+9
2011-09-19The patch enhances the Partition driver to return the media status (EFI_NO_ME...niruiyu1-12/+53
2011-05-27MdeModulePkg: Fixed memory corruption when BlockIo2 is not presentgeekboy15a1-6/+6
2011-05-23Change Partition/ScsiDxe driver to produce Block IO revision 3.niruiyu1-3/+9
2011-05-19Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...qianouyang1-1/+1
2011-05-06Add Pointer check for NULL before referring it and remove unnecessary pointer...qianouyang1-48/+29
2011-05-03Add BlockIO2 Protocol.qianouyang1-110/+502
2011-04-25Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu1-4/+35
2011-04-01Set the BlockIo.Media.IoAlign to 0 because the BlockIo produced by Partition ...niruiyu1-2/+7
2010-07-20Per UEFI Spec, LowestAlignedLba and LogicalBlocksPerPhysicalBlock must be 0 f...niruiyu1-1/+10
2010-05-05raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related m...erictian1-4/+9
2010-04-24Update the copyright notice formathhtian1-2/+2
2009-09-161. updated "the Bus Driver that creates all of its child handles on the first...vanjeff1-12/+39
2009-08-14Enhance Partition driver for EFI_NO_MEDIA caseqhuang81-6/+18
2009-07-24Roll back the change in Partition driver. currently we enhance the EHCI drive...eric_tian1-1/+1
2009-07-22if Usb mass storage interface returns EFI_DEVICE_ERROR, we should jump out th...eric_tian1-1/+1
2009-04-10Using sizeof(EFO_BLOCK_IO_MEDIA) replace Macro.gikidy1-1/+1
2009-04-02Modified for use reversion field and fix a typo. gikidy1-2/+2
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang81-2/+2
2008-07-18Code scrub for DiskIo, Partition & Unicode Collationqhuang81-11/+9
2008-05-08Add doxygen style comments for functions in Partition & Disk IO modules.qhuang81-2/+1
2008-04-08Update all files to follow doxygen style file header.qhuang81-8/+8
2007-09-30Update to support to produce Component Name and & Component Name 2 protocol ...qhuang81-3/+2
2007-07-16Modules cleanup.vanjeff1-0/+712