Age | Commit message (Expand) | Author | Files | Lines |
2014-08-27 | MdeModulePkg/UsbBusDxe: Fix a bug about the alternate setting number which sh... | Feng Tian | 1 | -2/+2 |
2014-08-22 | Do not access transfer ring when endpoint is isochronous type and control typ... | Elvin Li | 1 | -6/+26 |
2014-08-07 | 1) Add type cast for better coding style. | Feng Tian | 10 | -23/+23 |
2014-07-22 | MdeModulePkg/AtaAtapiPassThru: Correct the algo of calculating PRDT number to... | Tian, Feng | 1 | -2/+2 |
2014-07-09 | Fixed typos: hanlder should be handler. | Chen Fan | 3 | -3/+3 |
2014-07-08 | MdeModulePkg XhciPei: Fix build failure "conversion from 'UINT32' to 'UINT8',... | Star Zeng | 1 | -1/+1 |
2014-07-07 | MdeModulePkg XhciPei: Initialize ScratchPhy and ScratchEntryPhy in XhcPeiInit... | Star Zeng | 1 | -0/+2 |
2014-07-07 | MdeModulePkg XhciDxe: Initialize ScratchPhy and ScratchEntryPhy in XhcInitSch... | Star Zeng | 1 | -0/+2 |
2014-07-04 | MdeModulePkg XhciDxe: XHCI multiple interface alternate setting support. | Star Zeng | 4 | -249/+841 |
2014-07-02 | MdeModulePkg XhciPei/UsbBusPei: Add XHCI recovery support. | Star Zeng | 15 | -224/+7567 |
2014-06-26 | Refine code to make it more safely. | Eric Dong | 2 | -3/+6 |
2014-06-19 | The following call tree exposes a bug in the lifetime (ie. too late | Alex Williamson | 1 | -25/+9 |
2014-06-04 | MdeModulePkg/NvmExpressDxe: Check if CSTS.RDY is 0 to wait NVMe Host controll... | Tian, Feng | 2 | -18/+37 |
2014-05-15 | Change PciIo::GetBarAttributes() to return unsupported for a unsupported bar ... | Ruiyu Ni | 1 | -86/+73 |
2014-05-15 | MdeModulePkg/AtaAtapiPassThru: Handle timeout 0 as indefinitely wait to stric... | Tian, Feng | 4 | -68/+151 |
2014-04-30 | MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe... | Tian, Feng | 4 | -214/+284 |
2014-04-10 | MdeModulePkg/UsbMassStorage: Don't send READ_CAPACITY to unsupported usb mass... | Tian, Feng | 2 | -63/+32 |
2014-03-28 | Add NULL pointer check in I2chost. | Elvin Li | 1 | -0/+1 |
2014-02-11 | MdeModulePkg UsbBusPei: Produce a USB I/O PPI for all USB Interfaces a USB De... | Star Zeng | 2 | -38/+125 |
2014-02-11 | MdeModulePkg/ScsiDisk:If the SCSI device target status is in CHECK_CONDITION,... | Tian, Feng | 1 | -57/+278 |
2014-01-26 | MdeModulePkg UsbBotPei: The UsbBotPei module contains the private structure d... | Star Zeng | 6 | -254/+67 |
2014-01-22 | Fix CRLF format | Tian, Hot | 4 | -3795/+3795 |
2014-01-10 | MdeModulePkg/NvmExpressDxe: Fix a bug in NvmExpressDxe driver’s Unload() th... | Feng Tian | 1 | -60/+65 |
2014-01-09 | If the driver does not start before, we do not disconnect driver and we must ... | Elvin Li | 2 | -32/+28 |
2014-01-08 | Check if component name protocol exist, uninstall it when it really exists. | Elvin Li | 2 | -10/+80 |
2013-12-25 | Update XhcWaitOpRegBit to take Timout argument as microsecond. | Elvin Li | 2 | -10/+10 |
2013-12-13 | MdeModulePkg/XhciDxe: Fix ICC compiler build warning. | Feng Tian | 1 | -1/+1 |
2013-12-10 | Per PI 1.3 spec, when Reserved bit set in the SlaveAddress parameter, EFI_NOT... | Elvin Li | 1 | -0/+22 |
2013-12-08 | MdeModulePkg: introduce PcdPciDisableBusEnumeration | Wei Liu | 2 | -1/+6 |
2013-12-06 | MdeModulePkg/Xhci: Coding style update to follow EDKII C Coding Standards Spec. | Feng Tian | 1 | -1/+6 |
2013-12-03 | MdeModulePkg/AtaAtapiPassThru: Error handling enhancement for uninstalling pr... | Feng Tian | 1 | -45/+50 |
2013-12-03 | MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() shoul... | Feng Tian | 4 | -62/+75 |
2013-11-22 | MdeModulePkg/UsbBus&XhciDxe: Solve a bug that 2 or more tiers SS hubs with SS... | Feng Tian | 4 | -53/+119 |
2013-11-19 | MdeModulePkg/UsbBus: Stop parsing descriptor if some of descriptor fields are... | Feng Tian | 1 | -12/+20 |
2013-10-30 | MdeMdeModulePkg/UsbBusDxe: If DisconnectController() returns an error the USB... | Feng Tian | 4 | -19/+64 |
2013-10-29 | MdeModulePkg/NvmExpressDxe: Correct the calculation of LbaFmtIdx of Identify ... | Feng Tian | 1 | -1/+1 |
2013-10-23 | MdeModulePkg/XhciDxe: Dynamically calculate the interval value of interrupt e... | Tian, Feng | 1 | -4/+6 |
2013-10-15 | MdeModulePkg/XhciDxe: Usb legacy support feature is optional. For those usb 3... | Sergey Isakov | 2 | -3/+11 |
2013-10-11 | MdeModulePkg/AtaAtapiPassThru: Add parameter check to ResetDevice() to follow... | Tian, Feng | 1 | -0/+42 |
2013-10-10 | MdeModulePkg/AtaBus&AtaAtapiPassThru: Update ATA drivers to follow UEFI2.4 ne... | Tian, Feng | 4 | -25/+120 |
2013-10-09 | Just like EhciDxe, do not reset host controller when debug capability is enab... | Elvin Li | 4 | -10/+51 |
2013-10-08 | Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t... | Samer El-Haj-Mahmoud | 3 | -27/+27 |
2013-09-23 | MdeModulePkg/NvmExpressDxe: Fix an issue of potential uninitialized local var... | Feng Tian | 1 | -2/+4 |
2013-09-18 | MdeModulePkg/AtaAtapiPassThru: To follow UEFI 2.4, updating the implementatio... | Feng Tian | 1 | -7/+10 |
2013-09-11 | MdeModulePkg/NvmExpressDxe: Fix some bugs | Feng Tian | 5 | -38/+95 |
2013-08-21 | Remove several ASSERT in XhciDxe to allow error status happen then do error h... | Elvin Li | 2 | -42/+67 |
2013-08-16 | Change the PciBusDxe driver to install the PCI enumeration complete GUID in t... | Ruiyu Ni | 1 | -3/+1 |
2013-08-14 | Add I2C bus DXE driver and I2C host DXE driver following PI 1.3 spec. | Elvin Li | 7 | -0/+3972 |
2013-08-12 | Update XHCI driver to use PCI IO AllocateBuffer/Map/Unmap to do DMA operation. | Elvin Li | 7 | -123/+1357 |
2013-08-12 | MdeMdeModulePkg/NvmExpressDxe: Add NVM Express support. | Feng Tian | 12 | -0/+5832 |