]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Bus/Ata/AtaBusDxe
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaBusDxe /
2021-12-07 Michael KubackiMdeModulePkg: Apply uncrustify changes
2021-12-07 Michael D KinneyMdeModulePkg: Change OPTIONAL keyword usage style
2021-12-07 Michael D KinneyMdeModulePkg: Change use of EFI_D_* to DEBUG_*
2020-02-10 Antoine CoeurMdeModulePkg/Bus/Ata: Fix various typos
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2018-09-06 Chen A ChenMdeModulePkg: Removing ipf which is no longer supported...
2018-08-20 shengleiMdeModulePkg: Remove redundant library classes and...
2018-06-28 Liming GaoMdeModulePkg: Clean up source files
2016-10-27 Gary LinMdeModulePkg/Bus: Fix typos in comments
2016-07-12 Hao WuMdeModulePkg AtaBusDxe: Fix ATA commands cannot be...
2016-06-07 Cinnamon ShiaMdeModulePkg/AtaBusDxe: Fix some ATA hard drives cannot...
2015-12-15 Jordan JustenMdeModulePkg: Convert all .uni files to utf-8
2015-06-26 Tian FengMdeModulePkg/AtaBus: remove TPer Reset operation in...
2014-10-15 Ruiyu NiAtaBusDxe: Fix ReadBlockEx andWriteBlockEx to still...
2014-09-03 Gao, LimingMdeModulePkg: Convert non DOS format files to DOS forma...
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2013-10-10 Tian, FengMdeModulePkg/AtaBus&AtaAtapiPassThru: Update ATA driver...
2013-06-18 Feng TianMdeModulePkg/AtaBus: wait up to 30s for ATA cmd respons...
2013-04-18 erictianMdeModulePkg/AtaBus: AtaBusDxe module would ignore...
2013-01-04 erictianMdeModulePkg/AtaBus&ScsiBus: Dynamically calculate...
2012-10-31 erictianMdeModulePkg/AtaBusDxe: remove a redundant error check
2012-10-30 li-elvinAdd missing status code in several modules.
2012-10-16 ydong10Fix code potential errors.
2012-09-19 qianouyangAdd TperReset Logic By using MOR bit - Remove the unnec...
2012-09-12 qianouyangAdd Tper Reset Logic by using MOR bit.
2012-03-16 qianouyangIntroduce tow non-blocking task lists to AtaBus. One...
2011-12-12 erictianMdeModulePkg: Fix a bug that UnregisterAtaDev() will...
2011-11-25 lzeng14Allocate aligned buffer to satisfy the IoAlign requirem...
2011-11-03 erictianMdeModulePkg: ATA performance tuning.
2011-09-01 lzeng14Remove, correct and refine some debug messages.
2011-07-06 niruiyuFix the comments to follow UEFI Spec regarding how...
2011-07-05 li-elvinReturn the correct status at the last of UnregisterAtaD...
2011-05-19 erictianfix memory leak at AccessAtaDevice() of AtaBus.
2011-05-19 qianouyangUpdate the function's descriptions (which is in AtaBus...
2011-05-04 hhuan131. Enabled SSP(StorageSecurityCommandProtocol) for...
2011-05-03 qianouyangAdd BlockIO2 Protocol.
2011-04-25 niruiyuChange BlockIo drivers to return EFI_NO_MEDIA or EFI_ME...
2011-03-10 erictianfix null DevicePath issue.
2011-01-06 erictian1. fix AtaPassThru.PassThru() sct failure
2010-10-19 erictianreturn EFI_DEVICE_ERROR if the Status value is not...
2010-09-02 qhuang8Fill AtaDeviceHeader field in ATA command block
2010-07-26 qhuang8Update AtaBus module to use Uefi.h as the master header...
2010-04-24 hhtianUpdate the copyright notice format
2010-03-17 erictianfix ia32 build error.
2010-03-17 erictianThe ATA alignment_logic_in_phy_blocks field doesn’t...
2010-02-24 lgao41. Correct File header to ## @file
2010-01-26 qhuang8Clean up AtaBus driver to not depend on PI IdeControlle...
2009-12-31 qhuang8Fix minor coding style issues.
2009-12-31 qhuang8Remove the hard-code IoAlign in BlockIo.Media; instead...
2009-12-30 qhuang8Fix bug that that the template does not match fields...
2009-12-25 qhuang8Add assertion to ensure the boolean value must be 0...
2009-12-24 qhuang81. Fix bug in some boundary cases to calculate SectorCo...
2009-12-22 qhuang8Add new UEFI driver AtaBusDxe: