Age | Commit message (Expand) | Author |
2014-07-09 | Fixed typos: hanlder should be handler. | Chen Fan |
2014-07-08 | MdeModulePkg XhciPei: Fix build failure "conversion from 'UINT32' to 'UINT8',... | Star Zeng |
2014-07-07 | MdeModulePkg XhciPei: Initialize ScratchPhy and ScratchEntryPhy in XhcPeiInit... | Star Zeng |
2014-07-07 | MdeModulePkg XhciDxe: Initialize ScratchPhy and ScratchEntryPhy in XhcInitSch... | Star Zeng |
2014-07-04 | MdeModulePkg XhciDxe: XHCI multiple interface alternate setting support. | Star Zeng |
2014-07-02 | MdeModulePkg XhciPei/UsbBusPei: Add XHCI recovery support. | Star Zeng |
2014-06-26 | Refine code to make it more safely. | Eric Dong |
2014-06-19 | The following call tree exposes a bug in the lifetime (ie. too late | Alex Williamson |
2014-06-04 | MdeModulePkg/NvmExpressDxe: Check if CSTS.RDY is 0 to wait NVMe Host controll... | Tian, Feng |
2014-05-15 | Change PciIo::GetBarAttributes() to return unsupported for a unsupported bar ... | Ruiyu Ni |
2014-05-15 | MdeModulePkg/AtaAtapiPassThru: Handle timeout 0 as indefinitely wait to stric... | Tian, Feng |
2014-04-30 | MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe... | Tian, Feng |
2014-04-10 | MdeModulePkg/UsbMassStorage: Don't send READ_CAPACITY to unsupported usb mass... | Tian, Feng |
2014-03-28 | Add NULL pointer check in I2chost. | Elvin Li |
2014-02-11 | MdeModulePkg UsbBusPei: Produce a USB I/O PPI for all USB Interfaces a USB De... | Star Zeng |
2014-02-11 | MdeModulePkg/ScsiDisk:If the SCSI device target status is in CHECK_CONDITION,... | Tian, Feng |
2014-01-26 | MdeModulePkg UsbBotPei: The UsbBotPei module contains the private structure d... | Star Zeng |
2014-01-22 | Fix CRLF format | Tian, Hot |
2014-01-10 | MdeModulePkg/NvmExpressDxe: Fix a bug in NvmExpressDxe driver’s Unload() th... | Feng Tian |
2014-01-09 | If the driver does not start before, we do not disconnect driver and we must ... | Elvin Li |
2014-01-08 | Check if component name protocol exist, uninstall it when it really exists. | Elvin Li |
2013-12-25 | Update XhcWaitOpRegBit to take Timout argument as microsecond. | Elvin Li |
2013-12-13 | MdeModulePkg/XhciDxe: Fix ICC compiler build warning. | Feng Tian |
2013-12-10 | Per PI 1.3 spec, when Reserved bit set in the SlaveAddress parameter, EFI_NOT... | Elvin Li |
2013-12-08 | MdeModulePkg: introduce PcdPciDisableBusEnumeration | Wei Liu |
2013-12-06 | MdeModulePkg/Xhci: Coding style update to follow EDKII C Coding Standards Spec. | Feng Tian |
2013-12-03 | MdeModulePkg/AtaAtapiPassThru: Error handling enhancement for uninstalling pr... | Feng Tian |
2013-12-03 | MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() shoul... | Feng Tian |
2013-11-22 | MdeModulePkg/UsbBus&XhciDxe: Solve a bug that 2 or more tiers SS hubs with SS... | Feng Tian |
2013-11-19 | MdeModulePkg/UsbBus: Stop parsing descriptor if some of descriptor fields are... | Feng Tian |
2013-10-30 | MdeMdeModulePkg/UsbBusDxe: If DisconnectController() returns an error the USB... | Feng Tian |
2013-10-29 | MdeModulePkg/NvmExpressDxe: Correct the calculation of LbaFmtIdx of Identify ... | Feng Tian |
2013-10-23 | MdeModulePkg/XhciDxe: Dynamically calculate the interval value of interrupt e... | Tian, Feng |
2013-10-15 | MdeModulePkg/XhciDxe: Usb legacy support feature is optional. For those usb 3... | Sergey Isakov |
2013-10-11 | MdeModulePkg/AtaAtapiPassThru: Add parameter check to ResetDevice() to follow... | Tian, Feng |
2013-10-10 | MdeModulePkg/AtaBus&AtaAtapiPassThru: Update ATA drivers to follow UEFI2.4 ne... | Tian, Feng |
2013-10-09 | Just like EhciDxe, do not reset host controller when debug capability is enab... | Elvin Li |
2013-10-08 | Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t... | Samer El-Haj-Mahmoud |
2013-09-23 | MdeModulePkg/NvmExpressDxe: Fix an issue of potential uninitialized local var... | Feng Tian |
2013-09-18 | MdeModulePkg/AtaAtapiPassThru: To follow UEFI 2.4, updating the implementatio... | Feng Tian |
2013-09-11 | MdeModulePkg/NvmExpressDxe: Fix some bugs | Feng Tian |
2013-08-21 | Remove several ASSERT in XhciDxe to allow error status happen then do error h... | Elvin Li |
2013-08-16 | Change the PciBusDxe driver to install the PCI enumeration complete GUID in t... | Ruiyu Ni |
2013-08-14 | Add I2C bus DXE driver and I2C host DXE driver following PI 1.3 spec. | Elvin Li |
2013-08-12 | Update XHCI driver to use PCI IO AllocateBuffer/Map/Unmap to do DMA operation. | Elvin Li |
2013-08-12 | MdeMdeModulePkg/NvmExpressDxe: Add NVM Express support. | Feng Tian |
2013-08-09 | Add new adding ATA related status code in PI 1.3 to definition and ATA modules. | Elvin Li |
2013-08-05 | MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc... | Feng Tian |
2013-07-26 | Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath... | Ruiyu Ni |
2013-07-18 | The PCI host bridge can signal failures in its initialization to | Olivier Martin |