summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci
AgeCommit message (Expand)AuthorFilesLines
2016-04-29MdeModulePkg/NvmExpressDxe: comments update to meet implementationFeng Tian1-7/+5
2016-04-26MdeModulePkg/NvmExpress: Clean Phase/CqHdbl/SqTdbl fields to restart HCTian Feng2-4/+12
2016-04-26MdeModulePkg/NvmExpress: Fix bug of handling not null-terminated stringsFeng Tian2-6/+15
2016-04-26MdeModulePkg/NvmExpress: Fix mem leak in error handling of Start()Tian Feng1-0/+4
2016-04-26MdeModulePkg/Sd: Not explicitly compare BOOLEAN type with TRUE/FALSEFeng Tian1-4/+4
2016-04-21MdeModulePkg/Sd: wait 1ms before check DATA line in voltage switch procFeng Tian1-1/+1
2016-04-21MdeModulePkg/SdMmcPciHc: Reset the slot when sd device is connectedFeng Tian1-0/+7
2016-04-21MdeModulePkg/Sd: Fix wrong response type of SD Deselect cmdFeng Tian1-2/+4
2016-04-21MdeModulePkg/Sd: update the sd detection logicFeng Tian2-15/+18
2016-04-21MdeModulePkg/Usb: Fix wrong condition judgment to support usb3.1 devFeng Tian2-4/+4
2016-04-18MdeModulePkg NvmExpressDxe: Ensure write-through for NVMe write commandHao Wu1-1/+4
2016-03-30MdeModulePkg/SdMmc: Add EDKII SD/MMC stackFeng Tian15-0/+7531
2016-03-25MdeModulePkg/PciHostBridgeDxe: remove unused but set variablesArd Biesheuvel1-8/+0
2016-03-24MdeModulePkg/PciBus: Should reserve enough bus number for HPCRuiyu Ni1-2/+2
2016-03-04MdeModulePkg/PciHostBridge: Don't assert when setting UC to MMIO failsRuiyu Ni1-1/+3
2016-03-03MdeModulePkg: PciHostBridgeDxe: don't assume extended config spaceLaszlo Ersek2-1/+4
2016-03-03MdeModulePkg: PciHostBridgeDxe: insert horizontal whitespaceLaszlo Ersek1-9/+9
2016-03-01MdeModulePkg/NvmExpress: Fix uninitialized field used in NVMe DiskInfoTian, Feng1-1/+2
2016-02-29MdeModuelPkg/PciBus: Return AddrTranslationOffset in GetBarAttributesRuiyu Ni1-0/+62
2016-02-29MdeModulePkg/PciBus: reorganize case-statement to reduce code linesRuiyu Ni1-24/+10
2016-02-29MdeModulePkg/PciBus: Change local variable AddressSpace to DescriptorRuiyu Ni1-26/+22
2016-02-26MdeModulePkg/PciHostBridge: Don't assume resources are fully NonExistentRuiyu Ni1-11/+294
2016-02-26MdeModulePkg/PciHostBridge: Refine function header comments.Ruiyu Ni4-81/+103
2016-01-28MdeModulePkg: NvmExpressDxe: clean up NvmeRead() / NvmeWrite() debug msgsLaszlo Ersek1-2/+6
2016-01-26MdeModulePkg/PciHostBridgeDxe: Fix GCC build failure.Ruiyu Ni1-1/+1
2016-01-18MdeModulePkg: Add generic PciHostBridgeDxe driver.Ruiyu Ni6-0/+3617
2016-01-11MdeModulePkg/NvmExpressDxe: Fix MS toolchain /Od 32bit build failureFeng Tian3-19/+10
2016-01-06MdeModulePkg UhciDxe: Fix a typo in function descriptionHao Wu1-1/+1
2015-12-17MdeModulePkg/PciSioSerialDxe:bitwise operation have same width operandsFeng Tian1-1/+1
2015-12-17MdeModulePkg/PciSioSerialDxe:add non-null pointer dereference assertionFeng Tian1-0/+3
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen26-0/+0
2015-12-14MdeModulePkg/PciSioSerialDxe: Fix compiler warningsMichael Kinney1-4/+7
2015-12-10MdeModulePkg: Add PciSioSerialDxe driverRuiyu Ni7-0/+3720
2015-12-01MdeModulePkg/NvmExpressDxe: Fix wrong logic in GetControllerName()Anbazhagan, Baraneedharan1-1/+1
2015-11-03MdeModulePkg: Fix a PciBusDxe hot plug bugRuiyu Ni2-25/+48
2015-11-03MdeModulePkg: Fix a PCI resource dumping bug in PciBusDxe driverRuiyu Ni3-80/+163
2015-11-03Revert "MdeModulePkg: Fix a PciBusDxe hot plug bug"Ruiyu Ni4-208/+102
2015-10-29MdeModulePkg: Do not dump NULL padding resource descriptorRuiyu Ni1-0/+4
2015-10-23MdeModulePkg: Fix a PciBusDxe hot plug bugRuiyu Ni4-102/+204
2015-10-06MdeModulePkg: exit pci function loops early if device is not multi-functionJoseph Shifflett3-0/+32
2015-09-15MdeModulePkg: Enhance PCI capability looking up logic to avoid hangRuiyu Ni1-0/+8
2015-08-26MdeModulePkg/Xhci: Remove TDs from transfer ring when timeout happensFeng Tian6-97/+618
2015-08-19MdeModulePkg/Xhci: make all timeout values be consistent with comments.Feng Tian6-35/+29
2015-08-06MdeModulePkg/Usb: Adjust TPL to not block async transfer during usb enum.Feng Tian3-3/+3
2015-07-30MdeModulePkg: Enhance PciBusDxe to handle high 32bit of MEM64 BAR returns 0Ruiyu Ni1-3/+8
2015-07-29MdeModulePkg/PciBus: Simplify an complex if statement to pass VS2015Michael D Kinney1-10/+5
2015-07-08MdeModulePkg/XhciPei: Error handling enhancement for XhcPeiExecTransferFeng Tian1-5/+8
2015-07-08MdeModulePkg/XhciDxe: Error handling enhancement for XhcExecTransferFeng Tian1-5/+8
2015-06-16MdeModulePkg/NvmExpressDxe: Add SecurityStorageProtocol supportTian Feng8-42/+628
2015-06-16MdeModulePkg/NvmExpressDxe: local variable naming uniformedTian Feng1-32/+32