summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Ata/AtaBusDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Consume new alignment-related macrosMarvin Häuser2023-04-012-2/+1
* MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisionsMarvin Häuser2023-04-012-2/+2
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-074-571/+566
* MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-071-2/+2
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-072-18/+17
* MdeModulePkg/Bus/Ata: Fix various typosAntoine Coeur2020-02-105-15/+15
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-097-46/+7
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-061-2/+2
* MdeModulePkg: Remove redundant library classes and GUIDsshenglei2018-08-201-1/+0
* MdeModulePkg: Clean up source filesLiming Gao2018-06-283-14/+14
* MdeModulePkg/Bus: Fix typos in commentsGary Lin2016-10-271-1/+1
* MdeModulePkg AtaBusDxe: Fix ATA commands cannot be sent to some devicesHao Wu2016-07-121-3/+3
* MdeModulePkg/AtaBusDxe: Fix some ATA hard drives cannot be discoveredCinnamon Shia2016-06-071-1/+2
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg/AtaBus: remove TPer Reset operation in DriverBindingStartTian Feng2015-06-263-224/+5
* 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-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-11/+15
* MdeModulePkg/AtaBus&AtaAtapiPassThru: Update ATA drivers to follow UEFI2.4 ne...Tian, Feng2013-10-103-21/+104
* 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/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 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
* Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang2012-03-164-229/+330
* MdeModulePkg: Fix a bug that UnregisterAtaDev() will return error when SSP pr...erictian2011-12-121-1/+1
* Allocate aligned buffer to satisfy the IoAlign requirement of high level prot...lzeng142011-11-251-1/+1
* MdeModulePkg: ATA performance tuning.erictian2011-11-031-1/+1
* Remove, correct and refine some debug messages.lzeng142011-09-012-24/+8
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-062-3/+3
* Return the correct status at the last of UnregisterAtaDevice.li-elvin2011-07-051-1/+1
* fix memory leak at AccessAtaDevice() of AtaBus.erictian2011-05-192-78/+104
* Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...qianouyang2011-05-192-5/+9
* 1. Enabled SSP(StorageSecurityCommandProtocol) for ATA devices.hhuan132011-05-044-13/+622
* Add BlockIO2 Protocol.qianouyang2011-05-034-105/+750
* Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu2011-04-251-5/+5
* fix null DevicePath issue.erictian2011-03-101-0/+3
* 1. fix AtaPassThru.PassThru() sct failureerictian2011-01-062-20/+35
* return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian2010-10-191-1/+5
* Fill AtaDeviceHeader field in ATA command blockqhuang82010-09-021-0/+1
* Update AtaBus module to use Uefi.h as the master header file as it is a pure ...qhuang82010-07-261-1/+1
* Update the copyright notice formathhtian2010-04-245-10/+10
* fix ia32 build error.erictian2010-03-171-2/+2
* The ATA alignment_logic_in_phy_blocks field doesn’t directly report the low...erictian2010-03-171-1/+2
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* Clean up AtaBus driver to not depend on PI IdeControllerInit Protocol definit...qhuang82010-01-262-11/+10