summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2015-08-04MdeModulePkg:Fix the issue that refresh the question fail in DriverSampleDandan Bi1-83/+82
2015-08-03MdeModulePkg:Fix the issue FindQuestionFromProgress in SetupBrowserDxe is brokenDandan Bi2-0/+14
2015-07-29MdeModulePkg/Variable: Fix VS2015 warning about uninitialized local var.Michael D Kinney1-0/+1
2015-07-29MdeModulePkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo6-6/+92
2015-07-27MdeModulePkg:Add ESC key support in setup browser pop-up message boxDandan Bi2-1/+2
2015-07-27MdeModulePkg:SetupBrowser output debug message when DisplayEngineDxe is not i...Dandan Bi1-0/+1
2015-07-27Support get string from configuration string packages.Eric Dong1-6/+0
2015-07-27MdeModulePkg CapsuleRuntimeDxe: Reduce reserved memory consumptionStar Zeng2-67/+47
2015-07-27MdeModulePkg CapsuleX64: Reduce reserved memory consumptionStar Zeng6-132/+478
2015-07-27MdeModulePkg BootScriptExecutorDxe: Reduce reserved memory consumptionStar Zeng1-23/+89
2015-07-27MdeModulePkg Variable: Read MonotonicCount by ReadUnaligned64()Star Zeng1-2/+2
2015-07-26MdeModulePkg: Add old IPv4_DEVICE_PATH support for new IScsiDxefanwang22-10/+24
2015-07-26MdeModulePkg VariableDxe: Correct address pointers from AuthVariableLibStar Zeng1-1/+1
2015-07-26MdeModulePkg: Check the case caused by mismatchDandan Bi1-5/+7
2015-07-26MdeModulePkg: Correct the parameter order in match2 sample opcodeDandan Bi1-1/+1
2015-07-26MdeModulePkg: Fix the issue EfiPxeBcDhcp() may return wrong status.Zhang Lubo1-2/+2
2015-07-26MdeModulePkg: Remove TransmitReceive() and ActiveChild dependencyJiaxin Wu2-5/+13
2015-07-26MdeModulePkg: SmbiosDxe: ARM and AARCH64 are VALID_ARCHITECTURESLaszlo Ersek1-1/+1
2015-07-16MdeModulePkg/TerminalDxe: Some improvementsHeyi Guo1-23/+4
2015-07-16MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by defaultHeyi Guo1-1/+1
2015-07-10MdeModulePkg: Code logic optimization for Ip4Dxe driverfanwang21-4/+4
2015-07-10MdeModulePkg: Fix a bug that return type differs from the left one when assig...Zhang Lubo1-24/+37
2015-07-10MdeModulePkg: Remove Ip4ConfigDxe and related guid definitionJiaxin Wu14-3562/+0
2015-07-10MdeModulePkg: Fix TerminalDxe VS2013 build failureRoy Franz1-2/+2
2015-07-09MdeModulePkg/FvSimpleFileSystemDxe: Support file opening with no '.efi'Olivier Martin1-12/+50
2015-07-09Accept VT220 DEL and function keys for TTY terminal typeRoy Franz3-1/+101
2015-07-09Treat ASCII 0x7F as backspace for TtyTerm terminalsRoy Franz1-2/+8
2015-07-09Add "TtyTerm" terminal type to TerminalDxeRoy Franz5-8/+45
2015-07-08fix the problem that data type conversion may loss data.Zhang Lubo1-2/+2
2015-07-08MdeModulePkg AcpiTableDxe: Install config table at ACPI data changeStar Zeng2-10/+2
2015-07-08MdeModulePkg: Replace unsafe string functions.Zhang Lubo11-47/+57
2015-07-07MdeModulePkg/PartitionDxe: Fix media probeRonald Cron1-2/+6
2015-07-07MdeModulePkg: Update Ip4Dxe driver to support Ip4Config2 protocol, jiaxinwu18-574/+4141
2015-07-07MdeModulePkg:Refine the function commentsDandan Bi1-0/+1
2015-07-07MdeModulePkg:Modify the incorrect DestStr length in safe string functionsDandan Bi2-2/+2
2015-07-07MdeModulePkg: Remove mZeroGuid definition in Universal/Variable/RuntimeDxeHao Wu2-2/+3
2015-07-07MdeModulePkg: Remove gZeroGuid definition in SetupBrowserDxeHao Wu3-4/+2
2015-07-03MdeModulePkg: Refine code to make it more readable.Qiu Shumin1-0/+2
2015-07-02MdeModulePkg: Fix EBC build failureStar Zeng1-1/+5
2015-07-02MdeModulePkg Variable: Minor enhancement to VarCheckStar Zeng1-10/+10
2015-07-01MdeModulePkg/Universal/Variable: Use safe string functions to refine code.Qiu Shumin3-7/+7
2015-07-01MdeModulePkg/Universal/SmbiosDxe: Use safe string functions to refine code.Qiu Shumin1-1/+1
2015-07-01MdeModulePkg/Universal/PlatformDriOverrideDxe: Use safe string functions to r...Qiu Shumin1-8/+13
2015-07-01MdeModulePkg/Universal/PCD: Use safe string functions to refine code.Qiu Shumin2-6/+10
2015-07-01MdeModulePkg/Universal/FvSimpleFileSystemDxe: Use safe string functions to re...Qiu Shumin1-3/+11
2015-07-01MdeModulePkg/Universal/CapsuleRuntimeDxe: Use safe string functions to refine...Qiu Shumin1-2/+2
2015-07-01MdeModulePkg/Universal/CapsulePei: Use safe string functions to refine code.Qiu Shumin1-2/+2
2015-07-01MdeModulePkg Variable: Merge from Auth Variable driver in SecurityPkgStar Zeng15-671/+2326
2015-07-01MdeModulePkg: Add AuthVariableLib LibraryClassStar Zeng1-10/+0
2015-07-01MdeModulePkg VariablePei: Merge from VariablePei in SecurityPkgStar Zeng4-83/+182