summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Ata/AtaBusDxe
AgeCommit message (Expand)AuthorFilesLines
2013-10-10MdeModulePkg/AtaBus&AtaAtapiPassThru: Update ATA drivers to follow UEFI2.4 ne...Tian, Feng3-21/+104
2013-06-18MdeModulePkg/AtaBus: wait up to 30s for ATA cmd response in Standby/Idle mode...Feng Tian1-4/+6
2013-04-18MdeModulePkg/AtaBus: AtaBusDxe module would ignore ATA Pass Thru Protocol ins...erictian1-1/+26
2013-01-04MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for...erictian1-1/+30
2012-10-31MdeModulePkg/AtaBusDxe: remove a redundant error checkerictian1-3/+1
2012-10-30Add missing status code in several modules.li-elvin4-0/+38
2012-10-16Fix code potential errors.ydong102-0/+9
2012-09-19Add TperReset Logic By using MOR bit - Remove the unnecessary parameter. qianouyang1-13/+9
2012-09-12Add Tper Reset Logic by using MOR bit.qianouyang3-1/+244
2012-03-16Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang4-229/+330
2011-12-12MdeModulePkg: Fix a bug that UnregisterAtaDev() will return error when SSP pr...erictian1-1/+1
2011-11-25Allocate aligned buffer to satisfy the IoAlign requirement of high level prot...lzeng141-1/+1
2011-11-03MdeModulePkg: ATA performance tuning.erictian1-1/+1
2011-09-01Remove, correct and refine some debug messages.lzeng142-24/+8
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2-3/+3
2011-07-05Return the correct status at the last of UnregisterAtaDevice.li-elvin1-1/+1
2011-05-19fix memory leak at AccessAtaDevice() of AtaBus.erictian2-78/+104
2011-05-19Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...qianouyang2-5/+9
2011-05-041. Enabled SSP(StorageSecurityCommandProtocol) for ATA devices.hhuan134-13/+622
2011-05-03Add BlockIO2 Protocol.qianouyang4-105/+750
2011-04-25Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu1-5/+5
2011-03-10fix null DevicePath issue.erictian1-0/+3
2011-01-061. fix AtaPassThru.PassThru() sct failureerictian2-20/+35
2010-10-19return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian1-1/+5
2010-09-02Fill AtaDeviceHeader field in ATA command blockqhuang81-0/+1
2010-07-26Update AtaBus module to use Uefi.h as the master header file as it is a pure ...qhuang81-1/+1
2010-04-24Update the copyright notice formathhtian5-10/+10
2010-03-17fix ia32 build error.erictian1-2/+2
2010-03-17The ATA alignment_logic_in_phy_blocks field doesn’t directly report the low...erictian1-1/+2
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-01-26Clean up AtaBus driver to not depend on PI IdeControllerInit Protocol definit...qhuang82-11/+10
2009-12-31Fix minor coding style issues.qhuang82-29/+30
2009-12-31Remove the hard-code IoAlign in BlockIo.Media; instead, this value should inh...qhuang82-1/+2
2009-12-30Fix bug that that the template does not match fields in structure EFI_BLOCK_I...qhuang81-3/+3
2009-12-25Add assertion to ensure the boolean value must be 0 or 1 before the use of ar...qhuang81-1/+2
2009-12-241. Fix bug in some boundary cases to calculate SectorCountExp.qhuang81-4/+13
2009-12-22Add new UEFI driver AtaBusDxe:qhuang85-0/+2570