summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Ata
Commit message (Expand)AuthorAgeFilesLines
...
* MdeModulePkg AtaBusDxe: Fix ATA commands cannot be sent to some devicesHao Wu2016-07-121-3/+3
* MdedulePkg: AtaAtapiPassThru: Remove polling on PxCMD.FR flag settingJan D?bro?2016-06-221-17/+1
* MdeModulePkg/AtaBusDxe: Fix some ATA hard drives cannot be discoveredCinnamon Shia2016-06-071-1/+2
* MdeModulePkg AtaAtapiPassThru: Fix incorrect parameter description commentHao Wu2016-05-121-6/+6
* MdeModulePkg Ata: Use the new (incompatible) PortMultiplierPort semanticsHao Wu2016-05-123-23/+66
* MdeModulePkg/.../IdeMode: correctly report length of returned dataPaolo Bonzini2016-01-251-14/+18
* MdeModulePkg/.../IdeMode: report early finish of packet read as successLaszlo Ersek2016-01-191-0/+6
* MdeModulePkg/.../IdeMode: actualize DRQReady*() comment blocksLaszlo Ersek2016-01-191-6/+25
* MdeModulePkg/Ide: return correct status when DRQ is not ready for ATAPIFeng Tian2016-01-071-1/+1
* MdeModulePkg: Add error DEBUG statements in ATA passthru driverSamer El-Haj-Mahmoud2016-01-061-0/+3
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-154-0/+0
* MdeModulePkg: AtaAtapiPassThru: select master/slave around DIAG commandReza Jelveh2015-09-221-0/+5
* MdeModulePkg/AtaBus: remove TPer Reset operation in DriverBindingStartTian Feng2015-06-263-224/+5
* MdeModulePkg/AtaAtapiPassThru: ensure PRDT of IDE is in 64K boundaryFeng Tian2015-06-031-17/+38
* MdeModulePkg/AtaAtapiPassThruDxe: Support 4K bytes block size HDDsFeng Tian2015-05-221-20/+31
* MdeModulePkg\Bus\Ata\AtaAtapiPassThru: don't set PxSACT bit when issuing commandChris Ruffin2014-12-181-4/+0
* MdeModulePkg/AtaAtapiPassThru: don't write read-only AHCI MMIO registerFeng Tian2014-11-102-8/+22
* MdeModulePkg/AtaAtapiPassThru: When D2H FIS received at PIO DATA-IN transfer,...Reza Jelveh2014-10-221-9/+24
* AtaBusDxe: Fix ReadBlockEx andWriteBlockEx to still signal event when the Buf...Ruiyu Ni2014-10-151-1/+5
* 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-18/+29
* 1) Add type cast for better coding style.Feng Tian2014-08-071-2/+2
* MdeModulePkg/AtaAtapiPassThru: Correct the algo of calculating PRDT number to...Tian, Feng2014-07-221-2/+2
* MdeModulePkg/AtaAtapiPassThru: Handle timeout 0 as indefinitely wait to stric...Tian, Feng2014-05-154-68/+151
* MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe...Tian, Feng2014-04-302-101/+124
* Fix CRLF formatTian, Hot2014-01-221-1299/+1299
* MdeModulePkg/AtaAtapiPassThru: Error handling enhancement for uninstalling pr...Feng Tian2013-12-031-45/+50
* MdeModulePkg/AtaAtapiPassThru: Add parameter check to ResetDevice() to follow...Tian, Feng2013-10-111-0/+42
* MdeModulePkg/AtaBus&AtaAtapiPassThru: Update ATA drivers to follow UEFI2.4 ne...Tian, Feng2013-10-104-25/+120
* MdeModulePkg/AtaAtapiPassThru: To follow UEFI 2.4, updating the implementatio...Feng Tian2013-09-181-7/+10
* Add new adding ATA related status code in PI 1.3 to definition and ATA modules.Elvin Li2013-08-092-4/+55
* MdeModulePkg/AtaBus: wait up to 30s for ATA cmd response in Standby/Idle mode...Feng Tian2013-06-181-4/+6
* MdeModulePkg/AtaBus: AtaBusDxe module would ignore ATA Pass Thru Protocol ins...erictian2013-04-181-1/+26
* MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for...erictian2013-01-041-1/+30
* MdeModulePkg/AtaAtapiPassThru: Not set AhciCmdC bit of CommandList when doing...erictian2013-01-041-1/+0
* MdeModulePkg/AtaAtapiPassThru: fix buffer overflow issue introduced by previo...erictian2012-11-141-1/+10
* MdeModulePkg/AtaAtapiPassThru: valid ports transverse algo of AHCI controller...erictian2012-11-092-1/+14
* MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian2012-11-011-0/+1
* MdeModulePkg/AtaBusDxe: remove a redundant error checkerictian2012-10-311-3/+1
* Add missing status code in several modules.li-elvin2012-10-304-0/+38
* Fix code potential errors.ydong102012-10-162-0/+9
* Add missing braces around initializer.lzeng142012-10-111-4/+8
* Add TperReset Logic By using MOR bit - Remove the unnecessary parameter. qianouyang2012-09-191-13/+9
* Add Tper Reset Logic by using MOR bit.qianouyang2012-09-123-1/+244
* MdeModulePkg/AtaAtapiPassThru: Move error check behind the place that SetupFI...erictian2012-08-221-7/+11
* MdeModulePkg/Ata: Clear PxCmd.SUD bit when the port has no device presented a...erictian2012-05-291-0/+3
* MdeModulePkg/Ata: Use a new Pcd named "PcdAtaSmartEnable" to control if enabl...erictian2012-05-293-5/+8
* Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang2012-03-166-468/+580
* MdeModulePkg: Fix a bug in GetNextTargetLun()/GetNextTarget() when two cdroms...erictian2011-12-211-2/+4