summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Ata
Commit message (Expand)AuthorAgeFilesLines
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-064-6/+6
* Return the correct status at the last of UnregisterAtaDevice.li-elvin2011-07-051-1/+1
* Fix a potential memory free failure bug in AtaAtapiPassThruerictian2011-06-301-7/+9
* ScsiBus/ScsiDisk enhancement for no_media state.erictian2011-06-142-186/+223
* Update code to pass packaging tool.lzeng142011-05-301-2/+0
* Add more status code in drivers.li-elvin2011-05-263-1/+12
* 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-195-13/+17
* Add Pointer check for NULL before referring it and remove unnecessary pointer...qianouyang2011-05-061-1/+1
* 1. Enabled SSP(StorageSecurityCommandProtocol) for ATA devices.hhuan132011-05-044-13/+622
* Add BlockIO2 Protocol.qianouyang2011-05-0310-959/+2231
* 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
* fix a invalid pointer conversion when builing 32bit image.erictian2011-03-082-16/+22
* 1. fix AtaPassThru.PassThru() sct failureerictian2011-01-063-34/+91
* S.M.A.R.T feature enableerictian2010-10-282-0/+376
* return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian2010-10-191-1/+5
* fix 32bit build warningerictian2010-10-142-14/+14
* remove additional space from comments and pass ICC/GCC44 builderictian2010-09-305-1124/+1114
* add native ide/ahci drivererictian2010-09-298-0/+8805
* 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
* Fix minor coding style issues.qhuang82009-12-312-29/+30
* Remove the hard-code IoAlign in BlockIo.Media; instead, this value should inh...qhuang82009-12-312-1/+2
* Fix bug that that the template does not match fields in structure EFI_BLOCK_I...qhuang82009-12-301-3/+3
* Add assertion to ensure the boolean value must be 0 or 1 before the use of ar...qhuang82009-12-251-1/+2
* 1. Fix bug in some boundary cases to calculate SectorCountExp.qhuang82009-12-241-4/+13
* Add new UEFI driver AtaBusDxe:qhuang82009-12-225-0/+2570