summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Dhcp4Dxe: Free NET_BUF data after sent out to avoid memory leakWang Fan2018-01-112-27/+19
* MdeModulePkg/IScsiDxe: Set ExitBootServiceEvent to NULL after close it.Jiaxin Wu2018-01-101-4/+7
* MdeModulePkg: Freed packet buffer when error occurs to avoid memory leak.Wang Fan2018-01-101-1/+5
* MdeModulePkg: Fixed two issues when error occurs in Mtftp4Start.Wang Fan2018-01-101-8/+12
* MdeModulePkg: Add error handling when IP address is Class EWang Fan2018-01-031-3/+12
* MdeModulePkg HiiDataBase: Fix the potential NULL pointer accessLiming Gao2017-12-281-3/+8
* MdeModulePkg HiiDataBase: Fix the potential NULL pointer referenceLiming Gao2017-12-271-4/+6
* MdeModulePkg Variable: Use boolean type value instead of expressionLiming Gao2017-12-271-1/+1
* MdeModulePkg HiiDataBaseDxe: Add the check for the memory allocation returnLiming Gao2017-12-261-0/+9
* MdeModulePkg Variable: Update Pointer Minus with UINTN typeLiming Gao2017-12-261-1/+1
* MdeModulePkg HiiDataBaseDxe: Initialize the local variable before referenceLiming Gao2017-12-251-0/+3
* MdeModulePkg: Update PCD driver to support the optimized PcdDataBaseLiming Gao2017-12-257-451/+321
* MdeModulePkg PCD: Enable Firmware to retrieve the default settingLiming Gao2017-12-253-1/+111
* MdeModulePkg HiiDataBase: Enable Firmware to retrieve the default settingLiming Gao2017-12-253-2/+523
* MdeModulePkg VariableDxe: Update it supports normal format variable storageLiming Gao2017-12-251-1/+112
* MdeModulePkg/Ip4Dxe: Clean up IP4 interface if failed to open ARP protocol.Fu Siyuan2017-12-221-0/+1
* MdeModulePkg/Ip4Dxe: Remove redundant code in Ip4Config2InitInstance().Fu Siyuan2017-12-221-12/+0
* MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22017-12-187-16/+21
* MdeModulePkg/Ip4Dxe: return error on memory allocate failure instead of ASSERT.Fu Siyuan2017-12-181-4/+15
* MdeModulePkg/Variable/RuntimeDxe: Modify function return statuschenc22017-12-151-7/+19
* MdeModulePkg/Dhcp4Dxe: Check Media status before starting DHCP process.Jiaxin Wu2017-12-131-1/+12
* MdeModulePkg/Ip4Dxe: Cleanup the resource after error happen during Ip4StartA...Jiaxin Wu2017-12-131-9/+37
* MdeModulePkg/UefiPxeBcDxe: Discard the normal ICMP packets and recycle the re...Jiaxin Wu2017-12-131-7/+7
* MdeModulePkg/Ip4Dxe: fix ICMP echo reply memory leakHeyi Guo2017-12-121-0/+3
* MdeModulePkg: loose VA_COPY with no matching VA_END on a return pathZenith4322017-12-111-0/+1
* MdeModulePkg/DisplayEngineDxe: Remove unnecessary parentheses in 'if'Hao Wu2017-12-061-1/+1
* MdeModulePkg/PartitionDxe: Remove unnecessary parentheses in 'if'Hao Wu2017-12-061-1/+1
* MdeModulePkg CapsulePei: Sort and merge memory resource entriesStar Zeng2017-12-051-0/+90
* MdeModulePkg/SerialDxe: Do not fail reset when SetAttributes is not supportedJulien Grall2017-11-301-0/+9
* MdeModulePkg/SerialDxe: Fix return valued in SerialSetAttributesJulien Grall2017-11-301-5/+9
* MdeModulePkg/SerialDxe: Describe correctly EFI_DEVICE_ERROR for SetAttributesJulien Grall2017-11-301-2/+2
* MdeModulePkg/BdsDxe: fall back to a Boot Manager Menu loop before hangingLaszlo Ersek2017-11-271-4/+56
* MdeModulePkg/UdfDxe: Avoid possible loss track of allocated bufferHao Wu2017-11-201-5/+7
* MdeModulePkg/PartitionDxe: Merge the discovery of ElTorito into UDFHao Wu2017-11-202-6/+28
* MdeModulePkg/SNP: remove redundant DEBUG print in SNP Transmit.cFu Siyuan2017-11-161-9/+13
* MdeModulePkg/PartitionDxe: Fix UDF fs access on certain CD/DVD mediasPaulo Alcantara2017-11-151-53/+201
* MdeModulePkg: Fix MSFT C4255 warningSong, BinX2017-11-141-0/+1
* MdeModulePkg/TerminalDxe: Fix PCANSI mapping for TRIANGLE and ARROWMichael D Kinney2017-11-131-9/+9
* MdeModulePkg: Update IP4 stack to support point-to-point link with 31-bit mask.Fu Siyuan2017-11-131-21/+4
* MdeModulePkg SerialDxe: Handle Timeout change more robustlyStar Zeng2017-11-091-3/+43
* MdeModulePkg: Fix misuses of AllocateCopyPoolJian J Wang2017-11-082-4/+8
* MdeModulePkg: Deprecate EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESSZhang, Chao B2017-11-015-15/+13
* MdeModulePkg/Ip4Dxe: Trigger Ip4Config2 to retrieve the default address.Jiaxin Wu2017-10-261-4/+21
* MdeModulePkg/Variable/RuntimeDxe: delete & lock MOR in the absence of SMMLaszlo Ersek2017-10-251-3/+27
* MdeModulePkg/DriverSample: Add questions with bit/union VarStoreDandan Bi2017-10-115-1/+390
* MdeModulePkg: Update Ppi/Protocol/Guid usage in INF filesLiming Gao2017-10-103-4/+4
* MdeModulePkg/Variable/RuntimeDxe: delete and lock OS-created MOR variableLaszlo Ersek2017-10-102-7/+77
* MdeModulePkg/Variable/RuntimeDxe: delay MorLock creation until EndOfDxeLaszlo Ersek2017-10-101-5/+58
* MdeModulePkg/Variable/RuntimeDxe: permit MorLock deletion for passthru reqLaszlo Ersek2017-10-101-1/+4
* MdeModulePkg/Variable/RuntimeDxe: introduce MorLockInitAtEndOfDxe() hookLaszlo Ersek2017-10-105-0/+44