summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2018-01-19MdeModulePkg SectionExtractionPei: remove the hard code alignment adjustmentLiming Gao1-7/+2
2018-01-18MdeModulePkg/BootScriptExecutorDxe: remove NX attr for FfsBufferJian J Wang3-0/+16
2018-01-16MdeModulePkg: Update DebugSupportDxe to pass XCODE5 buildLiming Gao1-3/+3
2018-01-12MdeModulePkg/Ip4Dxe: Add an independent timer for reconfig checkingWang Fan3-22/+83
2018-01-11MdeModulePkg/Dhcp4Dxe: Free NET_BUF data after sent out to avoid memory leakWang Fan2-27/+19
2018-01-10MdeModulePkg/IScsiDxe: Set ExitBootServiceEvent to NULL after close it.Jiaxin Wu1-4/+7
2018-01-10MdeModulePkg: Freed packet buffer when error occurs to avoid memory leak.Wang Fan1-1/+5
2018-01-10MdeModulePkg: Fixed two issues when error occurs in Mtftp4Start.Wang Fan1-8/+12
2018-01-03MdeModulePkg: Add error handling when IP address is Class EWang Fan1-3/+12
2017-12-28MdeModulePkg HiiDataBase: Fix the potential NULL pointer accessLiming Gao1-3/+8
2017-12-27MdeModulePkg HiiDataBase: Fix the potential NULL pointer referenceLiming Gao1-4/+6
2017-12-27MdeModulePkg Variable: Use boolean type value instead of expressionLiming Gao1-1/+1
2017-12-26MdeModulePkg HiiDataBaseDxe: Add the check for the memory allocation returnLiming Gao1-0/+9
2017-12-26MdeModulePkg Variable: Update Pointer Minus with UINTN typeLiming Gao1-1/+1
2017-12-25MdeModulePkg HiiDataBaseDxe: Initialize the local variable before referenceLiming Gao1-0/+3
2017-12-25MdeModulePkg: Update PCD driver to support the optimized PcdDataBaseLiming Gao7-451/+321
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 VariableDxe: Update it supports normal format variable storageLiming Gao1-1/+112
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-18MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang27-16/+21
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-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-12MdeModulePkg/Ip4Dxe: fix ICMP echo reply memory leakHeyi Guo1-0/+3
2017-12-11MdeModulePkg: loose VA_COPY with no matching VA_END on a return pathZenith4321-0/+1
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 CapsulePei: Sort and merge memory resource entriesStar Zeng1-0/+90
2017-11-30MdeModulePkg/SerialDxe: Do not fail reset when SetAttributes is not supportedJulien Grall1-0/+9
2017-11-30MdeModulePkg/SerialDxe: Fix return valued in SerialSetAttributesJulien Grall1-5/+9
2017-11-30MdeModulePkg/SerialDxe: Describe correctly EFI_DEVICE_ERROR for SetAttributesJulien Grall1-2/+2
2017-11-27MdeModulePkg/BdsDxe: fall back to a Boot Manager Menu loop before hangingLaszlo Ersek1-4/+56
2017-11-20MdeModulePkg/UdfDxe: Avoid possible loss track of allocated bufferHao Wu1-5/+7
2017-11-20MdeModulePkg/PartitionDxe: Merge the discovery of ElTorito into UDFHao Wu2-6/+28
2017-11-16MdeModulePkg/SNP: remove redundant DEBUG print in SNP Transmit.cFu Siyuan1-9/+13
2017-11-15MdeModulePkg/PartitionDxe: Fix UDF fs access on certain CD/DVD mediasPaulo Alcantara1-53/+201
2017-11-14MdeModulePkg: Fix MSFT C4255 warningSong, BinX1-0/+1
2017-11-13MdeModulePkg/TerminalDxe: Fix PCANSI mapping for TRIANGLE and ARROWMichael D Kinney1-9/+9
2017-11-13MdeModulePkg: Update IP4 stack to support point-to-point link with 31-bit mask.Fu Siyuan1-21/+4
2017-11-09MdeModulePkg SerialDxe: Handle Timeout change more robustlyStar Zeng1-3/+43
2017-11-08MdeModulePkg: Fix misuses of AllocateCopyPoolJian J Wang2-4/+8
2017-11-01MdeModulePkg: Deprecate EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESSZhang, Chao B5-15/+13
2017-10-26MdeModulePkg/Ip4Dxe: Trigger Ip4Config2 to retrieve the default address.Jiaxin Wu1-4/+21
2017-10-25MdeModulePkg/Variable/RuntimeDxe: delete & lock MOR in the absence of SMMLaszlo Ersek1-3/+27
2017-10-11MdeModulePkg/DriverSample: Add questions with bit/union VarStoreDandan Bi5-1/+390
2017-10-10MdeModulePkg: Update Ppi/Protocol/Guid usage in INF filesLiming Gao3-4/+4