summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg DxeCore: Remove unreferenced symbol for memory profileStar Zeng2017-03-151-6/+6
* MdeModulePkg PiSmmCore: Remove unreferenced symbol for SMRAM profileStar Zeng2017-03-151-10/+8
* MdeModulePkg/SdMmc: Add break to avoid dead loop when polling OCR RegFeng Tian2017-03-134-3/+36
* MdeModulePkg/SmmCore: Add Context in SmiHandlerProfileUnregister.Jiewen Yao2017-03-132-22/+89
* MdeModulePkg/SmiHandlerProfile: Add Context support in UnregisterJiewen Yao2017-03-132-3/+48
* MdeModulePkg/Print2: Refine the comment for ASCII_VALUE_TO_STRING_SHao Wu2017-03-131-2/+1
* MdeModulePkg/PrintLib: Refine the comment for AsciiValueToStringS APIHao Wu2017-03-131-2/+1
* MdeModulePkg/UefiBootManagerLib: Generate boot description for NVMERuiyu Ni2017-03-133-2/+107
* MdeModulePkg/CapsuleLib: Free the buffer returned by GetVariable2 APIHao Wu2017-03-131-0/+4
* MdeModulePkg/CapsuleLib: Add lib destructors to handle unclosed eventsHao Wu2017-03-134-13/+65
* MdeModulePkg/PlatVarCleanupLib: Add lib destructor for unclosed eventHao Wu2017-03-132-4/+32
* MdeModulePkg/AcpiTableDxe: improve FADT.{DSDT,X_DSDT} mutual exclusionLaszlo Ersek2017-03-091-3/+59
* MdeModulePkg/AcpiTableDxe: condense whitespace around FADT.{DSDT,X_DSDT}Laszlo Ersek2017-03-091-14/+6
* MdeModulePkg/DxeCore: Fix coding style issuesBi, Dandan2017-03-072-2/+23
* MdeModulePkg: Add PROMPT&HELP string of pcd to UNI fileBi, Dandan2017-03-072-1/+39
* 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