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
Age
Commit message (
Expand
)
Author
2011-11-15
In AtaAtapiPassThru driver
qianouyang
2011-11-15
Correct AtaAtapiPassThru module packaging info.
erictian
2011-11-03
MdeModulePkg: ATA performance tuning.
erictian
2011-10-31
MdeModulePkg: Remove variables that are set, but not used
jljusten
2011-10-19
If the data buffer described by InDataBuffer/OutDataBuffer and InTransferLeng...
erictian
2011-09-01
Remove, correct and refine some debug messages.
lzeng14
2011-07-06
Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...
niruiyu
2011-07-05
Return the correct status at the last of UnregisterAtaDevice.
li-elvin
2011-06-30
Fix a potential memory free failure bug in AtaAtapiPassThru
erictian
2011-06-14
ScsiBus/ScsiDisk enhancement for no_media state.
erictian
2011-05-30
Update code to pass packaging tool.
lzeng14
2011-05-26
Add more status code in drivers.
li-elvin
2011-05-19
fix memory leak at AccessAtaDevice() of AtaBus.
erictian
2011-05-19
Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...
qianouyang
2011-05-06
Add Pointer check for NULL before referring it and remove unnecessary pointer...
qianouyang
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-03-08
fix a invalid pointer conversion when builing 32bit image.
erictian
2011-01-06
1. fix AtaPassThru.PassThru() sct failure
erictian
2010-10-28
S.M.A.R.T feature enable
erictian
2010-10-19
return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.
erictian
2010-10-14
fix 32bit build warning
erictian
2010-09-30
remove additional space from comments and pass ICC/GCC44 build
erictian
2010-09-29
add native ide/ahci driver
erictian
2010-09-02
Fill AtaDeviceHeader field in ATA command block
qhuang8
2010-07-26
Update AtaBus module to use Uefi.h as the master header file as it is a pure ...
qhuang8
2010-04-24
Update the copyright notice format
hhtian
2010-03-17
fix ia32 build error.
erictian
2010-03-17
The ATA alignment_logic_in_phy_blocks field doesn’t directly report the low...
erictian
2010-02-24
1. Correct File header to ## @file
lgao4
2010-01-26
Clean up AtaBus driver to not depend on PI IdeControllerInit Protocol definit...
qhuang8
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-25
Add assertion to ensure the boolean value must be 0 or 1 before the use of ar...
qhuang8
2009-12-24
1. Fix bug in some boundary cases to calculate SectorCountExp.
qhuang8
2009-12-22
Add new UEFI driver AtaBusDxe:
qhuang8