summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2017-12-25MdeModulePkg: Update PCD driver to support the optimized PcdDataBaseLiming Gao8-460/+346
2017-12-25MdeModulePkg PCD: Enable Firmware to retrieve the default settingLiming Gao3-1/+111
2017-12-25MdeModulePkg HiiDataBase: Enable Firmware to retrieve the default settingLiming Gao3-2/+523
2017-12-25MdeModulePkg: Enable Firmware to retrieve the default settingLiming Gao3-0/+89
2017-12-25MdeModulePkg VariableDxe: Update it supports normal format variable storageLiming Gao1-1/+112
2017-12-22MdeModulePkg/DpcLib: return error if failed to locate DPC protocol.Fu Siyuan1-1/+1
2017-12-22MdeModulePkg: Clarify usage of PcdHeapGuardPropertyMaskJian J Wang2-4/+12
2017-12-22MdeModulePkg/Ip4Dxe: Clean up IP4 interface if failed to open ARP protocol.Fu Siyuan1-0/+1
2017-12-22MdeModulePkg/Ip4Dxe: Remove redundant code in Ip4Config2InitInstance().Fu Siyuan1-12/+0
2017-12-22MdeModulePkg/IpIoLib: Check the input parameters before use them.Fu Siyuan2-25/+68
2017-12-22MdeModulePkg/IpIoDxe: Update API description to match the function implementa...Fu Siyuan2-8/+30
2017-12-22MdeModulePkg/IpIoLib: add more error handling code to DxeIpIoLib.Fu Siyuan2-37/+58
2017-12-19MdeModulePkg/Core: Fix incorrect memory map generated in a rare caseJian J Wang2-4/+4
2017-12-18MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang27-16/+21
2017-12-18MdeModulePkg/IpIoLib: return error instead of ASSERT if input parameter is in...Fu Siyuan2-13/+23
2017-12-18MdeModulePkg/Ip4Dxe: return error on memory allocate failure instead of ASSERT.Fu Siyuan1-4/+15
2017-12-15MdeModulePkg/Variable/RuntimeDxe: Modify function return statuschenc21-7/+19
2017-12-15MdeModulePkg/DxeIplPeim: fix incorrect page table split during protectingJian J Wang1-2/+4
2017-12-15MdeModulePkg PiSmmCore: Use SxDispatch in SmmEndOfDxeHandler()Star Zeng1-32/+33
2017-12-13MdeModulePkg PiSmmCore: Ensure SxDispatch not NULL before dereferencedStar Zeng1-1/+1
2017-12-13MdeModulePkg/Dhcp4Dxe: Check Media status before starting DHCP process.Jiaxin Wu1-1/+12
2017-12-13MdeModulePkg/Ip4Dxe: Cleanup the resource after error happen during Ip4StartA...Jiaxin Wu1-9/+37
2017-12-13MdeModulePkg/UefiPxeBcDxe: Discard the normal ICMP packets and recycle the re...Jiaxin Wu1-7/+7
2017-12-13MdeModulePkg/PiSmmCore: Fix issues in Heap GuardJian J Wang2-19/+76
2017-12-13MdeModulePkg/DxeCore: Fix issues in Heap GuardJian J Wang4-28/+88
2017-12-12MdeModulePkg/PiSmmCore: fix GCC build errorLaszlo Ersek1-1/+1
2017-12-12MdeModulePkg/Ip4Dxe: fix ICMP echo reply memory leakHeyi Guo1-0/+3
2017-12-12MdeModulePkg PiSmmCore: Unregister each other for LegacyBoot and EBSStar Zeng1-0/+22
2017-12-12MdeModulePkg PiSmmCore: Only install EndOfS3Resume during S3 resumeStar Zeng3-4/+77
2017-12-12MdeModulePkg: Rename SmmEndOfS3ResumeProtocolGuid to EndOfS3ResumeGuidStar Zeng5-16/+16
2017-12-12MdeModulePkg PiSmmIpl: Add missing update to the prototypeStar Zeng1-7/+17
2017-12-12MdeModulePkg/TcpIoLib: Cancel TCP token if connect/accept is timeout.Fu Siyuan1-0/+10
2017-12-12MdeModulePkg/TcpIoLib: Check input Timeout before calling CheckEvent() service.Fu Siyuan2-17/+17
2017-12-12MdeModulePkg/DxeIpl: Mark page table as read-onlyJian J Wang3-4/+364
2017-12-12MdeModulePkg: Correct function description for AllocateBufferStar Zeng4-6/+6
2017-12-11MdeModulePkg DxeIpl: Move ClearFirst4KPage/IsNullDetectionEnabled definitionStar Zeng2-27/+26
2017-12-11MdeModulePkg: loose VA_COPY with no matching VA_END on a return pathZenith4321-0/+1
2017-12-09MdeModulePkg/ScsiDisk: Return EFI_NO_MEDIA when no media presentsRuiyu Ni1-11/+30
2017-12-08MdeModulePkg/DxeIpl: Enable paging for Stack GuardJian J Wang4-15/+46
2017-12-08MdeModulePkg/Core/Dxe: Call new API InitializeCpuExceptionHandlersEx insteadJian J Wang1-1/+1
2017-12-08MdeModulePkg/CpuExceptionHandlerLibNull: Add new API implementationJian J Wang1-0/+34
2017-12-08MdeModulePkg/CpuExceptionHandlerLib.h: Add a new API InitializeCpuExceptionHa...Jian J Wang1-0/+97
2017-12-08MdeModulePkg/metafile: Add PCD PcdCpuStackGuardJian J Wang2-0/+14
2017-12-08MdeModulePkg/NetLib: Fix an error when AIP doesn't support network media stat...fanwang21-0/+18
2017-12-07MdeModulePkg PiSmmIpl: Handle CommSize OPTIONAL caseStar Zeng2-23/+40
2017-12-06MdeModulePkg/NetLib: Add NetLibDetectMediaWaitTimeout() API to support EFI_NO...fanwang23-0/+205
2017-12-06MdeModulePkg/DisplayEngineDxe: Remove unnecessary parentheses in 'if'Hao Wu1-1/+1
2017-12-06MdeModulePkg/PartitionDxe: Remove unnecessary parentheses in 'if'Hao Wu1-1/+1
2017-12-05MdeModulePkg/Core/Dxe: log informative memprotect msgs at DEBUG_INFO levelLaszlo Ersek1-4/+9
2017-12-05MdeModulePkg: Update PeiCore to pass XCODE tool chainLiming Gao1-1/+2