summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki280-33644/+34755
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney1-4/+4
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney11-25/+24
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney61-881/+852
2021-11-24MdeModulePkg AtaAtapiPassThru: Skip the potential NULL pointer accessLiming Gao1-0/+7
2021-11-10MdeModulePkg\UfsBlockIoPei: UFS MMIO address size support both 32/64 bitsIan Chiu1-2/+45
2021-11-09MdeModulePkg AtaAtapiPassThru: Always do S.M.A.R.T. check if device supportLiming Gao1-10/+9
2021-11-08MdeModulePkg: Reproduce builds across source format changesMichael D Kinney1-1/+1
2021-11-08MdeModulePkg/XhciSched: Fix missing DEBUG argumentsMichael Kubacki1-2/+2
2021-10-14MdeModulePkg/Sd: Corrections for Extra.uni filesKonstantin Aladyshev3-5/+8
2021-09-26MdeModulePkg/PciBusDxe: Improve the flow of testing support attributesxueshengfeng1-2/+5
2021-08-30MdeModulePkg:Increase Nvme capacity displayzhoucheng1-0/+2
2021-06-17MdeModulePkg PciBusDxe: Increase the width of data read during oprom shadowSumana Venur1-2/+2
2021-06-02MdeModulePkg/Xhci: Fix TRT when data length is 0Wenyi Xie2-8/+18
2021-05-19MdeModulePkg/PciBusDxe: Fix possible uninitialized useSergei Dmitrouk1-3/+2
2021-05-17MdeModulePkg: Fix various typosRebecca Cran2-2/+2
2021-03-25MdeModulePkg: Initialize local variable value before they are usedLiming Gao1-0/+5
2021-03-05MdeModulePkg/UfsPassThruDxe: Improve Device initialization polling LoopBandaru, Purna Chandra Rao2-5/+15
2021-02-02MdeModulePkg/PciBusDxe: Fix a bug in ProcessOptionRomLightAiden Park1-6/+1
2021-01-18MdeModulePkg/PciBusDxe: Handle BAR sizing fail in high 32bit of MEM64.Zarcd Zhong1-0/+1
2021-01-04MdeModulePkg/Bus/Pci/PciBusDxe: Support PCIe Resizable BAR CapabilityLuo, Heng6-19/+234
2020-12-19MdeModulePkg/PciSioSerialDxe: Flush Tx before config changeMichael D Kinney1-1/+90
2020-11-11MdeModulePkg/AtaAtapiPassThru: Trace ATA packetsAlbecki, Mateusz1-0/+94
2020-11-11MdeModulePkg/AtaAtapiPassThru: Restart failed packetsAlbecki, Mateusz2-125/+182
2020-11-11MdeModulePkg/AtaAtapiPassThru: Add SATA error recovery flowAlbecki, Mateusz2-24/+159
2020-11-11MdeModulePkg/AtaAtapiPassThru: Check IS to check for command completionAlbecki, Mateusz2-171/+132
2020-11-02MdeModulePkg/XhciDxe: Retry device slot init on failureJon Hunter2-10/+25
2020-10-27MdeModulePkg/XhciDxe: Error handle for USB slot initialization failureLuo, Heng1-1/+8
2020-09-29MdeModulePkg/XhciDxe: Fix Broken TimeoutsPatrick Henz2-28/+94
2020-09-18MdeModulePkg/NonDiscoverablePciDeviceDxe: Add NULL pointer checkJeff Brasen1-0/+4
2020-08-19MdeModulePkg: Fix spelling mistake for occurredMichael D Kinney1-2/+2
2020-04-21MdeModulePkg/UfsPassThruDxe: Use BaseLib linked list iteration macrosMichael Kubacki3-10/+5
2020-04-21MdeModulePkg/XhciDxe: Use BaseLib linked list iteration macrosMichael Kubacki2-12/+6
2020-04-21MdeModulePkg/EhciPei: Use BaseLib linked list iteration macrosMichael Kubacki4-17/+9
2020-04-21MdeModulePkg/EhciDxe: Use BaseLib linked list iteration macrosMichael Kubacki4-22/+12
2020-04-16MdeModulePkg/NonDiscoverablePciDeviceDxe: use standard PCI_MAX_BAR macroLaszlo Ersek2-4/+2
2020-03-27MdeModulePkg/SdDxe: Check the Token to avoid null pointerGuomin Jiang1-1/+8
2020-03-05MdeModulePkg/Pci: Fixed Asserts in SCT PCIIO Protocol Test.Gaurav Jain2-3/+155
2020-03-05MdeModulePkg/SdMmcPciHcDxe: Fix PIO transfer modeAlbecki, Mateusz2-21/+114
2020-03-05MdeModulePkg/SdMmcPciHcDxe: Do not map memory for non DMA transferAlbecki, Mateusz1-27/+61
2020-03-05MdeModulePkg/SdMmcPciHcDxe: Refactor data transfer completionAlbecki, Mateusz1-69/+112
2020-03-05MdeModulePkg/SdMmcPciHcDxe: Read response on command completionAlbecki, Mateusz2-58/+144
2020-03-05MdeModulePkg/SdMmcPciHcDxe: Enhance driver tracesAlbecki, Mateusz1-0/+87
2020-03-05MdeModulePkg/SdMmcPciHcDxe: Send SEND_STATUS at lower frequencyAlbecki, Mateusz4-24/+69
2020-02-18MdeModulePkg/SdMmcPciHcDxe: Fix double PciIo Unmap in TRB creation (CVE-2019-...Hao A Wu1-1/+2
2020-02-14MdeModulePkg: Issues reported by ECC in EDK2.GuoMinJ2-3/+3
2020-02-10MdeModulePkg/Usb: Fix various typosAntoine Coeur8-17/+17
2020-02-10MdeModulePkg/UsbBus: Fix various typosAntoine Coeur12-27/+27
2020-02-10MdeModulePkg/UsbMouse: Fix few typosAntoine Coeur6-6/+6
2020-02-10MdeModulePkg/UsbMass: Fix various typosAntoine Coeur8-14/+14