summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran47-181/+181
2023-04-10MdeModulePkg: HOST_APPLICATION IA32/X64 onlyMichael D Kinney2-2/+2
2023-04-10MdeModulePkg/Library/UefiSortLib: Add GoogleTestLib exampleChris Johnson4-2/+100
2023-04-07MdeModulePkg: Enable forward edge CFI in mem attributes tableArd Biesheuvel3-1/+19
2023-04-03MdeModulePkg: Fix conditionally uninitialized variablesMichael Kubacki9-56/+80
2023-04-03MdeModulePkg/SmbiosDxe: Fix pointer and buffer overflow CodeQL alertsErich McMillan1-6/+2
2023-04-01MdeModulePkg: Consume new alignment-related macrosMarvin Häuser14-47/+36
2023-04-01MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisionsMarvin Häuser14-43/+43
2023-03-31MdeModulePkg/Ahci: Skip retry for non-transient errorsAlbecki, Mateusz2-5/+69
2023-03-30MdePkg: Update MemoryAttributesTable to v2.10Ard Biesheuvel1-1/+1
2023-03-27MdeModulePkg/Include/Ppi: Add FirmwareVolumeShadowPpiUmang Patel2-0/+64
2023-03-17MdeModulePkg/BmBoot: Skip removable media if it is not presentMatt DeVillier1-0/+9
2023-03-08MdeModulePkg: Dxe: add RISCV64 to mMachineTypeInfoAndrei Warkentin1-1/+2
2023-03-07MdeModulePkg: Improve formatting of DEBUG messages in UsbBusDxeRebecca Cran4-11/+11
2023-02-15MdeModulePkg/Library: PcdAcpiS3Enable set FALSE cause Assertlijun10x1-24/+108
2023-02-15MdeModulePkg/Variable: Attribute combination should return EFI_UNSUPPORTEDStuart Yoder1-1/+5
2023-02-15MdeModulePkg/EsrtFmpDxe: Support multiple devices with 0 HardwareInstancedevel@edk2.groups.io1-9/+13
2023-02-15MdeModulePkg/Pci: Display more information of PCIe devicesAbner Chang1-2/+5
2023-02-07MdeModulePkg: EfiUnacceptedMemoryType is not allowed in AllocatePoolMin M Xu1-1/+1
2023-02-07MdeModulePkg: Disambiguate the meaning of PcdDxeIplSwitchToLongModeZhiguang Liu1-3/+1
2023-02-04MdeModulePkg: ScsiDiskDxe: clean up comment in ScsiDisk.cYuan Yu1-4/+0
2023-02-02MdeModulePkg/Bus/Ata/AhciPei: Fix DEADCODE Coverity issueRanbir Singh1-4/+0
2023-02-02MdeModulePkg: ScsiBusDxe: Refactor DiscoverScsiDevice()Yuan Yu2-20/+23
2023-01-30MdeModulePkg: Correct memory type in PrePiDxeCis.hDionna Glaze via groups.io1-1/+1
2023-01-20MdeModulePkg: remove garbage pixels in LaffStd glyphsdevel@edk2.groups.io1-5/+5
2023-01-19MdeModulePkg: Add IpmiCommandLibAbner Chang2-0/+8
2023-01-19MdeModulePkg/IpmiCommandLib: Add NULL instance libraryAbner Chang5-0/+757
2023-01-19MdeModulePkg/Include: Add IpmiCommandLib header fileAbner Chang1-0/+683
2023-01-16MdeModulePkg/XhciPei: Unlinked XhciPei memory blockAbner Chang1-2/+29
2023-01-16MdeModulePkg/Usb: Read a large number of blocksAbner Chang1-13/+12
2023-01-16MdeModulePkg/Xhci: Initial XHCI DCI slot's Context valueAbner Chang2-0/+14
2023-01-12MdeModulePkg: Notify BeforeExitBootServices in CoreExitBootServicesDionna Glaze2-0/+7
2023-01-04MdeModulePkg/Bus/Pci/XhciDxe: Reset port if status change returns an errorSean Rhodes1-1/+10
2022-12-21MdeModulePkg/Bus/Pci/XhciDxe: Check port is compatible before getting PSIVSean Rhodes3-11/+36
2022-12-21MdeModulePkg/XhciDxe/Xhci: Don't check for invalid PSIVMatt DeVillier1-19/+25
2022-12-19MdeModulePkg: Supporting S3 in 64bit PEIKuo, Ted3-13/+22
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/DxeCore: Use correct type for alignment maskArd Biesheuvel1-1/+1
2022-12-08MdeModulePkg: Put USB DEBUGs that occur for bulk timeouts under VERBOSERebecca Cran4-6/+20
2022-12-01MdeModulePkg: Disable PciDegrade support for LoongArch64Dongyan Qian1-1/+1
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-11-04MdeModulePkg/PiSmmCore: SmmEntryPoint underflow (CVE-2021-38578)Miki Demeter5-15/+60
2022-11-01MdeModulePkg: Update Dxe to handle unaccepted memory typeMin M Xu2-17/+52
2022-11-01MdePkg: Add UEFI Unaccepted memory definitionMin M Xu1-0/+25
2022-11-01MdeModulePkg: Add PrePiHob.hMin M Xu1-0/+20
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