summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2020-03-05MdeModulePkg/SdMmcPciHcDxe: Enhance driver tracesAlbecki, Mateusz1-0/+87
2020-03-05MdeModulePkg/SdMmcPciHcDxe: Send SEND_STATUS at lower frequencyAlbecki, Mateusz4-24/+69
2020-03-04MdeModulePkg/PiSmmCore: log SMM image start failureLaszlo Ersek1-0/+6
2020-03-04MdeModulePkg/DxeCore: defer PE/COFF emulator registration to StartImageArd Biesheuvel1-11/+13
2020-02-19MdeModulePkg: Make retval in UninstallMultipleProtocol follow SpecHeinrich Schuchardt1-6/+14
2020-02-18MdeModulePkg/SdMmcPciHcDxe: Fix double PciIo Unmap in TRB creation (CVE-2019-...Hao A Wu1-1/+2
2020-02-14MdeModulePkg/DisplayEngine: Zero memory before free (CVE-2019-14558)Dandan Bi1-2/+6
2020-02-14MdeModulePkg/String.c: Zero memory before free (CVE-2019-14558)Dandan Bi1-1/+8
2020-02-14MdeModulePkg/HiiDB: Remove configuration table when it's freed (CVE-2019-14586)Dandan Bi1-1/+9
2020-02-14MdeModulePkg: Issues reported by ECC in EDK2.GuoMinJ3-3/+7
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
2020-02-10MdeModulePkg/UsbBusDxe: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2020-02-10MdeModulePkg/Core/PiSmmCore: Fix various typosAntoine Coeur14-53/+53
2020-02-10MdeModulePkg/Core/Pei: Fix various typosAntoine Coeur5-11/+11
2020-02-10MdeModulePkg/Bus/Sd: Fix various typosAntoine Coeur13-33/+33
2020-02-10MdeModulePkg/Bus/Scsi: Fix various typosAntoine Coeur4-26/+26
2020-02-10MdeModulePkg/Bus/Isa: Fix various typosAntoine Coeur11-37/+37
2020-02-10MdeModulePkg/Bus/I2c: Fix few typosAntoine Coeur3-5/+5
2020-02-10MdeModulePkg/Bus/Ata: Fix various typosAntoine Coeur13-45/+45
2020-02-10MdeModulePkg/Application: Fix various typosAntoine Coeur6-7/+7
2020-02-10MdeModulePkg/Application: Improve French translationAntoine Coeur1-3/+3
2020-02-07MdeModulePkg: Add DxeResetSystemLib unit testMichael D Kinney6-1/+428
2020-02-07MdeModulePkg/PiDxeS3BootScriptLib: Fix potential numeric truncation (CVE-2019...Hao A Wu1-1/+51
2020-02-07MdeModulePkg/Capsule: Remove RT restriction in UpdateCapsule service.Siyuan Fu4-6/+20
2020-02-06MdeModulePkg/BaseSerialPortLib16550: Fix Serial Port ReadyAshish Singhal1-1/+1
2020-02-06MdeModulePkg: Perform test only if not ignore memory testHeng Luo1-4/+6
2020-01-19MdeModulePkg/CapsuleApp: Enhance CapsuleApp for Fmp Capsule DependencyXu, Wei61-1/+15
2020-01-19MdeModulePkg/SdMmcPciHcDxe: Add retries for async commandsAlbecki, Mateusz1-2/+4
2020-01-19MdeModulePkg/SdMmcPciHcDxe: Add retries for sync commandsAlbecki, Mateusz3-30/+59
2020-01-19MdeModulePkg/SdMmcPciHcDxe: Refactor command error detectionAlbecki, Mateusz1-75/+140
2020-01-19MdeModulePkg/SdMmcPciHcDxe: Fix DAT lane SW resetAlbecki, Mateusz1-2/+2
2020-01-17MdeModulePkg/Variable: Fix VarErrorFlag RT cache offset calculationMichael Kubacki1-3/+3
2020-01-15MdeModulePkg/Setup: Update opcode number variable type to UINTNBrian R Haug1-9/+9
2020-01-14MdeModulePkg/UefiBootManagerLib: log reserved mem allocation failureLaszlo Ersek1-0/+31
2020-01-13MdeModulePkg/SdMmcPciHcDxe: Fix unknown doxygen tag errorAlbecki, Mateusz2-2/+2
2020-01-10MdeModulePkg: remove EnterS3WithImmediateWake () from ResetSystemLibArd Biesheuvel5-64/+0
2020-01-08MdeModulePkg: Add EDK2 Platform Boot Manager ProtocolAshish Singhal5-7/+124
2020-01-06MdeModulePkg/UsbMouseAbsolutePointer: Fix endpoint selectionMrChromebox1-2/+3
2020-01-06MdeModulePkg/Usb/UsbMouse: Fix endpoint selectionMrChromebox1-2/+3
2020-01-06MdeModulePkg/Usb/EfiKey: Fix endpoint selectionMrChromebox1-2/+3
2020-01-06MdeModulePkg/Smbios: Add TCG PFP rev 105 support.Jiewen Yao2-5/+39
2020-01-06MdeModulePkg/dec: add PcdTcgPfpMeasurementRevision PCDJiewen Yao1-0/+8
2020-01-06MdeModulePkg/Smbios: Done measure Smbios multiple times.Jiewen Yao1-2/+2
2020-01-06MdeModulePkg/SdMmcPciHcDxe: Add function to start SD clockAlbecki, Mateusz3-12/+47
2020-01-06MdeModulePkg/SdMmcPciHcDxe: Hook SwitchClockFreq after SD clock startAlbecki, Mateusz5-142/+81
2019-12-11MdeModulePkg PeiCore: Improve comment semanticsMichael Kubacki6-27/+31
2019-12-11MdeModulePkg PeiCore: Fix typosMichael Kubacki12-112/+112