summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIo.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-04MdeModulePkg: Fix redundant call to RestoreTpl()Ken Lautner1-6/+6
2024-09-04MdeModulePkg: Add extra RestoreTpl() call in DiskIoKen Lautner1-1/+3
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-138/+192
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-1/+1
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-4/+4
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-20/+20
2016-03-29MdeModulePkg DiskIoDxe: Media status check not be done at DiskIo levelHao Wu1-13/+1
2015-12-22MdeModulePkg DiskIoDxe: Check for MediaPresent in DiskIo2ReadWriteDisk()Hao Wu1-0/+4
2014-10-15AtaBusDxe: Fix ReadBlockEx andWriteBlockEx to still signal event when the Buf...Ruiyu Ni1-48/+83
2014-02-12MdeModulePkg/DiskIo: Introduced 'PcdDiskIoDataBufferBlockNum'Olivier Martin1-5/+5
2013-12-17Add the missing assignment of EFI_DISK_IO2_TOKEN::Token in FlushDiskEx() impl...Ruiyu Ni1-0/+1
2013-09-17Fix 3 bugs in DiskIoDxe and PartitionDxe drivers introduced in DiskIo2 implem...Ruiyu Ni1-22/+7
2013-08-26MdeModulePkg/DiskIoDxe: fix source/destination pointer of overrun transferLaszlo Ersek1-1/+1
2013-08-22Fix DDK3790 build failure.Ruiyu Ni1-1/+1
2013-08-21Fix function header comments for DiskIoDestroySubtask.Ruiyu Ni1-0/+1
2013-08-21MdeModulePkg/DiskIoDxe: Fixed GCC build errorOlivier Martin1-3/+0
2013-08-20Add DiskIo2 protocol definition to MdePkg.Ruiyu Ni1-383/+894
2010-05-05raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related m...erictian1-1/+5
2010-04-24Update the copyright notice formathhtian1-2/+2
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang81-1/+0
2008-07-18Code scrub for DiskIo, Partition & Unicode Collationqhuang81-3/+10
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/+737