summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Ata
AgeCommit message (Expand)AuthorFilesLines
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen4-0/+0
2015-09-22MdeModulePkg: AtaAtapiPassThru: select master/slave around DIAG commandReza Jelveh1-0/+5
2015-06-26MdeModulePkg/AtaBus: remove TPer Reset operation in DriverBindingStartTian Feng3-224/+5
2015-06-03MdeModulePkg/AtaAtapiPassThru: ensure PRDT of IDE is in 64K boundaryFeng Tian1-17/+38
2015-05-22MdeModulePkg/AtaAtapiPassThruDxe: Support 4K bytes block size HDDsFeng Tian1-20/+31
2014-12-18MdeModulePkg\Bus\Ata\AtaAtapiPassThru: don't set PxSACT bit when issuing commandChris Ruffin1-4/+0
2014-11-10MdeModulePkg/AtaAtapiPassThru: don't write read-only AHCI MMIO registerFeng Tian2-8/+22
2014-10-22MdeModulePkg/AtaAtapiPassThru: When D2H FIS received at PIO DATA-IN transfer,...Reza Jelveh1-9/+24
2014-10-15AtaBusDxe: Fix ReadBlockEx andWriteBlockEx to still signal event when the Buf...Ruiyu Ni1-1/+5
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star4-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-18/+29
2014-08-071) Add type cast for better coding style.Feng Tian1-2/+2
2014-07-22MdeModulePkg/AtaAtapiPassThru: Correct the algo of calculating PRDT number to...Tian, Feng1-2/+2
2014-05-15MdeModulePkg/AtaAtapiPassThru: Handle timeout 0 as indefinitely wait to stric...Tian, Feng4-68/+151
2014-04-30MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe...Tian, Feng2-101/+124
2014-01-22Fix CRLF formatTian, Hot1-1299/+1299
2013-12-03MdeModulePkg/AtaAtapiPassThru: Error handling enhancement for uninstalling pr...Feng Tian1-45/+50
2013-10-11MdeModulePkg/AtaAtapiPassThru: Add parameter check to ResetDevice() to follow...Tian, Feng1-0/+42
2013-10-10MdeModulePkg/AtaBus&AtaAtapiPassThru: Update ATA drivers to follow UEFI2.4 ne...Tian, Feng4-25/+120
2013-09-18MdeModulePkg/AtaAtapiPassThru: To follow UEFI 2.4, updating the implementatio...Feng Tian1-7/+10
2013-08-09Add new adding ATA related status code in PI 1.3 to definition and ATA modules.Elvin Li2-4/+55
2013-06-18MdeModulePkg/AtaBus: wait up to 30s for ATA cmd response in Standby/Idle mode...Feng Tian1-4/+6
2013-04-18MdeModulePkg/AtaBus: AtaBusDxe module would ignore ATA Pass Thru Protocol ins...erictian1-1/+26
2013-01-04MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for...erictian1-1/+30
2013-01-04MdeModulePkg/AtaAtapiPassThru: Not set AhciCmdC bit of CommandList when doing...erictian1-1/+0
2012-11-14MdeModulePkg/AtaAtapiPassThru: fix buffer overflow issue introduced by previo...erictian1-1/+10
2012-11-09MdeModulePkg/AtaAtapiPassThru: valid ports transverse algo of AHCI controller...erictian2-1/+14
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian1-0/+1
2012-10-31MdeModulePkg/AtaBusDxe: remove a redundant error checkerictian1-3/+1
2012-10-30Add missing status code in several modules.li-elvin4-0/+38
2012-10-16Fix code potential errors.ydong102-0/+9
2012-10-11Add missing braces around initializer.lzeng141-4/+8
2012-09-19Add TperReset Logic By using MOR bit - Remove the unnecessary parameter. qianouyang1-13/+9
2012-09-12Add Tper Reset Logic by using MOR bit.qianouyang3-1/+244
2012-08-22MdeModulePkg/AtaAtapiPassThru: Move error check behind the place that SetupFI...erictian1-7/+11
2012-05-29MdeModulePkg/Ata: Clear PxCmd.SUD bit when the port has no device presented a...erictian1-0/+3
2012-05-29MdeModulePkg/Ata: Use a new Pcd named "PcdAtaSmartEnable" to control if enabl...erictian3-5/+8
2012-03-16Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang6-468/+580
2011-12-21MdeModulePkg: Fix a bug in GetNextTargetLun()/GetNextTarget() when two cdroms...erictian1-2/+4
2011-12-12MdeModulePkg: Fix a bug that UnregisterAtaDev() will return error when SSP pr...erictian1-1/+1
2011-11-28Update code to pass build on VS2008 with /Od compiler option.lgao41-4/+4
2011-11-25Allocate aligned buffer to satisfy the IoAlign requirement of high level prot...lzeng141-1/+1
2011-11-15In AtaAtapiPassThru driverqianouyang2-156/+157
2011-11-15Correct AtaAtapiPassThru module packaging info.erictian1-1/+1
2011-11-03MdeModulePkg: ATA performance tuning.erictian5-331/+339
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten3-14/+0
2011-10-19If the data buffer described by InDataBuffer/OutDataBuffer and InTransferLeng...erictian1-2/+2
2011-09-01Remove, correct and refine some debug messages.lzeng143-26/+8
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu4-6/+6