summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Scsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian2010-10-191-0/+10
* Refine soma code to make code run safely.ydong102010-09-152-3/+3
* Change the check condition for 16 byte command, when HDD size is > 2TB, use 1...li-elvin2010-08-232-48/+53
* According to SCSI spec, ANSI version is 3 bits, so 0x7 should be used to get ...li-elvin2010-08-042-5/+5
* Change MaxBlock to HEX value to avoid GCC build failure.li-elvin2010-06-041-4/+4
* If SCSI version support Read/Write (16) command, use both commands to access ...li-elvin2010-05-282-41/+244
* Update the copyright notice formathhtian2010-04-248-16/+16
* 1. Correct File header to ## @filelgao42010-02-242-8/+8
* Coding style fix and minor improvements.rsun32010-02-112-21/+21
* when remaining device path is not NULL, check if it's the device managed by b...erictian2010-02-021-2/+5
* Improve coding style in MdeModulePkg.rsun32010-01-191-5/+7
* Fix some coding style issues in MdeModulePkg.rsun32010-01-152-7/+8
* 1. Add missing CloseProtocol in case RemainingDevicePath is NULL or EndOfDpdavidhuang2010-01-111-0/+9