summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-251/+247
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-6/+5
* MdeModulePkg/Bus/Ata: Fix various typosAntoine Coeur2020-02-101-5/+5
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/Bus: Fix typos in commentsGary Lin2016-10-271-1/+1
* MdeModulePkg/AtaBus: remove TPer Reset operation in DriverBindingStartTian Feng2015-06-261-205/+3
* AtaBusDxe: Fix ReadBlockEx andWriteBlockEx to still signal event when the Buf...Ruiyu Ni2014-10-151-1/+5
* MdeModulePkg/AtaBus&AtaAtapiPassThru: Update ATA drivers to follow UEFI2.4 ne...Tian, Feng2013-10-101-3/+6
* MdeModulePkg/AtaBus: AtaBusDxe module would ignore ATA Pass Thru Protocol ins...erictian2013-04-181-1/+26
* Add missing status code in several modules.li-elvin2012-10-301-0/+27
* Fix code potential errors.ydong102012-10-161-0/+1
* 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-121-0/+208
* Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang2012-03-161-82/+100
* 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-011-1/+1
* Return the correct status at the last of UnregisterAtaDevice.li-elvin2011-07-051-1/+1
* fix memory leak at AccessAtaDevice() of AtaBus.erictian2011-05-191-11/+18
* 1. Enabled SSP(StorageSecurityCommandProtocol) for ATA devices.hhuan132011-05-041-7/+280
* Add BlockIO2 Protocol.qianouyang2011-05-031-38/+256
* 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-061-18/+33
* return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian2010-10-191-1/+5
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fix minor coding style issues.qhuang82009-12-311-19/+20
* Remove the hard-code IoAlign in BlockIo.Media; instead, this value should inh...qhuang82009-12-311-1/+1
* Fix bug that that the template does not match fields in structure EFI_BLOCK_I...qhuang82009-12-301-3/+3
* Add new UEFI driver AtaBusDxe:qhuang82009-12-221-0/+1117