summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-05MdeModulePkg: Add ARM/Aarch64 support which were missingZhiguang Liu1-1/+1
2019-12-05MdeModulePkg: LzmaCustomDecompressLib.inf don't support EBC anymoreZhiguang Liu2-2/+2
2019-12-04MdeModulePkg/MdeModulePkg.uni: Add missing strings for PCDShenglei Zhang1-0/+12
2019-12-02MdeModulePkg/VariableSmmRuntimeDxe.inf: list local header "Variable.h"Laszlo Ersek1-0/+1
2019-11-25MdeModulePkg/Variable: Initialize local variable "RtPtrTrack"edk2-stable201911Kubacki, Michael A1-0/+2
2019-11-25MdeModulePkg/Variable: Initialize local variable "Variable"Kubacki, Michael A1-0/+2
2019-11-20MdeModulePkg/NvmExpressDxe: Fix wrong queue size for async IO queuesSean Brogan2-3/+5
2019-11-15MdeModulePkg RegularExpressionDxe: Update tool chain name to CLANGPDBLiming Gao1-1/+1
2019-11-15MdeModulePkg: Unify the definitions of size_tZhiguang Liu2-10/+2
2019-11-15MdeModulePkg/Variable: Fix volatile variable RT cache update logicMichael Kubacki1-3/+3
2019-11-11MdeModulePkg: Add YAML file for CI buildsMichael D Kinney1-0/+80
2019-11-11MdeModulePkg/Pci: Add DeviceSecurity support.Jiewen Yao5-4/+94
2019-11-11MdeModulePkg/dec: Add EdkiiDeviceSecurityProtocolGuid.Jiewen Yao1-0/+5
2019-11-11MdeModulePkg/Include: Add DeviceSecurity.hJiewen Yao1-0/+162
2019-11-09MdeModulePkg/Core/Dxe: free page 0 after disabling NULL pointer detectionJian J Wang1-0/+5
2019-11-09MdeModulePkg/DxeIplPeim: reserve page 0 for NULL pointer detectionJian J Wang2-0/+8