summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/PeiCore: honour minimal runtime allocation granularityArd Biesheuvel2017-03-061-2/+37
* MdeModulePkg/PiSmmCore: switch to MdePkg allocation granularity macrosArd Biesheuvel2017-03-063-11/+5
* MdeModulePkg/DxeCore: switch to MdePkg allocation granularity macrosArd Biesheuvel2017-03-066-47/+22
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-0634-118/+110
* MdeModulePkg: Refine type cast for pointer subtractionHao Wu2017-03-0611-24/+24
* MdeModulePkg: Variable: Update DBT PCR[7] measureZhang, Chao B2017-03-061-2/+11
* MdeModulePkg/PrintLib: Add deprecated flag for APIs [A|U]ValueToStringHao Wu2017-03-021-0/+12
* MdeModulePkg/PrintDxe: Handle the deprecation of [A|U]ValueToStringHao Wu2017-03-021-2/+90
* MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-0215-58/+256
* MdeModulePkg: use LShiftU64() instead of "<<" to avoid IA32 build error.Fu Siyuan2017-03-012-2/+2
* MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe: Add support for PCD PcdPte...Leo Duran2017-03-014-6/+23
* MdeModulePkg/Universal/CapsulePei: Add support for PCD PcdPteMemoryEncryption...Leo Duran2017-03-014-11/+37
* MdeModulePkg/Core/DxeIplPeim: Add support for PCD PcdPteMemoryEncryptionAddre...Leo Duran2017-03-014-11/+50
* MdeModulePkg: Add PCD PcdPteMemoryEncryptionAddressOrMaskLeo Duran2017-03-011-0/+8
* MdeModulePkg/DxeCore: implement memory protection policyArd Biesheuvel2017-02-285-1/+409
* MdeModulePkg: define PCD for DXE memory protection policyArd Biesheuvel2017-02-281-0/+32
* MdeModulePkg/DxeCore: use separate lock for pool allocationsArd Biesheuvel2017-02-281-10/+48
* MdeModulePkg/EbcDxe: use EfiBootServicesCode memory for thunksArd Biesheuvel2017-02-286-4/+41
* MdeModulePkg/PeiCore: allocate BootServicesCode memory for PE/COFF imagesArd Biesheuvel2017-02-281-9/+14
* MdeModulePkg: Fix coding style issuesDandan Bi2017-02-283-2/+16
* MdeModulePkg/BMMUiLib: Replace same logic with API in UefiBootManagerLibDandan Bi2017-02-282-228/+11
* MdeModulePkg/NetLib: Use StrToIpv4/6Address in BaseLibRuiyu Ni2017-02-282-355/+32
* MdeModulePkg/CapsuleApp: Use StrToGuid in BaseLibRuiyu Ni2017-02-282-161/+6
* MdeModulePkg/Ip4Dxe: Ignore duplicated DNS address checkJiaxin Wu2017-02-271-10/+0
* MdeModulePkg/DxeCore: base code protection on permission attributesArd Biesheuvel2017-02-261-1/+9
* MdeModulePkg PerformanceLib: Fix GCC build failure caused by cfb0abaStar Zeng2017-02-242-3/+3
* MdeModulePkg SmmSmiHandlerProfileLib: Fix GCC build failureStar Zeng2017-02-241-1/+1
* MdeModulePkg: Add performance property configuration tableStar Zeng2017-02-236-5/+58
* MdeModulePkg: Update the Ethernet interface name.Zhang Lubo2017-02-231-1/+1
* MdeModulePkg/dsc: add SmiHandlerProfile to dsc.Jiewen Yao2017-02-221-0/+2
* MdeModulePkg/App: Add SmiHandlerProfile dump app.Jiewen Yao2017-02-224-0/+791
* MdeModulePkg/PiSmmCore: Add SmiHandlerProfile support.Jiewen Yao2017-02-225-36/+1381
* MdeModulePkg/SmmSmiHandlerProfileLib: Add SMM instance.Jiewen Yao2017-02-223-0/+173
* MdeModulePkg/dec: Add PcdSmiHandlerProfilePropertyMask.Jiewen Yao2017-02-221-0/+6
* MdeModulePkg/include: Add SmiHandlerProfile header file.Jiewen Yao2017-02-222-0/+180
* MdeModulePkg/DxeCore: Add UEFI image protection.Jiewen Yao2017-02-226-26/+845
* MdeModulePkg/dec: add PcdImageProtectionPolicy.Jiewen Yao2017-02-221-0/+10
* MdeModulePkg/BMMUiLib: Remove old useless data before new save actionDandan Bi2017-02-212-2/+47
* MdeModulePkg/HiiDatabase: clean the value before setting default stringDandan Bi2017-02-211-2/+15
* MdeMoudlePkg/DisplayEngine: Fix incorrect index used in array "InputText"Dandan Bi2017-02-211-15/+18
* MdeModulePkg/PrintLib: Add safe print functions [A|U]ValueToStringSHao Wu2017-02-211-0/+127
* MdeModulePkg/PrintLib: Use EFI_PRINT2S_PROTOCOL for this instanceHao Wu2017-02-213-21/+49
* MdeModulePkg: Add the EFI_PRINT2S_PROTOCOLHao Wu2017-02-215-13/+175
* MdeModulePkg: Refine the services comments in EFI_PRINT2_PROTOCOLHao Wu2017-02-211-156/+205
* MdeModulePkg/PrintLib: Refine the SPrint functionsHao Wu2017-02-212-225/+344
* MdeModulePkg/PciBusDxe: Refine code to make it more readableRuiyu Ni2017-02-211-18/+12
* MdeModulePkg/SdMmc: Avoid assigning 0 to the BlockSize of TrbHao Wu2017-02-213-6/+6
* MdeModulePkg:Generate the correct operational state of the interface.Zhang Lubo2017-02-201-5/+6
* MdeModulePkg/PciBusDxe: Fix IA32 build failureRuiyu Ni2017-02-171-10/+10
* MdeModulePkg UefiBootManagerLib: Correct usages of GUID and ProtocolLiming Gao2017-02-161-25/+29