summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2015-11-26MdeModulePkg:Refine the comments in INF filesDandan Bi2-12/+12
2015-11-26MdeModulePkg: Upstream SerialDxe from EmbeddedPkgStar Zeng5-0/+577
2015-11-26MdeModulePkg BaseSerialPortLib16550:Implement Get(Set)Control/SetAttributesStar Zeng1-0/+337
2015-11-26MdeModulePkg: TerminalDxe: avoid checking uninitialized variableStar Zeng1-3/+4
2015-11-26MdeModulePkg:Correct the file name in UiApp.infDandan Bi1-1/+1
2015-11-25Move CommunicationBuffer from stack to global variable.Yao, Jiewen1-13/+13
2015-11-25Install LoadedImage protocol for PiSmmCore.Yao, Jiewen3-2/+82
2015-11-25MdeModulePkg: Clean code to follow C Coding style.Zhang Lubo1-1/+1
2015-11-25Uninstall LoadedImage protocol if SMM driver returns error and is unloaded.Yao, Jiewen1-0/+14
2015-11-25Check InternalAllocPoolByIndex status before refer buffer.Zeng, Star1-2/+5
2015-11-24MdeModulePkg/BdsDxe: Fix EBC build failureRuiyu Ni1-0/+12
2015-11-24MdeModulePkg/UefiBootManagerLib: Always create MemoryTypeInfo variableRuiyu Ni3-12/+20
2015-11-23MdeModulePkg:Refine the UiAppDandan Bi33-11906/+181
2015-11-23MdeModulePkg:Create Boot Maintenance Manager LibraryDandan Bi12-0/+8468
2015-11-23MdeModulePkg:Create Device Manager LibraryDandan Bi5-0/+1242
2015-11-23MdeModulePkg:Create Boot Manager LibraryDandan Bi6-0/+1080
2015-11-23MdeModulePkg DxeFileExplorerProtocol: Create wrapper fileexplorer library.Eric Dong4-0/+135
2015-11-23MdeModulePkg FileExplorerDxe: Create file explorer Protocol.Eric Dong7-0/+193
2015-11-23MdeModulePkg FileExplorerLib: Create file explorer library.Eric Dong9-0/+1928
2015-11-23MdeModulePkg/BootLogoLib: Fix GCC build failureRuiyu Ni1-0/+2
2015-11-20MdeModulePkg BaseSerialPortLib16550: Fix typo in SerialPortWrite()Star Zeng1-1/+1
2015-11-18MdeModulePkg PeiCore: PeiInstallPeiMemory improper ASSERT test on second callStar Zeng1-1/+1
2015-11-18MdeModulePkg: Change BootLogoEnableLogo use INTN for minus valueRuiyu Ni2-37/+34
2015-11-18MdeModulePkg: Change PlatformLogo.GetImage use INTN for minus valueRuiyu Ni1-4/+4
2015-11-17MdeModulePkg/VarCheck: Add VarCheck handler for PlatformRecovery####Ruiyu Ni2-0/+18
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-17MdeModulePkg: Add Platform recovery supportRuiyu Ni4-17/+120
2015-11-17MdeModulePkg: Support to expand File device pathRuiyu Ni1-0/+76
2015-11-17MdeModulePkg: Use BmForEachVariable to collect all key optionsRuiyu Ni1-71/+90
2015-11-17MdeModulePkg: Use BM_OPTION_NAME_LEN instead of sizeof L"Boot####"Ruiyu Ni1-5/+5
2015-11-17MdeModulePkg: Use BmCharToUint in BmIsKeyOptionVariableRuiyu Ni4-28/+44
2015-11-17MdeModulePkg: Add Bm prefix for internal functionsRuiyu Ni2-4/+12
2015-11-16MdeModulePkg: SmmLockBoxPeiLib: work without EFI_PEI_SMM_COMMUNICATION_PPILaszlo Ersek1-2/+8
2015-11-13MdeModulePkg PeiCore: PEI dispatcher need retry to process NOT_DISPATCHED FVStar Zeng1-4/+11
2015-11-12MdeModulePkg/BmpImageDecoderLib: Support ImageFormatUnknown typeRuiyu Ni1-1/+1
2015-11-12MdeModulePkg: Add BootLogoLib to provide interfaces about logo display.Ruiyu Ni5-0/+730
2015-11-12MdeModulePkg: Add BmpImageDecoderLib to provide BMP decoding capabilityRuiyu Ni3-0/+315
2015-11-12MdeModulePkg: Add ImageDecoderLib to provide image decoding service.Ruiyu Ni5-0/+245
2015-11-12MdeModulePkg: Add PlatformLogo protocol definition.Ruiyu Ni2-0/+89
2015-11-11MdeModulePkg:Modify the pointer type.Dandan Bi1-3/+3
2015-11-10MdeModulePkg PeiCore: Fix issue AuthenticationStatus is not propagated correctlyEugene Cohen1-7/+10
2015-11-09MdeModulePkg:Fix a bug that HttpLib can not parse Ipv6 address correctly.Zhang Lubo1-4/+29
2015-11-03MdeModulePkg: Fix memory leak issuesSunny Wang1-0/+6
2015-11-03MdeModulePkg/RegularExpressionDxe: Add missing PrintLibCinnamon Shia1-0/+1
2015-11-03MdeModulePkg/RegularExpressionDxe: Correct copyrightCinnamon Shia15-15/+15
2015-11-03MdeModulePkg: Fix a PciBusDxe hot plug bugRuiyu Ni2-25/+48
2015-11-03MdeModulePkg: Fix a PCI resource dumping bug in PciBusDxe driverRuiyu Ni3-80/+163