summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-21MdeModulePkg/PrintLib: Refine the SPrint functionsHao Wu2-225/+344
2017-02-21MdeModulePkg/PciBusDxe: Refine code to make it more readableRuiyu Ni1-18/+12
2017-02-21MdeModulePkg/SdMmc: Avoid assigning 0 to the BlockSize of TrbHao Wu3-6/+6
2017-02-20MdeModulePkg:Generate the correct operational state of the interface.Zhang Lubo1-5/+6
2017-02-17MdeModulePkg/PciBusDxe: Fix IA32 build failureRuiyu Ni1-10/+10
2017-02-16MdeModulePkg UefiBootManagerLib: Correct usages of GUID and ProtocolLiming Gao1-25/+29
2017-02-10MdeModulePkg/IncompatiblePci: Use MAX_UINTN to match any IDsRuiyu Ni1-5/+5
2017-02-10MdeModulePkg/IncompatiblePciDevice: Do not use deprecated macrosRuiyu Ni1-55/+53
2017-02-10MdeModulePkg/PciBus: Accept Spec values as BarIndex and AlignmentRuiyu Ni1-14/+22
2017-02-10MdeModulePkg/PciSioSerialDxe: Use MAX_UINT8 instead of PCI_BAR_ALLRuiyu Ni1-1/+1