summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13MdeModulePkg: Update ReceiveData and SendData function descriptionQingyu Shang1-2/+6
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-3/+3
2023-04-01MdeModulePkg: Consume new alignment-related macrosMarvin Häuser1-2/+2
2023-04-01MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisionsMarvin Häuser1-2/+2
2023-02-04MdeModulePkg: ScsiDiskDxe: clean up comment in ScsiDisk.cYuan Yu1-4/+0
2022-11-04MdeModulePkg/scsi :Coverity scan flags multiple issues in edk2-stable202205Sivaparvathi C1-10/+14
2022-10-31MdeModulePkg/ScsiDiskDxe: Update proper device name for ScsiDisk driveCheripally Gopi1-2/+51
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-1158/+1201
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-22/+22
2020-02-10MdeModulePkg/Bus/Scsi: Fix various typosAntoine Coeur1-16/+16
2019-09-29MdeModulePkg/ScsiDiskDxe: Support Storage Security Command ProtocolZurcher, Christopher J1-14/+602
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-63/+63
2017-12-09MdeModulePkg/ScsiDisk: Return EFI_NO_MEDIA when no media presentsRuiyu Ni1-11/+30
2017-04-13MdeModulePkg/ScsiDiskDxe: Fix undefined behavior in signed left shiftHao Wu1-2/+2
2016-05-20MdeModulePkg ScsiDiskDxe: Add Erase Block Protocol support for UFS devicesHao Wu1-23/+677
2016-05-05MdeModulePkg: ScsiDiskDxe: cope with broken "Supported VPD Pages" VPD pageLaszlo Ersek1-0/+37
2016-03-29MdeModulePkg ScsiDiskDxe: Fix hang issue when reconnecting an ISCSI deviceHao Wu1-5/+13
2015-12-22MdeModulePkg ScsiDiskDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu1-11/+98
2015-12-22MdeModulePkg ScsiDiskDxe: Add retry scheme for async SCSI I/O commandHao Wu1-8/+58
2015-12-22MdeModulePkg ScsiDiskDxe: Fix async request retry times info lost issueHao Wu1-0/+24
2015-12-22MdeModulePkg ScsiDiskDxe: Close event when SCSI command failsHao Wu1-0/+24
2015-12-22MdeModulePkg ScsiDiskDxe: Modify WriteBlocks(Ex)() to follow UEFI specHao Wu1-0/+10
2015-12-22MdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to follow UEFI specHao Wu1-6/+65
2015-12-22MdeModulePkg ScsiDiskDxe: Set block I/O media of SCSI CDROM to read-onlyHao Wu1-0/+1
2015-12-11MdeModulePkg ScsiDiskDxe: Add BlockIO2 SupportHao Wu1-8/+1428
2015-09-10MdeModulePkg: ScsiDiskDxe: adapt SectorCount when shortening transfersLaszlo Ersek1-0/+41
2015-09-10MdeModulePkg: ScsiDiskDxe: recognize EFI_BAD_BUFFER_SIZELaszlo Ersek1-4/+4
2015-04-29MdeModulePkg: fix some issues in ScsiDisk to co-work with UFS stackFeng Tian1-12/+14
2015-04-23MdeModulePkg/ScsiDisk: Set correct value to the Media->IoAlign field of Block...Feng Tian1-10/+11
2014-09-30MdeModulePkg/ScsiDiskDxe: Fix the build warning/error "unreachable statement"Olivier Martin1-1/+0
2014-04-30MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe...Tian, Feng1-81/+143
2014-02-11MdeModulePkg/ScsiDisk:If the SCSI device target status is in CHECK_CONDITION,...Tian, Feng1-57/+278
2013-08-05MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc...Feng Tian1-11/+17
2013-01-04MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for...erictian1-2/+60
2012-03-06MdeModulePkg: When media_change happens at Partition.Start(), the lower drive...erictian1-1/+5
2011-11-25Allocate aligned buffer to satisfy the IoAlign requirement of high level prot...lzeng141-25/+99
2011-11-03MdeModulePkg: ATA performance tuning.erictian1-3/+2
2011-09-07Media detection logic is enhanced to be more robust.erictian1-70/+86
2011-06-14ScsiBus/ScsiDisk enhancement for no_media state.erictian1-14/+26
2011-05-23Change Partition/ScsiDxe driver to produce Block IO revision 3.niruiyu1-40/+98
2011-04-25Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu1-23/+25
2010-10-19return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian1-0/+10
2010-09-15Refine soma code to make code run safely.ydong101-2/+2
2010-08-23Change the check condition for 16 byte command, when HDD size is > 2TB, use 1...li-elvin1-48/+48
2010-08-04According to SCSI spec, ANSI version is 3 bits, so 0x7 should be used to get ...li-elvin1-4/+4
2010-06-04Change MaxBlock to HEX value to avoid GCC build failure.li-elvin1-4/+4
2010-05-28If SCSI version support Read/Write (16) command, use both commands to access ...li-elvin1-41/+187
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-11Coding style fix and minor improvements.rsun31-11/+11