Age | Commit message (Expand) | Author | Files | Lines |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Add retry scheme for async SCSI I/O command | Hao Wu | 1 | -8/+58 |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Fix async request retry times info lost issue | Hao Wu | 2 | -0/+32 |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Close event when SCSI command fails | Hao Wu | 1 | -0/+24 |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Modify WriteBlocks(Ex)() to follow UEFI spec | Hao Wu | 1 | -0/+10 |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to follow UEFI spec | Hao Wu | 2 | -10/+71 |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Set block I/O media of SCSI CDROM to read-only | Hao Wu | 1 | -0/+1 |
2015-12-15 | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen | 2 | -0/+0 |
2015-12-11 | MdeModulePkg ScsiDiskDxe: Add BlockIO2 Support | Hao Wu | 4 | -14/+1767 |
2015-09-10 | MdeModulePkg: ScsiDiskDxe: adapt SectorCount when shortening transfers | Laszlo Ersek | 1 | -0/+41 |
2015-09-10 | MdeModulePkg: ScsiDiskDxe: recognize EFI_BAD_BUFFER_SIZE | Laszlo Ersek | 1 | -4/+4 |
2015-04-29 | MdeModulePkg: fix some issues in ScsiDisk to co-work with UFS stack | Feng Tian | 2 | -12/+15 |
2015-04-23 | MdeModulePkg/ScsiDisk: Set correct value to the Media->IoAlign field of Block... | Feng Tian | 1 | -10/+11 |
2014-09-30 | MdeModulePkg/ScsiDiskDxe: Fix the build warning/error "unreachable statement" | Olivier Martin | 1 | -1/+0 |
2014-09-03 | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming | 1 | -0/+0 |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2 | -0/+0 |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 1 | -7/+14 |
2014-04-30 | MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe... | Tian, Feng | 2 | -113/+160 |
2014-02-11 | MdeModulePkg/ScsiDisk:If the SCSI device target status is in CHECK_CONDITION,... | Tian, Feng | 1 | -57/+278 |
2013-08-05 | MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc... | Feng Tian | 2 | -12/+22 |
2013-01-04 | MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for... | erictian | 1 | -2/+60 |
2012-03-06 | MdeModulePkg: When media_change happens at Partition.Start(), the lower drive... | erictian | 1 | -1/+5 |
2011-11-25 | Allocate aligned buffer to satisfy the IoAlign requirement of high level prot... | lzeng14 | 1 | -25/+99 |
2011-11-03 | MdeModulePkg: ATA performance tuning. | erictian | 1 | -3/+2 |
2011-09-07 | Media detection logic is enhanced to be more robust. | erictian | 1 | -70/+86 |
2011-07-06 | Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ... | niruiyu | 2 | -4/+4 |
2011-06-14 | ScsiBus/ScsiDisk enhancement for no_media state. | erictian | 1 | -14/+26 |
2011-05-23 | Change Partition/ScsiDxe driver to produce Block IO revision 3. | niruiyu | 1 | -40/+98 |
2011-04-25 | Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B... | niruiyu | 1 | -23/+25 |
2010-10-19 | return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS. | erictian | 1 | -0/+10 |
2010-09-15 | Refine soma code to make code run safely. | ydong10 | 1 | -2/+2 |
2010-08-23 | Change the check condition for 16 byte command, when HDD size is > 2TB, use 1... | li-elvin | 2 | -48/+53 |
2010-08-04 | According to SCSI spec, ANSI version is 3 bits, so 0x7 should be used to get ... | li-elvin | 1 | -4/+4 |
2010-06-04 | Change MaxBlock to HEX value to avoid GCC build failure. | li-elvin | 1 | -4/+4 |
2010-05-28 | If SCSI version support Read/Write (16) command, use both commands to access ... | li-elvin | 2 | -41/+244 |
2010-04-24 | Update the copyright notice format | hhtian | 4 | -8/+8 |
2010-02-24 | 1. Correct File header to ## @file | lgao4 | 1 | -4/+4 |
2010-02-11 | Coding style fix and minor improvements. | rsun3 | 2 | -21/+21 |
2010-01-15 | Fix some coding style issues in MdeModulePkg. | rsun3 | 2 | -7/+8 |
2009-12-22 | Enhance SCSI disk module to produce Disk Info protocol on the same Block IO h... | qhuang8 | 3 | -25/+446 |
2009-06-29 | Update the SCSI Disk Driver to not mount drives on physical only SCSI channels | gikidy | 3 | -38/+179 |
2009-04-30 | Replace references to RFC 3066 with RFC 4646. | gikidy | 2 | -4/+4 |
2009-04-01 | Read-Capacity16 command added for SCSI drivers | jji4 | 2 | -46/+113 |
2009-02-23 | Minor update on capitalization for ECC check. | xli24 | 1 | -1/+1 |
2009-02-06 | Coding style checked | jji4 | 1 | -1/+1 |
2009-01-07 | INF extension reviewed | jji4 | 1 | -3/+3 |
2008-12-18 | Library class of MemoryAllocationLib has been added. | jji4 | 1 | -1/+0 |
2008-12-18 | Library class of MemoryAllocationLib has been added. | jji4 | 2 | -0/+3 |
2008-12-18 | Some codes have been altered and replaced by functions of memory allocation l... | jji4 | 1 | -29/+17 |
2008-12-17 | Fix some typo. | gikidy | 1 | -1/+1 |
2008-12-16 | Clean up to update the reference of the these macros: | qhuang8 | 1 | -1/+1 |