summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2017-03-13MdeModulePkg/CapsuleLib: Add lib destructors to handle unclosed eventsHao Wu4-13/+65
2017-03-13MdeModulePkg/PlatVarCleanupLib: Add lib destructor for unclosed eventHao Wu2-4/+32
2017-03-09MdeModulePkg/AcpiTableDxe: improve FADT.{DSDT,X_DSDT} mutual exclusionLaszlo Ersek1-3/+59
2017-03-09MdeModulePkg/AcpiTableDxe: condense whitespace around FADT.{DSDT,X_DSDT}Laszlo Ersek1-14/+6
2017-03-07MdeModulePkg/DxeCore: Fix coding style issuesBi, Dandan2-2/+23
2017-03-07MdeModulePkg: Add PROMPT&HELP string of pcd to UNI fileBi, Dandan2-1/+39
2017-03-06MdeModulePkg/PeiCore: honour minimal runtime allocation granularityArd Biesheuvel1-2/+37
2017-03-06MdeModulePkg/PiSmmCore: switch to MdePkg allocation granularity macrosArd Biesheuvel3-11/+5
2017-03-06MdeModulePkg/DxeCore: switch to MdePkg allocation granularity macrosArd Biesheuvel6-47/+22
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu34-118/+110
2017-03-06MdeModulePkg: Refine type cast for pointer subtractionHao Wu11-24/+24
2017-03-06MdeModulePkg: Variable: Update DBT PCR[7] measureZhang, Chao B1-2/+11
2017-03-02MdeModulePkg/PrintLib: Add deprecated flag for APIs [A|U]ValueToStringHao Wu1-0/+12
2017-03-02MdeModulePkg/PrintDxe: Handle the deprecation of [A|U]ValueToStringHao Wu1-2/+90
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu15-58/+256
2017-03-01MdeModulePkg: use LShiftU64() instead of "<<" to avoid IA32 build error.Fu Siyuan2-2/+2
2017-03-01MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe: Add support for PCD PcdPte...Leo Duran4-6/+23
2017-03-01MdeModulePkg/Universal/CapsulePei: Add support for PCD PcdPteMemoryEncryption...Leo Duran4-11/+37
2017-03-01MdeModulePkg/Core/DxeIplPeim: Add support for PCD PcdPteMemoryEncryptionAddre...Leo Duran4-11/+50
2017-03-01MdeModulePkg: Add PCD PcdPteMemoryEncryptionAddressOrMaskLeo Duran1-0/+8
2017-02-28MdeModulePkg/DxeCore: implement memory protection policyArd Biesheuvel5-1/+409
2017-02-28MdeModulePkg: define PCD for DXE memory protection policyArd Biesheuvel1-0/+32
2017-02-28MdeModulePkg/DxeCore: use separate lock for pool allocationsArd Biesheuvel1-10/+48
2017-02-28MdeModulePkg/EbcDxe: use EfiBootServicesCode memory for thunksArd Biesheuvel6-4/+41
2017-02-28MdeModulePkg/PeiCore: allocate BootServicesCode memory for PE/COFF imagesArd Biesheuvel1-9/+14
2017-02-28MdeModulePkg: Fix coding style issuesDandan Bi3-2/+16
2017-02-28MdeModulePkg/BMMUiLib: Replace same logic with API in UefiBootManagerLibDandan Bi2-228/+11
2017-02-28MdeModulePkg/NetLib: Use StrToIpv4/6Address in BaseLibRuiyu Ni2-355/+32
2017-02-28MdeModulePkg/CapsuleApp: Use StrToGuid in BaseLibRuiyu Ni2-161/+6
2017-02-27MdeModulePkg/Ip4Dxe: Ignore duplicated DNS address checkJiaxin Wu1-10/+0
2017-02-26MdeModulePkg/DxeCore: base code protection on permission attributesArd Biesheuvel1-1/+9
2017-02-24MdeModulePkg PerformanceLib: Fix GCC build failure caused by cfb0abaStar Zeng2-3/+3
2017-02-24MdeModulePkg SmmSmiHandlerProfileLib: Fix GCC build failureStar Zeng1-1/+1
2017-02-23MdeModulePkg: Add performance property configuration tableStar Zeng6-5/+58
2017-02-23MdeModulePkg: Update the Ethernet interface name.Zhang Lubo1-1/+1
2017-02-22MdeModulePkg/dsc: add SmiHandlerProfile to dsc.Jiewen Yao1-0/+2
2017-02-22MdeModulePkg/App: Add SmiHandlerProfile dump app.Jiewen Yao4-0/+791
2017-02-22MdeModulePkg/PiSmmCore: Add SmiHandlerProfile support.Jiewen Yao5-36/+1381
2017-02-22MdeModulePkg/SmmSmiHandlerProfileLib: Add SMM instance.Jiewen Yao3-0/+173
2017-02-22MdeModulePkg/dec: Add PcdSmiHandlerProfilePropertyMask.Jiewen Yao1-0/+6
2017-02-22MdeModulePkg/include: Add SmiHandlerProfile header file.Jiewen Yao2-0/+180
2017-02-22MdeModulePkg/DxeCore: Add UEFI image protection.Jiewen Yao6-26/+845
2017-02-22MdeModulePkg/dec: add PcdImageProtectionPolicy.Jiewen Yao1-0/+10
2017-02-21MdeModulePkg/BMMUiLib: Remove old useless data before new save actionDandan Bi2-2/+47
2017-02-21MdeModulePkg/HiiDatabase: clean the value before setting default stringDandan Bi1-2/+15
2017-02-21MdeMoudlePkg/DisplayEngine: Fix incorrect index used in array "InputText"Dandan Bi1-15/+18
2017-02-21MdeModulePkg/PrintLib: Add safe print functions [A|U]ValueToStringSHao Wu1-0/+127
2017-02-21MdeModulePkg/PrintLib: Use EFI_PRINT2S_PROTOCOL for this instanceHao Wu3-21/+49
2017-02-21MdeModulePkg: Add the EFI_PRINT2S_PROTOCOLHao Wu5-13/+175
2017-02-21MdeModulePkg: Refine the services comments in EFI_PRINT2_PROTOCOLHao Wu1-156/+205