summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-31MdeModulePkg/Ahci: Skip retry for non-transient errorsAlbecki, Mateusz1-4/+67
2022-12-12MdeModulePkg/Ata: Fix command status reportingAlbecki, Mateusz1-8/+11
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-478/+561
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-8/+7
2021-11-24MdeModulePkg AtaAtapiPassThru: Skip the potential NULL pointer accessLiming Gao1-0/+7
2021-11-09MdeModulePkg AtaAtapiPassThru: Always do S.M.A.R.T. check if device supportLiming Gao1-10/+9
2021-03-25MdeModulePkg: Initialize local variable value before they are usedLiming Gao1-0/+5
2020-11-11MdeModulePkg/AtaAtapiPassThru: Trace ATA packetsAlbecki, Mateusz1-0/+94
2020-11-11MdeModulePkg/AtaAtapiPassThru: Restart failed packetsAlbecki, Mateusz1-125/+180
2020-11-11MdeModulePkg/AtaAtapiPassThru: Add SATA error recovery flowAlbecki, Mateusz1-23/+155
2020-11-11MdeModulePkg/AtaAtapiPassThru: Check IS to check for command completionAlbecki, Mateusz1-169/+123
2020-02-10MdeModulePkg/Bus/Ata: Fix various typosAntoine Coeur1-7/+7
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-08-21MdeModulePkg AtaAtapiPassThru: Remove redundant functionsshenglei1-104/+0
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-2/+2
2018-06-19MdeModulePkg/AtaAtapiPassThru: Fix VS2010/VS2012 build failureRuiyu Ni1-1/+1
2018-06-08MdeModulePkg/Ata/AtaAtapiPassThru: Enable/disable DEVSLP per policyRuiyu Ni1-0/+214
2018-06-08MdeModulePkg/AtaAtapiPassThru: enable/disable PUIS per policyRuiyu Ni1-0/+48
2018-06-08MdeModulePkg/AtaAtapiPassThru: Spin up Power up in Standby devicesRuiyu Ni1-4/+126
2017-09-29MdeModulePkg/AtaAtapiPassThru: Fix possible out of range left shiftHao Wu1-2/+2
2017-06-28MdeModulePkg/AtaAtapiPassThru: relax PHY detect timeoutArd Biesheuvel1-2/+1
2016-11-24MdeModulePkg/AtaAtapiPassThru: Ensure GHC.AE bit is always set in AhciMarcin Wojtas1-11/+10
2016-11-01MdeModulePkg/AtaAtapiPassThru: update AtaStatusBlock after cmd execFeng Tian1-10/+29
2016-09-06MdeModulePkg/AtaAtapiPassThru: enable 64-bit PCI DMAArd Biesheuvel1-1/+19
2016-06-22MdedulePkg: AtaAtapiPassThru: Remove polling on PxCMD.FR flag settingJan D?bro?1-17/+1
2016-05-12MdeModulePkg AtaAtapiPassThru: Fix incorrect parameter description commentHao Wu1-6/+6
2016-05-12MdeModulePkg Ata: Use the new (incompatible) PortMultiplierPort semanticsHao Wu1-1/+1
2016-01-06MdeModulePkg: Add error DEBUG statements in ATA passthru driverSamer El-Haj-Mahmoud1-0/+3
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 Tian1-7/+20
2014-10-22MdeModulePkg/AtaAtapiPassThru: When D2H FIS received at PIO DATA-IN transfer,...Reza Jelveh1-9/+24
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, Feng1-20/+41
2013-08-09Add new adding ATA related status code in PI 1.3 to definition and ATA modules.Elvin Li1-2/+28
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...erictian1-1/+12
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...erictian1-2/+2
2011-11-28Update code to pass build on VS2008 with /Od compiler option.lgao41-4/+4
2011-11-15In AtaAtapiPassThru driverqianouyang1-87/+87
2011-11-03MdeModulePkg: ATA performance tuning.erictian1-170/+180
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten1-7/+0
2011-10-19If the data buffer described by InDataBuffer/OutDataBuffer and InTransferLeng...erictian1-2/+2
2011-06-14ScsiBus/ScsiDisk enhancement for no_media state.erictian1-185/+207
2011-05-26Add more status code in drivers.li-elvin1-0/+4
2011-05-19Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...qianouyang1-5/+5
2011-05-03Add BlockIO2 Protocol.qianouyang1-201/+341
2011-03-08fix a invalid pointer conversion when builing 32bit image.erictian1-12/+18