summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2015-12-18MdeModulePkg: Variable add missing VA_COPYAndrew Fish1-2/+2
2015-12-18MdeModulePkg: Fix VS2012 build failure.Qiu Shumin1-1/+4
2015-12-18MdeModulePkg:Fix bug that get the password width info incorrectlyDandan Bi1-0/+2
2015-12-17MdeModulePkg: Correct usage gEfiIp4Config2ProtocolGuid in Ip4DxeLiming Gao1-1/+1
2015-12-16MdeModulePkg BdsDxe: Change file format which the existed folder has mixed fi...Eric Dong1-1/+4
2015-12-16MdeModulePkg FileExplorerDxe: Change file format which has mixed file format.Eric Dong2-111/+111
2015-12-16MdeModulePkg: Fix RegularExpressionDxe memcpy intrinsic.Samer El-Haj-Mahmoud2-7/+9
2015-12-15MdeModulePkg: Add NULL pointer check for RegularExpressionDxe.Qiu Shumin7-4/+50
2015-12-15MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback.Cecil Sheng1-2/+12
2015-12-15Rollback change r19245 because it missed one change.Cecil Sheng1-6/+2
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen175-0/+0
2015-12-15MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback.Cecil Sheng1-2/+6
2015-12-11MdeModulePkg: Convert HiiDatabaseDxe ConfigRouting ASSERT to return an errorEugene Cohen1-1/+3
2015-12-04MdeModulePkg: Fix VS2015 warning C4311 & C4312 in RegularExpressionDxeLiming Gao4-39/+39
2015-12-04MdeModulePkg: Fix VS2015 warning C4456 in RegularExpressionDxeLiming Gao2-10/+10
2015-12-04MdeModulePkg: Fix VS2015 warning C4459 in DriverSampleDxeLiming Gao1-36/+36
2015-12-03MdeModulePkg: remove unreachable codeArd Biesheuvel3-5/+0
2015-11-26MdeModulePkg: Upstream SerialDxe from EmbeddedPkgStar Zeng4-0/+575
2015-11-26MdeModulePkg: TerminalDxe: avoid checking uninitialized variableStar Zeng1-3/+4
2015-11-24MdeModulePkg/BdsDxe: Fix EBC build failureRuiyu Ni1-0/+12
2015-11-23MdeModulePkg FileExplorerDxe: Create file explorer Protocol.Eric Dong4-0/+111
2015-11-17MdeModulePkg: Enable PlatformRecovery in BdsDxe driverRuiyu Ni2-314/+95
2015-11-17MdeModulePkg: Add PlatformRecovery#### pointing to default file pathRuiyu Ni1-8/+30
2015-11-17MdeModulePkg: Use UefiSpec.h defined macro to replace L"xxx" stringRuiyu Ni1-8/+8
2015-11-17MdeModulePkg: Add missing PrintLib to BdsDxe.infRuiyu Ni1-0/+1
2015-11-03MdeModulePkg/RegularExpressionDxe: Add missing PrintLibCinnamon Shia1-0/+1
2015-11-03MdeModulePkg/RegularExpressionDxe: Correct copyrightCinnamon Shia15-15/+15
2015-11-02MdeModulePkg SmbiosMeasurementDxe: NULL check to String from GetSmbiosStringByIdStar Zeng1-0/+1
2015-10-29MdeModulePkg SmbiosMeasurementDxe: Correct the commentsStar Zeng2-6/+9
2015-10-29MdeModulePkg SmbiosMeasurementDxe: Remove the tailing whitespaceStar Zeng2-14/+14
2015-10-29MdeModulePkg SmbiosMeasurementDxe: Use EFI_D_VERBOSE for internal dump functionsStar Zeng1-9/+9
2015-10-29MdeModulePkg SmbiosMeasurementDxe: Add (VOID **) typecast for GCC build failureStar Zeng1-1/+1
2015-10-29MdeModulePkg SmbiosMeasurementDxe: Use SMBIOS table and GUID correctlyStar Zeng1-6/+14
2015-10-28MdeModulePkg Variable: Move CacheVariable->InDeletedTransitionPtr NULL pointe...Star Zeng1-2/+2
2015-10-27MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2-4/+28
2015-10-27Move Smbios measurement from TCG driver to Smbios driver.Yao, Jiewen4-0/+685
2015-10-27Move Smbios table MAX length definition to Mde header filer.Yao, Jiewen1-12/+0
2015-10-23MdeModulePkg Variable: Enhance variable performance by reading from existed m...Derek Lin2-34/+45
2015-10-21MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2-1/+15
2015-10-16MdeModulePkg: SmbiosDxe: soften DEBUG messages about table reallocationLaszlo Ersek1-2/+4
2015-10-16MdeModulePkg: FaultTolerantWriteDxe: clean up some "success" messagesLaszlo Ersek1-3/+3
2015-10-16MdeModulePkg: FaultTolerantWriteDxe: mellow DEBUGs about workspace reinitLaszlo Ersek2-3/+5
2015-10-16MdeModulePkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan1-0/+5
2015-10-16MdeModulePkg VariableRuntimeDxe: Add the missing gEfiImageSecurityDatabaseGuidStar Zeng1-0/+4
2015-10-15MdeModulePkg DriverSampleDxe: Add optional ";" to keep consistent with existe...Eric Dong1-8/+8
2015-10-15Update register hot key logic, return EFI_ALREADY_START status if same hot ke...Eric Dong2-12/+13
2015-10-15MdeModulePkg: Use PcdSet##S to replace PcdSet##Eric Dong1-3/+5
2015-09-30MdeModulePkg Ip4Dxe: Ip4Config2 to request DHCP Option6 DNS server IPSamer El-Haj-Mahmoud2-94/+168
2015-09-17MdeModulePkg:Fix the bug the incorrect change of StrCpyS functionDandan Bi1-44/+21
2015-09-17MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->SetData().Eric Dong1-4/+12