summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Ata/AtaAtapiPassThru
AgeCommit message (Expand)AuthorFilesLines
2023-08-02MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix UNUSED_VALUE Coverity issueRanbir Singh1-2/+10
2023-08-02MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix SIGN_EXTENSION Coverity issueRanbir Singh1-1/+1
2023-04-01MdeModulePkg: Consume new alignment-related macrosMarvin Häuser2-8/+6
2023-04-01MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisionsMarvin Häuser2-7/+7
2023-03-31MdeModulePkg/Ahci: Skip retry for non-transient errorsAlbecki, Mateusz2-5/+69
2022-12-12MdeModulePkg/Ata: Fix command status reportingAlbecki, Mateusz1-8/+11
2022-09-13MdeModulePkg: Use configurable PCD for AHCI command retriesBaraneedharan Anbazhagan2-2/+3
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki7-1476/+1603
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney3-35/+32
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, Mateusz2-125/+182
2020-11-11MdeModulePkg/AtaAtapiPassThru: Add SATA error recovery flowAlbecki, Mateusz2-24/+159
2020-11-11MdeModulePkg/AtaAtapiPassThru: Check IS to check for command completionAlbecki, Mateusz2-171/+132
2020-02-10MdeModulePkg/Bus/Ata: Fix various typosAntoine Coeur6-24/+24
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney10-67/+10
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-08-21MdeModulePkg AtaAtapiPassThru: Remove redundant functionsshenglei2-361/+0
2018-06-29MdeModulePkg/AtaPassThru: Add missing NULL ptr check in BindingStartHao Wu1-5/+4
2018-06-28MdeModulePkg: Clean up source filesLiming Gao6-49/+49
2018-06-19MdeModulePkg/AtaAtapiPassThru: Fix VS2010/VS2012 build failureRuiyu Ni1-1/+1
2018-06-08MdeModulePkg/Ata/AtaAtapiPassThru: Enable/disable DEVSLP per policyRuiyu Ni2-2/+235
2018-06-08MdeModulePkg/AtaAtapiPassThru: enable/disable PUIS per policyRuiyu Ni4-2/+71
2018-06-08MdeModulePkg/AtaAtapiPassThru: Spin up Power up in Standby devicesRuiyu Ni2-5/+128
2017-11-29MdeModulePkg/AtaAtapiPassThru: Revert patch to disable PCI attributesRuiyu Ni2-64/+1
2017-11-29MdeModulePkg/AtaAtapiPassThru: Revert patch to disable Bus MasterRuiyu Ni2-3/+5
2017-10-27MdeModulePkg/AtaAtapiPassThru: disable only BM-DMA at ExitBootServices()Laszlo Ersek2-5/+3
2017-09-29MdeModulePkg/AtaAtapiPassThru: Fix possible out of range left shiftHao Wu1-2/+2
2017-09-08MdeModulePkg/AtaAtapiPassThru: disable the device at ExitBootServices()Laszlo Ersek2-1/+64
2017-09-08MdeModulePkg/AtaAtapiPassThru: unmap DMA buffers after disabling BM DMALaszlo Ersek1-12/+12
2017-09-08MdeModulePkg/AtaAtapiPassThru: cache EnabledPciAttributesLaszlo Ersek2-20/+13
2017-06-28MdeModulePkg/AtaAtapiPassThru: relax PHY detect timeoutArd Biesheuvel2-3/+3
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-10-27MdeModulePkg/Bus: Fix typos in commentsGary Lin1-1/+1
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 Wu3-23/+66
2016-01-25MdeModulePkg/.../IdeMode: correctly report length of returned dataPaolo Bonzini1-14/+18
2016-01-19MdeModulePkg/.../IdeMode: report early finish of packet read as successLaszlo Ersek1-0/+6
2016-01-19MdeModulePkg/.../IdeMode: actualize DRQReady*() comment blocksLaszlo Ersek1-6/+25
2016-01-07MdeModulePkg/Ide: return correct status when DRQ is not ready for ATAPIFeng Tian1-1/+1
2016-01-06MdeModulePkg: Add error DEBUG statements in ATA passthru driverSamer El-Haj-Mahmoud1-0/+3
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-09-22MdeModulePkg: AtaAtapiPassThru: select master/slave around DIAG commandReza Jelveh1-0/+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