summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2018-08-21MdeModulePkg TerminalDxe: Remove a redundant functionshenglei2-37/+0
2018-08-20MdeModulePkg: Remove redundant library classes and GUIDsshenglei14-19/+1
2018-08-16MdeModulePkg/RamDiskDxe: replace OpenFileByDevicePath() with UefiLib APILaszlo Ersek4-181/+1
2018-08-16MdeModulePkg SmmLockBox: Return actual data length in SmmLockBoxRestoreStar Zeng1-1/+4
2018-08-08MdeModulePkg ErstFmpDxe: Create ESRT in ReadyToBoot eventStar Zeng1-136/+103
2018-08-02MdeModulePkg/BdsDxe: Move display of test key usage into BDS moduleKinney, Michael D2-0/+13
2018-07-27MdeModulePkg/BdsDxe: Call PlatformBootManagerUnableToBoot()Ruiyu Ni1-0/+1
2018-07-27MdeModulePkg/BdsDxe: Revert "fall back to UI loop before hanging"Ruiyu Ni1-56/+4
2018-07-27MdeModulePkg FvSimpleFileSystemDxe: Fix memory leak in Read functionVladimir Olovyannikov1-0/+3
2018-07-23MdeModulePkg: Variable: Re-prioritize TCG/TCG2 protocolZhang, Chao B1-5/+5
2018-07-06MdeModulePkg/DisplayEngineDxe: Fix small InitializeDisplayEngine leakThomas Palmer1-0/+2
2018-07-04MdeModulePkg/Variable: Check EFI_MEMORY_RUNTIME attribute before setting itBrijesh Singh1-7/+9
2018-07-03MdeModulePkg Variable: Add/Correct GetHobVariableStore para descriptionStar Zeng2-1/+4
2018-07-03MdeModulePkg/ResetSystemRuntimeDxe: Add more info in debug messageRuiyu Ni1-1/+4
2018-07-02MdeModulePkg Variable: Make sure no more than one Variable HOBStar Zeng2-0/+48
2018-07-02MdeModulePkg Variable: Abstract GetHobVariableStore functionStar Zeng2-42/+91
2018-06-28MdeModulePkg: Update IP4 driver to check for NULL pointer before using.Fu Siyuan1-20/+17
2018-06-28MdeModulePkg: Clean up source filesLiming Gao485-6846/+6846
2018-06-26MdeModulePkg: Use new added Perf macrosBi, Dandan1-11/+10
2018-06-26MdeModulePkg/CapsuleRuntimeDxe: Fix ECC issueDandan Bi2-1/+6
2018-06-25MdeModulePkg BdsDxe: Correct VariableLockProtocol usage to match code logicLiming Gao1-1/+1
2018-06-21MdeModulePkg/NetworkPkg: Checking for NULL pointer before use.Fu Siyuan1-2/+5
2018-06-15MdeModulePkg/CapsuleRuntimeDxe: clean the capsule payload to DRAMArd Biesheuvel5-29/+213
2018-06-12MdeModulePkg Variable: Use comparison logic to check UINTN parameterLiming Gao2-14/+14
2018-06-07MdeModulePkg: Remove X86 ASM and S filesLiming Gao19-3339/+5
2018-05-29MdeModulePkg/FirmwarePerformanceDataTableDxe: use AllocatePeiAccessiblePagesArd Biesheuvel2-42/+10
2018-05-23MdeModulePkg Variable: Fix XCODE5 varargs warningLiming Gao2-2/+2
2018-05-14MdeModulePkg Variable: Fix the returned status in UpdateVariableStorecinnamon shia1-3/+5
2018-05-14MdeModulePkg Variable: Fix a corner case issue about setting a variablecinnamon shia1-3/+3
2018-05-08MdeModulePkg/AcpiPlatformDxe: Unload after execution.Marvin.Haeuser@outlook.com1-2/+5
2018-05-03MdeModulePkg/Terminal: Check status of OpenProtocol in BindingStartRuiyu Ni1-1/+7
2018-05-03MdeModulePkg/DriverHealthManagerDxe: Update RouteConfig functionThomas Palmer1-0/+3
2018-05-03MdeModulePkg/RamDiskDxe: Update RouteConfig functionThomas Palmer1-1/+3
2018-04-25MdeModulePkg EsrtFmpDxe: Use EfiBootServicesData for ESRT tableStar Zeng1-2/+2
2018-04-16MdeModulePkg/FPDT: Add error message for unsupported caseDandan Bi2-0/+8
2018-03-30MdeModulePkg/Variable/RuntimeDxe: introduce PcdMaxVolatileVariableSizeLaszlo Ersek5-8/+58
2018-03-30MdeModulePkg Variable: Align TPL level for (Smm)EndOfDxe callbackStar Zeng1-2/+2
2018-03-29MdeModulePkg/PartitionDxe: Add partition type guid to installed handleJeff Brasen6-18/+38
2018-03-19MdeModulePkg: Fix coding style issues in file/function commentsDandan Bi2-5/+11
2018-03-13MdeModulePkg/Mtftp4Dxe: Fix the incorrect return status.Jiaxin Wu1-11/+11
2018-03-13MdeModulePkg PCD: Remove unused PCD attribute PCD_TYPE_SKU_ENABLEDGao, Liming4-8/+4
2018-03-08MdeModulePkg/DriverSampleDxe: Refine the sample case for UNION typeDandan Bi3-20/+6
2018-03-07MdeModulePkg/NullMemoryTest: Fix bug in CompatibleRangeTestRuiyu Ni1-9/+46
2018-03-07MdeModulePkg/NullMemoryTest: Change prototype of ConvertToTestedMemoryRuiyu Ni1-13/+24
2018-03-06MdeModulePkg/Terminal: ReadKeyStrokeEx always return key stateRuiyu Ni1-5/+4
2018-03-03MdeModulePkg/Mtftp4Dxe: Separate the timer ticking to calculate the packet li...Fu Siyuan5-21/+97
2018-02-28MdeModulePkg/BootGraphicsResourceDxe: Add Boot Logo 2 ProtocolMichael D Kinney2-15/+197
2018-02-27MdeModulePkg PCD: Fix the issue to set the big SkuIdLiming Gao1-1/+1
2018-02-27MdeModulePkg PCD: Add more debug message to show SkuId updateLiming Gao2-2/+10
2018-02-27MdeModulePkg/NullMemoryTest: Handle more reliable memoryRuiyu Ni1-29/+46