summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus
AgeCommit message (Expand)AuthorFilesLines
2022-12-12MdeModulePkg: SdMmcPciHcDxe: Fix issue that SD1.0 cards can't be recognizedChevron Li (WH)1-10/+24
2022-12-12MdeModulePkg/Ata: Fix command status reportingAlbecki, Mateusz1-8/+11
2022-12-08MdeModulePkg: Put USB DEBUGs that occur for bulk timeouts under VERBOSERebecca Cran4-6/+20
2022-11-04MdeModulePkg/Ufs :Coverity scan flags multiple issues in edk2-stable202205Sivaparvathi C2-13/+24
2022-11-04MdeModulePkg/scsi :Coverity scan flags multiple issues in edk2-stable202205Sivaparvathi C2-10/+19
2022-10-31MdeModulePkg/ScsiDiskDxe: Update proper device name for ScsiDisk driveCheripally Gopi3-2/+62
2022-10-25MdeModulePkg: Fix spelling error in PciSioSerialDxeNate DeSimone1-1/+1
2022-10-25Ps2KbdCtrller: Make wait for SUCCESS after BAT non-fatalMatt DeVillier1-7/+1
2022-10-20MdeModulePkg/XhciDxe: Add boundary check for TRB ring allocationjdzhang3-22/+47
2022-10-14Fix bug on SRIOV ReservedBusNum when ARI enable.Foster Nong3-1/+29
2022-10-14MdeModulePkg: Fixed extra 1 SR-IOV reserved busFoster Nong1-1/+1
2022-10-08MdeModulePkg: Handle InitialVFs=0 case for SR-IOVFoster Nong1-6/+10
2022-10-01MdeModulePkg/NonDiscoverablePciDeviceDxe: Allow partial FreeBufferJeff Brasen via groups.io1-2/+62
2022-09-27MdeModulePkg/XhciDxe: Input context update for Evaluate Context commandjdzhang1-2/+12
2022-09-15MdeModulePkg/AhciPei: Fix MMIO base assignmentCzajkowski, Maciej1-2/+4
2022-09-13MdeModulePkg: Use configurable PCD for AHCI command retriesBaraneedharan Anbazhagan2-2/+3
2022-09-09MdeModulePkg: Fix imbalanced debug macrosMichael Kubacki3-6/+6
2022-09-01MdeModulePkg/NvmExpressPei: Use PCI_DEVICE_PPI to manage Nvme deviceChen, Xiao X4-247/+483
2022-08-12MdeModulePkg: Enhance bus scan for all root bridge instancesFoster Nong1-4/+14
2022-08-05MdeModulePkg/AhciPei: Use PCI_DEVICE_PPI to manage AHCI deviceCzajkowski, Maciej4-214/+381
2022-06-27MdeModulePkg/XhciDxe: Add access xHCI Extended Capabilities PointerIan Chiu4-16/+296
2022-06-22MdeModulePkg/XhciDxe: Check return value of XHC_PAGESIZE registerLuo, Heng1-2/+8
2022-04-02MdeModulePkg: Update PciEnumeratorSupport to ignore OptionRom if neededMin Xu2-5/+22
2022-03-29MdeModulePkg/Ufs: bRefClkFreq attribute be programmed after fDeviceInitBandaru, Purna Chandra Rao1-17/+17
2022-03-25MdeModulePkg/NvmExpressPei: fix check for NVM command setMara Sophie Grosch via groups.io1-1/+1
2022-03-25MdeModulePkg/NvmExpressDxe: fix check for Cap.CssMara Sophie Grosch via groups.io1-1/+1
2022-03-17MdeModulePkg/SdMmcPciHcDxe: Make timeout for SD card configurableSean Rhodes2-1/+6
2022-03-10MdeModulePkg: Add bRefClkFreq card attribute programming supportBandaru, Purna Chandra Rao2-19/+61
2022-03-07MdeModulePkg: Add a check for metadata size in NvmExpress DriverMa, Hua2-3/+33
2022-03-03MdeModulePkg/Usb/Keyboard.c: Don't request protocol before settingSean Rhodes1-13/+5
2022-02-28MdeModulePkg: Correct high-memory use in NvmExpressDxeTomas Pilar2-25/+28
2022-02-04MdeModulePkg/Bus/Pci/PciBusDxe: Support platform PCI ROM overrideMichael D Kinney1-3/+2
2022-01-24MdeModulePkg/SdMmcPciHcDxe: Robust improvements for SD card 1.8V switchAiman Rosli1-3/+36
2022-01-04MdeModulePkg: Put off UFS HCS.DP checking to fix timing problemKe, VincentX1-28/+19
2022-01-04MdeModulePkg: Refactoring UFS DME request and fix timing problemKe, VincentX1-139/+187
2022-01-04MdeModulePkg: Replace with UFS_UNIT_DESC to fix timeout problemKe, VincentX1-12/+11
2021-12-29MdeModulePkg/PciBusDxe: Enumerator to check for RCiEP before looking for RPRay Ni1-1/+25
2021-12-23MdeModulePkg/UsbBusDxe: fix NOOPT build errorGerd Hoffmann2-2/+2
2021-12-09MdeModulePkg/Bus/Pci/UhciDxe: Fix the UsbHc memory allocate and free issuejdzhang1-4/+4
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