summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus
Commit message (Expand)AuthorAgeFilesLines
...
* MdeModulePkg/NvmExpressDxe: Fix possible memory leak issue in NvmExpressDxe d...Feng Tian2015-04-101-1/+8
* MdeModulePkg: XhciDxe: list ARM and AARCH64 as valid architecturesLaszlo Ersek2015-03-161-1/+1
* MdeModulePkg: Fix typo.Shumin Qiu2015-03-132-4/+4
* MdeModulePkg/Usb: Remove unnecessary direction restriction on UsbHc2.SyncInte...Feng Tian2015-03-123-15/+3
* MdeModulePkg: list ARM and AARCH64 as valid architectures for some modulesLaszlo Ersek2015-02-235-5/+5
* MdeModulePkg/UsbBotPei: Correct wrong media type detection logic in UsbBotPeiFeng Tian2015-01-271-5/+7
* Dispatch the UEFI option rom returned from PciPlatform/PciOverride protocol.Ruiyu Ni2015-01-204-17/+86
* MdeModulePkg\Bus\Ata\AtaAtapiPassThru: don't set PxSACT bit when issuing commandChris Ruffin2014-12-181-4/+0
* MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2014-12-041-3/+1
* MdeModulePkg: Misc comments and DEBUG messagesSamer El-Haj-Mahmoud2014-11-272-1/+6
* MdeModulePkg: remove usb defined infojaben carsey2014-11-241-23/+1
* MdeModulePkg/AtaAtapiPassThru: don't write read-only AHCI MMIO registerFeng Tian2014-11-102-8/+22
* MdeModulePkg/AtaAtapiPassThru: When D2H FIS received at PIO DATA-IN transfer,...Reza Jelveh2014-10-221-9/+24
* AtaBusDxe: Fix ReadBlockEx andWriteBlockEx to still signal event when the Buf...Ruiyu Ni2014-10-151-1/+5
* MdeModulePkg/ScsiDiskDxe: Fix the build warning/error "unreachable statement"Olivier Martin2014-09-301-1/+0
* MdeModulePkg/UsbBusDxe: Update Device->NumOfInterface at error handling path ...Feng Tian2014-09-181-1/+2
* MdeModulePkg XhciPei/UsbBusPei: Enhance code for better device compatibility.Star Zeng2014-09-153-6/+40
* MdeModulePkg/UsbBusDxe: Fixed Clang build error.Nikolai Saoukh2014-09-102-2/+2
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-0324-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2848-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2824-210/+252
* MdeModulePkg/UsbBusDxe: Fix a bug about the alternate setting number which sh...Feng Tian2014-08-271-2/+2
* Do not access transfer ring when endpoint is isochronous type and control typ...Elvin Li2014-08-221-6/+26
* 1) Add type cast for better coding style.Feng Tian2014-08-0710-23/+23
* 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