summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus
AgeCommit message (Expand)AuthorFilesLines
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
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