summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-10MdeModulePkg/Variable/RuntimeDxe: delete and lock OS-created MOR variableLaszlo Ersek2-7/+77
2017-10-10MdeModulePkg/Variable/RuntimeDxe: delay MorLock creation until EndOfDxeLaszlo Ersek1-5/+58
2017-10-10MdeModulePkg/Variable/RuntimeDxe: permit MorLock deletion for passthru reqLaszlo Ersek1-1/+4
2017-10-10MdeModulePkg/Variable/RuntimeDxe: introduce MorLockInitAtEndOfDxe() hookLaszlo Ersek5-0/+44
2017-10-10MdeModulePkg/Variable/RuntimeDxe: move MOR func. declarations to headerLaszlo Ersek4-64/+70
2017-10-10MdeModulePkg/Variable/RuntimeDxe: move SecureBootHook() decl to new headerLaszlo Ersek8-28/+47
2017-10-10MdeModulePkg/S3SaveState: Extract arguments in correct orderRuiyu Ni2-6/+6
2017-09-29MdeModulePkg/BdsDxe: Don't delete "BootNext" until booting itRuiyu Ni1-15/+20
2017-09-27MdeModulePkg/UdfDxe: Resolve potential NULL pointer dereferenceHao Wu1-1/+6
2017-09-25MdeModulePkg/UDF: Fix creation of UDF logical partitionPaulo Alcantara5-568/+606
2017-09-22MdeModulePkg/SetupBrowser:Add NULL check before using a pointerDandan Bi1-5/+5
2017-09-21MdeModulePkg/SetupBrowser: Handle questions with Bit VarStoreDandan Bi4-42/+219
2017-09-21MdeModulePkg/HiiDatabase: Handle questions with Bit VarStoreDandan Bi3-36/+319
2017-09-19MdeModulePkg/UdfDxe: Refine enum member naming styleHao Wu2-45/+45
2017-09-19MdeModulePkg/Udf: Avoid declaring and initializing local GUID variableHao Wu2-4/+12
2017-09-19MdeModulePkg/UdfDxe: Avoid short (single character) variable nameHao Wu1-7/+7
2017-09-19MdeModulePkg/Udf: Refine function description commentsHao Wu5-92/+345
2017-09-19MdeModulePkg/UdfDxe: Use compare operator for non-boolean comparisonsHao Wu1-2/+2
2017-09-19MdeModulePkg/UdfDxe: Fix operands of different size in bitwise OPHao Wu2-3/+3
2017-09-19MdeModulePkg/UdfDxe: Add checks to ensure no possible NULL ptr derefHao Wu2-0/+19