summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/UsbAbsPointer:Fix GetState() to return absolute valueRuiyu Ni2016-02-031-15/+39
* MdeModulePkg: NvmExpressDxe: clean up NvmeRead() / NvmeWrite() debug msgsLaszlo Ersek2016-01-281-2/+6
* MdeModulePkg/PciHostBridgeDxe: Fix GCC build failure.Ruiyu Ni2016-01-261-1/+1
* MdeModulePkg/.../IdeMode: correctly report length of returned dataPaolo Bonzini2016-01-251-14/+18
* MdeModulePkg/.../IdeMode: report early finish of packet read as successLaszlo Ersek2016-01-191-0/+6
* MdeModulePkg/.../IdeMode: actualize DRQReady*() comment blocksLaszlo Ersek2016-01-191-6/+25
* MdeModulePkg: Add generic PciHostBridgeDxe driver.Ruiyu Ni2016-01-186-0/+3617
* MdeModulePkg/NvmExpressDxe: Fix MS toolchain /Od 32bit build failureFeng Tian2016-01-113-19/+10
* MdeModulePkg/UfsBlockIoPei: Fix MS toolchain /Od 32bit build failureFeng Tian2016-01-111-2/+2
* MdeModulePkg/ScsiDisk: Increase the value of SCSI_DISK_TIMEOUT to 30sFeng Tian2016-01-071-1/+5
* MdeModulePkg/Ide: return correct status when DRQ is not ready for ATAPIFeng Tian2016-01-071-1/+1
* MdeModulePkg: Add error DEBUG statements in ATA passthru driverSamer El-Haj-Mahmoud2016-01-061-0/+3
* MdeModulePkg UhciDxe: Fix a typo in function descriptionHao Wu2016-01-061-1/+1
* MdeModulePkg UfsPassThruDxe: Raise to TPL_NOTIFY when dealing async taskHao Wu2015-12-222-2/+2
* MdeModulePkg ScsiBusDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu2015-12-221-1/+1
* MdeModulePkg ScsiDiskDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu2015-12-222-12/+105
* MdeModulePkg ScsiDiskDxe: Add retry scheme for async SCSI I/O commandHao Wu2015-12-221-8/+58
* MdeModulePkg ScsiDiskDxe: Fix async request retry times info lost issueHao Wu2015-12-222-0/+32
* MdeModulePkg ScsiDiskDxe: Close event when SCSI command failsHao Wu2015-12-221-0/+24
* MdeModulePkg ScsiBusDxe: Only signal caller event when PassThru() succeedsHao Wu2015-12-221-2/+3
* MdeModulePkg ScsiDiskDxe: Modify WriteBlocks(Ex)() to follow UEFI specHao Wu2015-12-221-0/+10
* MdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to follow UEFI specHao Wu2015-12-222-10/+71
* MdeModulePkg ScsiDiskDxe: Set block I/O media of SCSI CDROM to read-onlyHao Wu2015-12-221-0/+1
* MdeModulePkg/PciSioSerialDxe:bitwise operation have same width operandsFeng Tian2015-12-171-1/+1
* MdeModulePkg/PciSioSerialDxe:add non-null pointer dereference assertionFeng Tian2015-12-171-0/+3
* MdeModulePkg UfsPassThru: ASSERT if params are NULL in SignalCallerEventHao Wu2015-12-151-3/+4
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-1560-0/+0
* MdeModulePkg/PciSioSerialDxe: Fix compiler warningsMichael Kinney2015-12-141-4/+7
* MdeModulePkg ScsiBusDxe: Fix caller event may nerver be signaledHao Wu2015-12-111-9/+37
* MdeModulePkg UfsPassThruDxe: Add Non-blocking I/O SupportHao Wu2015-12-113-40/+393
* MdeModulePkg ScsiDiskDxe: Add BlockIO2 SupportHao Wu2015-12-114-14/+1767
* MdeModulePkg: Add PciSioSerialDxe driverRuiyu Ni2015-12-107-0/+3720
* MdeModulePkg/NvmExpressDxe: Fix wrong logic in GetControllerName()Anbazhagan, Baraneedharan2015-12-011-1/+1
* MdeModulePkg: Fix a PciBusDxe hot plug bugRuiyu Ni2015-11-032-25/+48
* MdeModulePkg: Fix a PCI resource dumping bug in PciBusDxe driverRuiyu Ni2015-11-033-80/+163
* Revert "MdeModulePkg: Fix a PciBusDxe hot plug bug"Ruiyu Ni2015-11-034-208/+102
* MdeModulePkg: Do not dump NULL padding resource descriptorRuiyu Ni2015-10-291-0/+4
* MdeModulePkg: Fix a PciBusDxe hot plug bugRuiyu Ni2015-10-234-102/+204
* MdeModulePkg: exit pci function loops early if device is not multi-functionJoseph Shifflett2015-10-063-0/+32
* MdeModulePkg: AtaAtapiPassThru: select master/slave around DIAG commandReza Jelveh2015-09-221-0/+5
* MdeModulePkg: Enhance PCI capability looking up logic to avoid hangRuiyu Ni2015-09-151-0/+8
* MdeModulePkg: ScsiDiskDxe: adapt SectorCount when shortening transfersLaszlo Ersek2015-09-101-0/+41
* MdeModulePkg: ScsiDiskDxe: recognize EFI_BAD_BUFFER_SIZELaszlo Ersek2015-09-101-4/+4
* MdeModulePkg: Add the missing module UNI files.Liming Gao2015-08-283-0/+4
* MdeModulePkg/Xhci: Remove TDs from transfer ring when timeout happensFeng Tian2015-08-266-97/+618
* MdeModulePkg/Xhci: make all timeout values be consistent with comments.Feng Tian2015-08-196-35/+29
* MdeModulePkg/Usb: Adjust TPL to not block async transfer during usb enum.Feng Tian2015-08-064-7/+7
* MdeModulePkg: Enhance PciBusDxe to handle high 32bit of MEM64 BAR returns 0Ruiyu Ni2015-07-301-3/+8
* MdeModulePkg/PciBus: Simplify an complex if statement to pass VS2015Michael D Kinney2015-07-291-10/+5
* MdeModulePkg/UfsPassThru: Fix wrong GLOBAL_REMOVE_IF_UNREFERENCED usageFeng Tian2015-07-281-3/+3