index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Bus
/
Ata
/
AtaBusDxe
/
AtaBus.c
Age
Commit message (
Expand
)
Author
2017-04-27
MdeModulePkg: Move to new location
Guo Mang
2016-10-27
MdeModulePkg/Bus: Fix typos in comments
Gary Lin
2015-06-26
MdeModulePkg/AtaBus: remove TPer Reset operation in DriverBindingStart
Tian Feng
2014-10-15
AtaBusDxe: Fix ReadBlockEx andWriteBlockEx to still signal event when the Buf...
Ruiyu Ni
2013-10-10
MdeModulePkg/AtaBus&AtaAtapiPassThru: Update ATA drivers to follow UEFI2.4 ne...
Tian, Feng
2013-04-18
MdeModulePkg/AtaBus: AtaBusDxe module would ignore ATA Pass Thru Protocol ins...
erictian
2012-10-30
Add missing status code in several modules.
li-elvin
2012-10-16
Fix code potential errors.
ydong10
2012-09-19
Add TperReset Logic By using MOR bit - Remove the unnecessary parameter.
qianouyang
2012-09-12
Add Tper Reset Logic by using MOR bit.
qianouyang
2012-03-16
Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...
qianouyang
2011-12-12
MdeModulePkg: Fix a bug that UnregisterAtaDev() will return error when SSP pr...
erictian
2011-11-25
Allocate aligned buffer to satisfy the IoAlign requirement of high level prot...
lzeng14
2011-11-03
MdeModulePkg: ATA performance tuning.
erictian
2011-09-01
Remove, correct and refine some debug messages.
lzeng14
2011-07-05
Return the correct status at the last of UnregisterAtaDevice.
li-elvin
2011-05-19
fix memory leak at AccessAtaDevice() of AtaBus.
erictian
2011-05-04
1. Enabled SSP(StorageSecurityCommandProtocol) for ATA devices.
hhuan13
2011-05-03
Add BlockIO2 Protocol.
qianouyang
2011-04-25
Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...
niruiyu
2011-03-10
fix null DevicePath issue.
erictian
2011-01-06
1. fix AtaPassThru.PassThru() sct failure
erictian
2010-10-19
return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.
erictian
2010-04-24
Update the copyright notice format
hhtian
2009-12-31
Fix minor coding style issues.
qhuang8
2009-12-31
Remove the hard-code IoAlign in BlockIo.Media; instead, this value should inh...
qhuang8
2009-12-30
Fix bug that that the template does not match fields in structure EFI_BLOCK_I...
qhuang8
2009-12-22
Add new UEFI driver AtaBusDxe:
qhuang8