summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Scsi
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Bus/Scsi: Fix various typosAntoine Coeur2020-02-104-26/+26
* MdeModulePkg/ScsiDiskDxe: Support Storage Security Command ProtocolZurcher, Christopher J2019-09-293-16/+774
* MdeModulePkg/ScsiBusDxe: Clean up Peripheral Type checkZurcher, Christopher J2019-09-291-2/+3
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0912-84/+12
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-062-2/+2
* MdeModulePkg: Clean up source filesLiming Gao2018-06-2811-202/+202
* MdeModulePkg/ScsiDisk: Return EFI_NO_MEDIA when no media presentsRuiyu Ni2017-12-091-11/+30
* MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 2Laszlo Ersek2017-08-191-2/+22
* MdeModulePkg/ScsiBusDxe: remove redundant "else" after "break" statementLaszlo Ersek2017-08-191-3/+4
* MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 1Laszlo Ersek2017-08-191-9/+1
* MdeModulePkg/ScsiDiskDxe: Fix undefined behavior in signed left shiftHao Wu2017-04-131-2/+2
* MdeModulePkg ScsiDiskDxe: Add Erase Block Protocol support for UFS devicesHao Wu2016-05-203-27/+761
* MdeModulePkg: ScsiDiskDxe: cope with broken "Supported VPD Pages" VPD pageLaszlo Ersek2016-05-051-0/+37
* MdeModulePkg ScsiDiskDxe: Fix hang issue when reconnecting an ISCSI deviceHao Wu2016-03-291-5/+13
* MdeModulePkg/ScsiDisk: Increase the value of SCSI_DISK_TIMEOUT to 30sFeng Tian2016-01-071-1/+5
* MdeModulePkg ScsiBusDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu2015-12-221-1/+1
* MdeModulePkg ScsiDiskDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu2015-12-222-12/+105
* MdeModulePkg ScsiDiskDxe: Add retry scheme for async SCSI I/O commandHao Wu2015-12-221-8/+58
* MdeModulePkg ScsiDiskDxe: Fix async request retry times info lost issueHao Wu2015-12-222-0/+32
* MdeModulePkg ScsiDiskDxe: Close event when SCSI command failsHao Wu2015-12-221-0/+24
* MdeModulePkg ScsiBusDxe: Only signal caller event when PassThru() succeedsHao Wu2015-12-221-2/+3
* MdeModulePkg ScsiDiskDxe: Modify WriteBlocks(Ex)() to follow UEFI specHao Wu2015-12-221-0/+10
* MdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to follow UEFI specHao Wu2015-12-222-10/+71
* MdeModulePkg ScsiDiskDxe: Set block I/O media of SCSI CDROM to read-onlyHao Wu2015-12-221-0/+1
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-154-0/+0
* MdeModulePkg ScsiBusDxe: Fix caller event may nerver be signaledHao Wu2015-12-111-9/+37
* MdeModulePkg ScsiDiskDxe: Add BlockIO2 SupportHao Wu2015-12-114-14/+1767
* MdeModulePkg: ScsiDiskDxe: adapt SectorCount when shortening transfersLaszlo Ersek2015-09-101-0/+41
* MdeModulePkg: ScsiDiskDxe: recognize EFI_BAD_BUFFER_SIZELaszlo Ersek2015-09-101-4/+4
* MdeModulePkg: fix some issues in ScsiDisk to co-work with UFS stackFeng Tian2015-04-292-12/+15
* MdeModulePkg/ScsiDisk: Set correct value to the Media->IoAlign field of Block...Feng Tian2015-04-231-10/+11
* MdeModulePkg/ScsiDiskDxe: Fix the build warning/error "unreachable statement"Olivier Martin2014-09-301-1/+0
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-032-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-284-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-12/+24
* MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe...Tian, Feng2014-04-302-113/+160
* MdeModulePkg/ScsiDisk:If the SCSI device target status is in CHECK_CONDITION,...Tian, Feng2014-02-111-57/+278
* MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc...Feng Tian2013-08-054-15/+30
* MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for...erictian2013-01-041-2/+60
* Add missing status code in several modules.li-elvin2012-10-303-24/+71
* MdeModulePkg: When media_change happens at Partition.Start(), the lower drive...erictian2012-03-061-1/+5
* Allocate aligned buffer to satisfy the IoAlign requirement of high level prot...lzeng142011-11-252-47/+181
* MdeModulePkg: ATA performance tuning.erictian2011-11-031-3/+2
* Clean up the private GUID definition in module Level.lgao42011-09-182-16/+11
* Media detection logic is enhanced to be more robust.erictian2011-09-071-70/+86
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-064-8/+8
* Fix potential null pointer dereferenceerictian2011-06-201-6/+6
* ScsiBus/ScsiDisk enhancement for no_media state.erictian2011-06-142-87/+144
* Change Partition/ScsiDxe driver to produce Block IO revision 3.niruiyu2011-05-231-40/+98
* Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu2011-04-251-23/+25