summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/AtaAtapiPassThru: Correct the algo of calculating PRDT number to...Tian, Feng2014-07-221-2/+2
* Fixed typos: hanlder should be handler.Chen Fan2014-07-093-3/+3
* MdeModulePkg XhciPei: Fix build failure "conversion from 'UINT32' to 'UINT8',...Star Zeng2014-07-081-1/+1
* MdeModulePkg XhciPei: Initialize ScratchPhy and ScratchEntryPhy in XhcPeiInit...Star Zeng2014-07-071-0/+2
* MdeModulePkg XhciDxe: Initialize ScratchPhy and ScratchEntryPhy in XhcInitSch...Star Zeng2014-07-071-0/+2
* MdeModulePkg XhciDxe: XHCI multiple interface alternate setting support.Star Zeng2014-07-044-249/+841
* MdeModulePkg XhciPei/UsbBusPei: Add XHCI recovery support.Star Zeng2014-07-0215-224/+7567
* Refine code to make it more safely.Eric Dong2014-06-262-3/+6
* The following call tree exposes a bug in the lifetime (ie. too lateAlex Williamson2014-06-191-25/+9
* MdeModulePkg/NvmExpressDxe: Check if CSTS.RDY is 0 to wait NVMe Host controll...Tian, Feng2014-06-042-18/+37
* Change PciIo::GetBarAttributes() to return unsupported for a unsupported bar ...Ruiyu Ni2014-05-151-86/+73
* MdeModulePkg/AtaAtapiPassThru: Handle timeout 0 as indefinitely wait to stric...Tian, Feng2014-05-154-68/+151
* MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe...Tian, Feng2014-04-304-214/+284
* MdeModulePkg/UsbMassStorage: Don't send READ_CAPACITY to unsupported usb mass...Tian, Feng2014-04-102-63/+32
* Add NULL pointer check in I2chost.Elvin Li2014-03-281-0/+1
* MdeModulePkg UsbBusPei: Produce a USB I/O PPI for all USB Interfaces a USB De...Star Zeng2014-02-112-38/+125
* MdeModulePkg/ScsiDisk:If the SCSI device target status is in CHECK_CONDITION,...Tian, Feng2014-02-111-57/+278
* MdeModulePkg UsbBotPei: The UsbBotPei module contains the private structure d...Star Zeng2014-01-266-254/+67
* Fix CRLF formatTian, Hot2014-01-224-3795/+3795
* MdeModulePkg/NvmExpressDxe: Fix a bug in NvmExpressDxe driver’s Unload() th...Feng Tian2014-01-101-60/+65
* If the driver does not start before, we do not disconnect driver and we must ...Elvin Li2014-01-092-32/+28
* Check if component name protocol exist, uninstall it when it really exists.Elvin Li2014-01-082-10/+80
* Update XhcWaitOpRegBit to take Timout argument as microsecond.Elvin Li2013-12-252-10/+10
* MdeModulePkg/XhciDxe: Fix ICC compiler build warning.Feng Tian2013-12-131-1/+1
* Per PI 1.3 spec, when Reserved bit set in the SlaveAddress parameter, EFI_NOT...Elvin Li2013-12-101-0/+22
* MdeModulePkg: introduce PcdPciDisableBusEnumerationWei Liu2013-12-082-1/+6
* MdeModulePkg/Xhci: Coding style update to follow EDKII C Coding Standards Spec.Feng Tian2013-12-061-1/+6
* MdeModulePkg/AtaAtapiPassThru: Error handling enhancement for uninstalling pr...Feng Tian2013-12-031-45/+50
* MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() shoul...Feng Tian2013-12-034-62/+75
* MdeModulePkg/UsbBus&XhciDxe: Solve a bug that 2 or more tiers SS hubs with SS...Feng Tian2013-11-224-53/+119
* MdeModulePkg/UsbBus: Stop parsing descriptor if some of descriptor fields are...Feng Tian2013-11-191-12/+20
* MdeMdeModulePkg/UsbBusDxe: If DisconnectController() returns an error the USB...Feng Tian2013-10-304-19/+64
* MdeModulePkg/NvmExpressDxe: Correct the calculation of LbaFmtIdx of Identify ...Feng Tian2013-10-291-1/+1
* MdeModulePkg/XhciDxe: Dynamically calculate the interval value of interrupt e...Tian, Feng2013-10-231-4/+6
* MdeModulePkg/XhciDxe: Usb legacy support feature is optional. For those usb 3...Sergey Isakov2013-10-152-3/+11
* MdeModulePkg/AtaAtapiPassThru: Add parameter check to ResetDevice() to follow...Tian, Feng2013-10-111-0/+42
* MdeModulePkg/AtaBus&AtaAtapiPassThru: Update ATA drivers to follow UEFI2.4 ne...Tian, Feng2013-10-104-25/+120
* Just like EhciDxe, do not reset host controller when debug capability is enab...Elvin Li2013-10-094-10/+51
* Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud2013-10-083-27/+27
* MdeModulePkg/NvmExpressDxe: Fix an issue of potential uninitialized local var...Feng Tian2013-09-231-2/+4
* MdeModulePkg/AtaAtapiPassThru: To follow UEFI 2.4, updating the implementatio...Feng Tian2013-09-181-7/+10
* MdeModulePkg/NvmExpressDxe: Fix some bugsFeng Tian2013-09-115-38/+95
* Remove several ASSERT in XhciDxe to allow error status happen then do error h...Elvin Li2013-08-212-42/+67
* Change the PciBusDxe driver to install the PCI enumeration complete GUID in t...Ruiyu Ni2013-08-161-3/+1
* Add I2C bus DXE driver and I2C host DXE driver following PI 1.3 spec.Elvin Li2013-08-147-0/+3972
* Update XHCI driver to use PCI IO AllocateBuffer/Map/Unmap to do DMA operation.Elvin Li2013-08-127-123/+1357
* MdeMdeModulePkg/NvmExpressDxe: Add NVM Express support.Feng Tian2013-08-1212-0/+5832
* Add new adding ATA related status code in PI 1.3 to definition and ATA modules.Elvin Li2013-08-092-4/+55
* MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc...Feng Tian2013-08-054-15/+30
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-263-18/+7